Skip to content

Releases: FriendsOfECMAScript/ScrollProxy

v0.8.0

09 Jan 09:24
Compare
Choose a tag to compare
  • Removed gsap dependency.
  • Removed array-from babel transform plugin.
  • Updated output bundle config.
  • Added some demos showing the basic behaviour of the library's plugins.
  • Updated ScrollProxy subscribers uuid token strategy. Removed Symbol implementation.
  • Removed TweenLite from build bundle. Minimal refactor done to plugins.

v0.5.0: Merge pull request #1 from FriendsOfECMAScript/refactor/es6

13 Dec 12:44
Compare
Choose a tag to compare

v0.4.5

02 Dec 09:49
Compare
Choose a tag to compare
Fixed ScrollStickyWithContents small bug that wasn't taking into acco…

v0.4.2

20 Oct 09:35
Compare
Choose a tag to compare
Fixed bug on ScrollImageParallaxListener. doFrame method was renamed …

v0.4.1

20 Oct 07:38
Compare
Choose a tag to compare
Refactored ScrollStickyWithContentsListener. Updated ScrollProxyListe…

v0.4.0

19 Oct 07:29
Compare
Choose a tag to compare
Small library refactoring done. x/y position is now notified on scrol…

v0.3.0

18 Oct 08:32
Compare
Choose a tag to compare
ScrollInViewportListener implementation added. This listener will not…

v0.2.0

18 Oct 08:31
Compare
Choose a tag to compare
Refactored DomHelpers getViewportData method. Refactored windowDimens…

v0.1.1

17 Oct 08:54
Compare
Choose a tag to compare
Fixed ScrollStickyWithContentsListener doFrame logic when setting 'ab…

v0.1.0

17 Oct 07:58
Compare
Choose a tag to compare
Initial commit