Skip to content

Releases: jamesflorentino/nanoScrollerJS

0.8.6

11 Apr 19:22
Compare
Choose a tag to compare

Thanks to our awesome contributors for this release!

Changes:

  • Fixed relative path for css dependency in package.json (@scoarescoare, #284)
  • Use !default in sass variables (@guzart, #287)
  • Fix case where height of scrollWindow does not equal height of scrollTrack (issue #244) (@erikhagreis, #290)
  • Cleanup package.json (to release nanoScroller to npm) (@SimenB, #292)
  • Add UMD wrapper (@SimenB, #293)

0.8.5

05 Mar 22:45
Compare
Choose a tag to compare

Changes:

  • Added AMD Wrapper #267, fixes #266
  • Bug fix: use @options instead of options #281
  • Added jspm/jspm config settings #283
  • Small readme fixes #277
  • Fix classnames in unit tests #257

0.8.2

29 Aug 15:34
Compare
Choose a tag to compare

Fix a bug with native ::-webkit-scrollbar width

0.8.0

06 Mar 20:52
Compare
Choose a tag to compare
! This release contains a breaking change! nanoScroller's CSS classes have been renamed like this: .content => .nano-content, .pane => .nano-pane and .slider => .nano-slider. Please update your JS, CSS and HTML when using the latest version.

Changelog:

  • allow relative and static position to be used for .nano-content, #207
  • fix slider not updating when calling scrollTop and scrollBottom #216, #205
  • highlight code in README, #220
  • avoid common CSS classnames by renaming classes in nanoscroller and docs. Use CSS direct child selector, #146, #208, #214
  • scrollTo now finds the elements from its children, #197
  • set this.scrollRAF to null, #202
  • fixed scrollBottom and scrollTop when the value was 0, #201

Thanks to all contributors!

0.7.6

10 Nov 11:32
Compare
Choose a tag to compare
  • Fixed a bug where scrollbar position would not get updated when pane was clicked (#196).

0.7.5

03 Nov 15:38
Compare
Choose a tag to compare

Changes:

  • Hide Firefox 24+ native scrollbar.
  • Use requestAnimationFrame when scrolling.
  • Use CSS 2d transforms for scrollbar if browser supports them.
  • Fix some errors that were thrown when iOSNativeScrolling was used.