Skip to content

Commit 597843a

Browse files
authored
Merge pull request #7149 from BobConanDev/patch-1
Update RELEASE-NOTES.md, fix typos
2 parents 47acaa0 + c06e56b commit 597843a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To preserve functionality `movePopup` default has remained as `true` (moving the
211211
- **Images / Transition** - Fixed issue where `ui images` would show nested images with `transition hidden` as block (Fixes sequential img animation demo in docs)
212212

213213
**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
215215
- **Icons** - Icon documentation now lists publicly all icon aliases
216216

217217
**Doc Bugs**
@@ -689,12 +689,12 @@ To trigger UI updates you can call `validate form`. Additional form behaviors ha
689689

690690
**Major Bug Fixes**
691691
- **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
693693
- **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.
694694

695695
**Bugs**
696696
- **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**
698698
- **Dropdown** - Fixed condition where focusing on dropdown would show a blank menu when "no results" was reached and the dropdown was refocused
699699
- **Dropdown** - Search dropdowns will now correctly filter by current search term on re-focus
700700
- **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
17181718
- **Transition** - Transitions with direction now use word order dependency to prevent conflict with component directions, for example `bottom left popup slide down in transition
17191719

17201720
**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
17221722

17231723
### Version 1.8.1 - January 26, 2015
17241724

@@ -2035,7 +2035,7 @@ Importing `semantic.less` still does not require any special syntax
20352035

20362036
**Enhancements**
20372037
- **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
20392039
- **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.
20402040
- **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)
20412041
- **All UI** - Many ``em`` measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors)

0 commit comments

Comments
 (0)