|
3 | 3 | ### Version 2.3.0 - Feb 19, 2018 |
4 | 4 |
|
5 | 5 | **Major Enhancements** |
6 | | -- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** [#6085]((https://github.com/Semantic-Org/Semantic-UI/issues/6085) |
| 6 | +- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** [#6085](https://github.com/Semantic-Org/Semantic-UI/issues/6085) |
7 | 7 |
|
8 | 8 | - **Search** - Category search can now work with local search by adding a `category` property to any result and specifying `type: 'category'` |
9 | 9 |
|
@@ -44,33 +44,34 @@ To preserve functionality `movePopup` default has remained as `true` (moving the |
44 | 44 | - **Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position. |
45 | 45 |
|
46 | 46 | **Minor Enhancements** |
47 | | -- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin** [#6167]((https://github.com/Semantic-Org/Semantic-UI/issues/6167) |
| 47 | +- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin** [#6167](https://github.com/Semantic-Org/Semantic-UI/issues/6167) |
48 | 48 | - **Search** - Category results now has `exact` setting matching dropdown for `fullTextSearch` preventing fuzzy search |
49 | 49 | - **Search** - Category results will now responsively adjust `title` row if titles are long instead of forcing a title width |
50 | 50 | - **Dimmer** - Dimmers now have centered content with a single wrapping `content` element. |
51 | | -- **Modal** - You can now modify `closable` setting after init **Thanks @mdehoog** [#3396]((https://github.com/Semantic-Org/Semantic-UI/issues/3396) |
| 51 | +- **Modal** - You can now modify `closable` setting after init **Thanks @mdehoog** [#3396](https://github.com/Semantic-Org/Semantic-UI/issues/3396) |
52 | 52 | - **Accordion** - Added `onChanging` callback for accordion that occurs before animation in both directions **Thanks @GammeGames** [#5892](https://github.com/Semantic-Org/Semantic-UI/pull/5892) |
53 | 53 |
|
54 | 54 | **Tiny Enhancements** |
55 | | -- **Popup** - `arrowBackground` now inherits from `background` [#6059]((https://github.com/Semantic-Org/Semantic-UI/issues/6059) **Thanks @devsli** |
| 55 | +- **Popup** - `arrowBackground` now inherits from `background` [#6059](https://github.com/Semantic-Org/Semantic-UI/issues/6059) **Thanks @devsli** |
56 | 56 | - **Popup** - Adds new variable `headerFontWeight` |
57 | 57 | - **Search** - Search now has responsive styles for mobile to prevent results being large than page width. |
58 | 58 |
|
59 | 59 | **Bugs** |
60 | 60 | - **Modal** - Modal `autofocus` setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in `onVisible` or `onShow` |
61 | | -- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** [#5902]((https://github.com/Semantic-Org/Semantic-UI/issues/5902) [#5899]((https://github.com/Semantic-Org/Semantic-UI/issues/5899) |
62 | | -- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** [#4458]((https://github.com/Semantic-Org/Semantic-UI/issues/4458) |
63 | | -- **Popup** - Popup will now use `content` specified in settings before `title` attribute [#4614]((https://github.com/Semantic-Org/Semantic-UI/issues/4614) **Thanks @aaronbhansen** |
64 | | -- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` [#4423]((https://github.com/Semantic-Org/Semantic-UI/issues/4423) **Thanks @avalanche1** |
65 | | -- **Dimmer** - Fixes issue with `inverted dimmer` with `content` having wrong text color **Thanks @rijk** [#4631]((https://github.com/Semantic-Org/Semantic-UI/issues/4631) |
| 61 | +- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** [#5902](https://github.com/Semantic-Org/Semantic-UI/issues/5902) [#5899](https://github.com/Semantic-Org/Semantic-UI/issues/5899) |
| 62 | +- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** [#4458](https://github.com/Semantic-Org/Semantic-UI/issues/4458) |
| 63 | +- **Popup** - Popup will now use `content` specified in settings before `title` attribute [#4614](https://github.com/Semantic-Org/Semantic-UI/issues/4614) **Thanks @aaronbhansen** |
| 64 | +- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` [#4423](https://github.com/Semantic-Org/Semantic-UI/issues/4423) **Thanks @avalanche1** |
| 65 | +- **Dimmer** - Fixes issue with `inverted dimmer` with `content` having wrong text color **Thanks @rijk** [#4631](https://github.com/Semantic-Org/Semantic-UI/issues/4631) |
66 | 66 | - **Images / Transition** - Fixed issue where `ui images` would show nested images with `transition hidden` as block (Fixes sequential img animation demo in docs) |
67 | 67 |
|
68 | 68 | **Doc Updates** |
69 | 69 | - **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard |
70 | 70 | - **Icons** - Icon documentation now lists publicly all icon aliases |
71 | 71 |
|
72 | 72 | **Doc Bugs** |
73 | | -- **UI Examples** - Fixe some improper html in UI examples included with repo #6127 **Thanks @perdian** |
| 73 | +- **UI Examples** - Fixe some improper html in UI examples included with repo [#6127](https://github.com/Semantic-Org/Semantic-UI/issues/6127) **Thanks @perdian** |
| 74 | +- **Admin** - Fixes bug in admin script that caused leaked global vars **Thanks @esbena** [#6136](https://github.com/Semantic-Org/Semantic-UI/issues/6136) |
74 | 75 |
|
75 | 76 | ### Version 2.2.14 - Jan 29, 2018 |
76 | 77 |
|
|
0 commit comments