diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e89eafcaf..678d83e9a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -724,7 +724,7 @@ This release should fix bugs some may have encountered with `npm install semanti - **Transition** - Transition will no longer force visible/hidden with inline styles if `onComplete` callback sets visibility. - **Visibility/Sticky** - Visibility and sticky now refresh automatically after page content loading to deal with changes in position from images loading - **Visibility/Sticky** - Visibility now uses pub/sub pattern to greatly improve scroll performance when attaching multiple events -- **Visibility** - Visiblity includes a new setting `checkOnRefresh` which determines whether visibility callbacks should occur on resize or refresh +- **Visibility** - Visibility includes a new setting `checkOnRefresh` which determines whether visibility callbacks should occur on resize or refresh - **Visibility** - Visibility `image` will now wait to lazy load images that are *above* the current screen position, not just below. **Bugs** @@ -1017,7 +1017,7 @@ This version backports several bugs that were being packed in `2.0` to `1.x`. ### Version 1.11.0 - March 3, 2015 **New Components** -- **Visibiliity** - Attach callbacks to elements visibility conditions like `top visible` `bottom visible`, `passing`. Useful for things like: image lazy loading, infinite scroll content, and recording tracking metrics. +- **Visibility** - Attach callbacks to elements visibility conditions like `top visible` `bottom visible`, `passing`. Useful for things like: image lazy loading, infinite scroll content, and recording tracking metrics. [See the examples](http://www.semantic-ui.com/behaviors/visibility.html#/examples) online for a demonstration.