JScrollPane Versions Save

Pretty, customisable, cross browser replacement scrollbars

v2.1.2-rc.2

6 years ago

Release candidate 2 is same code as can be found from NPM-database. As last candidate has incorrect main-tag so only change is correcting that problem and upload new version to NPM-database.

v2.1.2-rc.1

6 years ago

As published 2.1.1 on NPM it break down some build. This release tries to get NPM users happy. Smile! Be happy.

There is no other changes than package.json ones. So if everything is working then you are not in hurry to update

v2.1.1

6 years ago

New release 2.1.1 which brings new features:

  • There is now options 'alwaysShowVScroll' and 'alwaysShowHScroll' to show horizontal and vertical scroll bars
  • Drag bar height and width is set by CSS which should take care size properly
  • If container size changes re-initialization should now work
  • PR Merged

    • vitch/jScrollPane#349 ScrollPane reinitialization should adapt to changed container size
    • vitch/jScrollPane#335 Set drag bar width/height with .css instead of .width/.height
    • vitch/jScrollPane#297 added two settings: always show HScroll and VScroll
  • Bugs

    • #8 Make it possible to tell a scrollbar to be "always on"

v2.1.1-rc.1

6 years ago

As starting to merging this to old working script like jScrollPane there is huge change that something gets broken. So this is only Release candidate for people who don't use Git master for testing. This is not for production!

  • PR Merged

    • vitch/jScrollPane#349 ScrollPane reinitialization should adapt to changed container size
    • vitch/jScrollPane#335 Set drag bar width/height with .css instead of .width/.height
    • vitch/jScrollPane#297 added two settings: always show HScroll and VScroll
  • Bugs

    • #8 Make it possible to tell a scrollbar to be "always on"

v2.1.0

6 years ago

As jQuery version 1.x and 2.x are deprecated this release updates jScollPane to jQuery version 3.x.

This release deprecates usage with jQuery 1.0.6 and lower in other words there won't be any releases that supports jQuery lower than jQuery 1.0.7 after this.

If you didn't read anything else please read this: users that have been using jQuery 1.0.7 or above should not notice any changed functionality. Otherwise there is breaking changes and users depending lower version should be using jScrollPane version v2.0.23 or lower.