Releases: jamesflorentino/nanoScrollerJS
Releases · jamesflorentino/nanoScrollerJS
0.8.6
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
0.8.2
Fix a bug with native ::-webkit-scrollbar width
0.8.0
! 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
relativeandstaticposition to be used for.nano-content, #207 - fix slider not updating when calling
scrollTopandscrollBottom#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.scrollRAFto null, #202 - fixed
scrollBottomandscrollTopwhen the value was0, #201
Thanks to all contributors!
0.7.6
0.7.5
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.