From 9207cacdf9845c64e164670f3fb90c61cb942775 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 26 May 2016 18:28:21 +0000 Subject: [PATCH] spelling: determines --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index fc0a2f2fd..90124cdde 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 detemrines whether visibility callbacks should occur on resize or refresh +- **Visibility** - Visiblity 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**