Skip to content

Releases: vitch/jScrollPane

More lessons learned with NPM-package manager

03 Feb 07:40
Compare
Choose a tag to compare

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.

Updating NPM leads to problems

18 Jan 20:36
Compare
Choose a tag to compare
Pre-release

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

New year 2018 and release 2.1.1

12 Jan 08:35
Compare
Choose a tag to compare

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

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

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

HO HO HO Merry Christmas release candidate 1 version 2.1.1

23 Dec 09:50
Compare
Choose a tag to compare

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

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

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

jScrollPane dependency update to jQuery 3.0

16 Dec 09:23
c07b682
Compare
Choose a tag to compare

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.