Skip to content

Commit eece06b

Browse files
committed
Finalize release notes 2.2.3
1 parent 8b8a27b commit eece06b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

RELEASE-NOTES.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33
### Version 2.2.3 - August 21, 2016
44

55
**Enhancements**
6-
- **Form Validation** - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the `value` parameter #3313
6+
- **Form Validation** - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the `value` parameter [#3313](https://github.com/Semantic-Org/Semantic-UI/issues/3313)
77
- **Dropdown** - Using `search selection` with `selectOnKeydown` will now highlight the partial search matching the currently keyboard selected value
88
- **Modal** - Modal now includes setting to enable/disable keyboard shortcuts
9-
- **Modal** - Modal will now focus first tabable element, not just `input` #4370
9+
- **Modal** - Modal will now focus first tabable element, not just `input` [#4370](https://github.com/Semantic-Org/Semantic-UI/issues/4370)
1010

1111
**Bugs**
12-
- **Comments** - Adds missing sizes (mini, tiny etc) **Thanks @ilanus** #4408
13-
- **NPM** - Fixed `package.json` to allow either jQuery `2.x` or `3.x` #4254
14-
- **Button/Dropdown** - Fixed issue where `ui dropdown button` could have incorrect spacing for dropdown icon **Thanks @ilanus** #4408
15-
- **Form/Segment** - Fix typo causing `pointer-events: none` no to work on `loading segment` and `loading form` #4403 **Thanks @YamiOdymel and @ilanus**
16-
- **Icon** - `icons` can now receive `link` styling #4399 **Thanks @tbracken**
17-
- **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks @Denhai** #4107
12+
- **Comments** - Adds missing sizes (mini, tiny etc) **Thanks @ilanus** [#4408](https://github.com/Semantic-Org/Semantic-UI/issues/4408)
13+
- **NPM** - Fixed `package.json` to allow either jQuery `2.x` or `3.x` [#4254](https://github.com/Semantic-Org/Semantic-UI/issues/4254)
14+
- **Button/Dropdown** - Fixed issue where `ui dropdown button` could have incorrect spacing for dropdown icon **Thanks @ilanus** [#4408](https://github.com/Semantic-Org/Semantic-UI/issues/4408)
15+
- **Form/Segment** - Fix typo causing `pointer-events: none` no to work on `loading segment` and `loading form` [#4403 **Thanks @YamiOdymel and @ilanus**](https://github.com/Semantic-Org/Semantic-UI/issues/us**)
16+
- **Icon** - `icons` can now receive `link` styling [#4399 **Thanks @tbracken**](https://github.com/Semantic-Org/Semantic-UI/issues/en**)
17+
- **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks @Denhai** [#4107](https://github.com/Semantic-Org/Semantic-UI/issues/4107)
1818
- **Grid** - Fixed issue where `(x) aligned column` inside a `(x) aligned row` would not properly apply the `column` alignment
19-
- **Form** - Fixed issue where `disabled fields` with radio inputs would not correctly dim the label **Thanks @louwers** #4366
20-
- **Menu** - Fixed issue where `dropdown` in `vertical menu` would not correctly open `upward` when no space below **Thanks @gdaunton** #4150 #4156
19+
- **Form** - Fixed issue where `disabled fields` with radio inputs would not correctly dim the label **Thanks @louwers** [#4366](https://github.com/Semantic-Org/Semantic-UI/issues/4366)
20+
- **Menu** - Fixed issue where `dropdown` in `vertical menu` would not correctly open `upward` when no space below **Thanks @gdaunton** [#4150 [#4156](https://github.com/Semantic-Org/Semantic-UI/issues/4156)
2121
- **Dropdown** - Using `search selection with `selectOnKeydown` and text content that includes html, will not apply html content (like images) to the text until dropdown blur, making sure that content can align correctly with the partial search content of the search input (which cannot include HTML)
22-
- **Dropdown** - Fixed issue where dropdown `clear` would not remove active state when `useLabels: true` and multiple dropdown #4275 #4366 **Thanks vinh123456789**
23-
- **Dropdown** - `dropdown icon` no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide. #3998
24-
- **Dropdown** - Fixes `action: select` not working correctly since `2.2` due to incorrect use of new function signature. #4183
25-
- **Dropdown** - Fixed typo causing selectObserver mutation observer not to disconnect **Thanks @Paklausk** #4311
26-
- **Icon** - Fixed missing `dribbble` icon due to incorrect count of "b" (should be 3). #4185
27-
- **Icon** - Fixes `grab icon` and `television icon` not appearing correctly #4178
28-
- **Form** - `input` styles now apply to `type="file"` **thanks @coldfire79** #4074
22+
- **Dropdown** - Fixed issue where dropdown `clear` would not remove active state when `useLabels: true` and multiple dropdown [#4275 [#4366 **Thanks vinh123456789**](https://github.com/Semantic-Org/Semantic-UI/issues/89**)
23+
- **Dropdown** - `dropdown icon` no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide. [#3998](https://github.com/Semantic-Org/Semantic-UI/issues/3998)
24+
- **Dropdown** - Fixes `action: select` not working correctly since `2.2` due to incorrect use of new function signature. [#4183](https://github.com/Semantic-Org/Semantic-UI/issues/4183)
25+
- **Dropdown** - Fixed typo causing selectObserver mutation observer not to disconnect **Thanks @Paklausk** [#4311](https://github.com/Semantic-Org/Semantic-UI/issues/4311)
26+
- **Icon** - Fixed missing `dribbble` icon due to incorrect count of "b" (should be 3). [#4185](https://github.com/Semantic-Org/Semantic-UI/issues/4185)
27+
- **Icon** - Fixes `grab icon` and `television icon` not appearing correctly [#4178](https://github.com/Semantic-Org/Semantic-UI/issues/4178)
28+
- **Form** - `input` styles now apply to `type="file"` **thanks @coldfire79** [#4074](https://github.com/Semantic-Org/Semantic-UI/issues/4074)
2929
- **Popup/Menu** - Fixed issue where popup would not appear correctly when nested in menu in some ways.
30-
- **Icon** - Fixes `talk` icon not working correctly **Thanks @anantogosh** #4354
31-
- **Transition** - Removed unreachable code **Thanks @basarat** #4225
32-
- **Grid** - Fixed alignment in `centered justified grid** **Thanks @bretto36** #4224
30+
- **Icon** - Fixes `talk` icon not working correctly **Thanks @anantogosh** [#4354](https://github.com/Semantic-Org/Semantic-UI/issues/4354)
31+
- **Transition** - Removed unreachable code **Thanks @basarat** [#4225](https://github.com/Semantic-Org/Semantic-UI/issues/4225)
32+
- **Grid** - Fixed alignment in `centered justified grid** **Thanks @bretto36** [#4224](https://github.com/Semantic-Org/Semantic-UI/issues/4224)
3333
- **Popup** - Fixed issue where `observeChanges: false` setting in popup would not prevent mutation observers
3434

3535
**Docs**
3636
- **Icons** - Fixed some duplicate icons (External) and mispelled icons (Dribbble)
3737
- **Popup** - Fixed popup in menu example
3838

3939
**Themes**
40-
- **Material** - Fixed paths to `Roboto` google font to use `https` **Thanks @AndyR207** #4051
40+
- **Material** - Fixed paths to `Roboto` google font to use `https` **Thanks @AndyR207** [#4051](https://github.com/Semantic-Org/Semantic-UI/issues/4051)
4141

4242
### Version 2.2.2 - July 07, 2016
4343

0 commit comments

Comments
 (0)