Skip to content

Releases: Amphiluke/floating-scroll

Destroy detached widgets & bug fixing

03 Oct 12:20
Compare
Choose a tag to compare
  • Add the method destroyDetached for finding and destroying “zombie” instances of the widget.
  • Fix the issue Amphiluke/handy-scroll#14.

Scrollbar orientation option

16 Feb 11:32
Compare
Choose a tag to compare

Introduce the scrollbar orientation option. From now on, the plugin allows making vertical floating scrollbar too (feature requested in #19).

Improvements & bug fixing

17 Nov 12:48
Compare
Choose a tag to compare

Update the clean-css dependency

06 Jun 06:19
Compare
Choose a tag to compare

This release brings no changes in source code, it just fixes a vulnerability introduced by the old version of clean-css.

Fix for the widget height

04 May 16:12
Compare
Choose a tag to compare
  • Fit widget height to the native scroll bar height when needed.
  • Update dependencies to fix vulnerabilities reported by npm.

Fix for vertically scrollable containers

31 Oct 15:58
Compare
Choose a tag to compare

Plugin internals revision. Minor bug fixing

25 Aug 07:31
Compare
Choose a tag to compare
  • Fix eventual bug with widget re-rendering in Chrome.
  • Sync widget scroll position on update invocations.
  • Refactoring of the plugin internals.

Fix scrollbar collapse in Safari

15 May 13:58
Compare
Choose a tag to compare

Fix the issue #6 (thanks @kwetts for reporting).

Uglify output

30 Apr 07:22
Compare
Choose a tag to compare

Uglify build output files to make the sources for production even smaller.

Plugin’s interiors redesign to meet the modern state of the web

08 Apr 16:26
Compare
Choose a tag to compare
  • A new auto-initialisation feature is added.
  • Plugin sources have been re-written in ES6.
  • Support of “ancient” browsers (IE 8 and older) is dropped (if you still keep supporting them, please use floatingScroll 2.3.3 instead).
  • Old deprecated plugin’s alias attachScroll and the event adjustScroll have been completely removed (use floatingScroll and update.fscroll instead).