You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ To preserve functionality `movePopup` default has remained as `true` (moving the
211
211
-**Images / Transition** - Fixed issue where `ui images` would show nested images with `transition hidden` as block (Fixes sequential img animation demo in docs)
212
212
213
213
**Doc Updates**
214
-
-**Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard
214
+
-**Icons** - Icon documentation now has a search that will copy the relevant icon html to clipboard
215
215
-**Icons** - Icon documentation now lists publicly all icon aliases
216
216
217
217
**Doc Bugs**
@@ -689,12 +689,12 @@ To trigger UI updates you can call `validate form`. Additional form behaviors ha
689
689
690
690
**Major Bug Fixes**
691
691
-**Checkbox/Dropdown/Search** - Fixed issue where using `.trigger('change')` would not fire native `change` event. Only triggering event handlers attached with jQuery [#3108](https://github.com/Semantic-Org/Semantic-UI/issues/3108)
692
-
-**Transition** - Fixed bug where static transitions (those that dont animate in/out of view) would not fire `onComplete` event
692
+
-**Transition** - Fixed bug where static transitions (those that don't animate in/out of view) would not fire `onComplete` event
693
693
-**Sticky** - Fixes bug where sticky would stick at incorrect times when using a different scroll container than `body` and scrollTop is not 0 on page load.
694
694
695
695
**Bugs**
696
696
-**Divider/Step/Modal/AD** - Fixes 1px jump at `@mobileBreakpoint` caused by incorrect edge conditions in media query [#3180](https://github.com/Semantic-Org/Semantic-UI/issues/3180)**Thanks @mdehoog**
697
-
-**Dimmer** - Dimmer can now works correctly with `opacity: 0`[#3167](https://github.com/Semantic-Org/Semantic-UI/issues/3167)**Thanks @mdehoog**
697
+
-**Dimmer** - Dimmer can now work correctly with `opacity: 0`[#3167](https://github.com/Semantic-Org/Semantic-UI/issues/3167)**Thanks @mdehoog**
698
698
-**Dropdown** - Fixed condition where focusing on dropdown would show a blank menu when "no results" was reached and the dropdown was refocused
699
699
-**Dropdown** - Search dropdowns will now correctly filter by current search term on re-focus
700
700
-**Dropdown** - Fixed issue where tabindex was being removed incorrectly with `selection dropdown` in some cases. [#3002](https://github.com/Semantic-Org/Semantic-UI/issues/3002)
@@ -1718,7 +1718,7 @@ Importing `semantic.less` still does not require any special syntax
1718
1718
-**Transition** - Transitions with direction now use word order dependency to prevent conflict with component directions, for example `bottom left popup slide down in transition
1719
1719
1720
1720
**Docs**
1721
-
- Fixed bug with chinese mirror modal appearing on every page load when selecting chinese language
1721
+
- Fixed bug with Chinese mirror modal appearing on every page load when selecting chinese language
1722
1722
1723
1723
### Version 1.8.1 - January 26, 2015
1724
1724
@@ -2035,7 +2035,7 @@ Importing `semantic.less` still does not require any special syntax
2035
2035
2036
2036
**Enhancements**
2037
2037
-**Transition** - Transition's caching of final display state and animation existence now has improved performance.
2038
-
-**Popup** - Popup now has a ``settings.prefer`` that defaults to ``adjacent``. This setting sets prefered next placement when a popup cannot fit on screen in the chosen placement. ``prefer`` can also be set to ``opposite`` to prefer the same position on the opposite side
2038
+
-**Popup** - Popup now has a ``settings.prefer`` that defaults to ``adjacent``. This setting sets preferred next placement when a popup cannot fit on screen in the chosen placement. ``prefer`` can also be set to ``opposite`` to prefer the same position on the opposite side
2039
2039
-**Popup** - Popup can now use a setting ``lastResort``. When set to a position it will be used as a last resort even if popup does not entirely fit on the page. Setting this to ``false`` will produce an error when a popup cannot fit on screen.
2040
2040
-**Transition** now has ``useFailSafe`` parameter (off by default) to ensure transition callback fires even if native ``onAnimationEnd`` event does not fire due to element visibility. [Chromium Bug Report by Product Manager @ Mozilla](https://code.google.com/p/chromium/issues/detail?id=135350#c2) and [this open issue](https://code.google.com/p/chromium/issues/detail?id=437860)
2041
2041
-**All UI** - Many ``em`` measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors)
0 commit comments