changelog_2.5.0.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Changelog nicescroll release 2.5.0
  2. http://areaaperta.com/nicescroll
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. New features
  5. - getNiceScroll returns nicescrollarray object to manage multiple scrollbars at the same time
  6. - new method each executes a function with all nicescroll instances returned by getNiceScroll
  7. - new jQuery selector :nicescroll
  8. - new scroll momentum implementation (only when dragging/touch scroll), more smooth and easy to use (ipad like scrolling) (inspired by the work of Kin Blas)
  9. - remove method, it removes nicescroll object from element (inspired by ericdc1, issue#10)
  10. New options
  11. - cursorminheight, set the minimum cursor height in pixel (default:20)
  12. - resize method, refresh position/size of the scrollbar
  13. Obsolete
  14. - onResize method downgraded to "obsolete", use resize method
  15. Changed features
  16. - show/hide/resize/stop chainable methods
  17. Warning, broken compatibilty
  18. - getNiceScroll manage multiple instance of nicescroll object, it returns nicescrollarray object, older version returns only the first object
  19. Fixes
  20. - emulate cancelAnimationFrame if browser don't implement
  21. - mozRequestAnimationFrame returns undefined instead of an id (returned value emulated now)
  22. - better mouse wheel scrolling implementation
  23. Known issues
  24. - Chrome 15 (Windows), -webkit-grab css style on cursor doesn't work (browser issue)
  25. Other updates
  26. - zoomico.png optimized (smaller size) with optipng (http://optipng.sourceforge.net/)