changelog_2.3.0.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Changelog nicescroll release 2.3.0
  2. http://areaaperta.com/nicescroll
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. New features
  5. - show/hide scrollbar functions
  6. - scrollbar will hide when div has hidden
  7. - show scrollbar only when it needs (page/div with scroll)
  8. - detect orientationchange event (when available)
  9. - requestAnimationFrame (most of modern browsers) implementation for a smoother scrolling and CPU power saving (only native scrolling)
  10. - added variable with version of library
  11. New options
  12. - iframeautoresize, autoresize iframe on load event (default:true)
  13. - autohidemode, when true the scrollbars has hidden if there is no scroll on page/div (default:true)
  14. Changed features
  15. - more precise scrolling when key has pressed
  16. - more consistent iframe support
  17. - internal reorganization of event functions
  18. - added touchcancel event
  19. Fixes
  20. - x-position of cursor and rail width on simple div
  21. - prevent default for gesture event
  22. - Opera, keypress on iframe
  23. - IE7 detection routine
  24. - IE8 IE7, keypress on form fields
  25. - better event manager for IE8-
  26. - IE8 & older, fix iframe scrolling detection
  27. Known issues
  28. - chrome/safari can't detect dom attribute change, on div attr change you need to recall onResize() function