changelog_3.5.0.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Changelog nicescroll release 3.5.0
  2. http://nicescroll.areaaperta.com/
  3. https://github.com/inuyaksa/jquery.nicescroll
  4. New options
  5. - oneaxismousemode, it permits horizontal scrolling with mousewheel on horizontal only content, if false (vertical-only) mousewheel don't scroll horizontally, if value is auto detects two-axis mouse. (default:"auto")
  6. - autohidemove:leave, scrollbars are always visible when pointer lays hover the scrollable div - close #235
  7. Changed features
  8. - disable nicescroll on Opera Mini
  9. Fixes
  10. - chrome + windows8 + touchscreen, can't click on links - close #203
  11. - enable scrolling on content toggle
  12. - a typo in NiceScroll javascript causes crash on touch screen use - Thanks to HiTechMagic for the fix - close #210
  13. - IE9+ event onpropertychange not unbind on nicescroll remove
  14. - jQuery error on getNiceScroll with index with empty result
  15. - memory leak fixed by GianlucaGuarini - thanks a lot! - fixes #194
  16. - remove forEach polyfill, it breaks jQuery.each() in IE8 - fixes #214
  17. - touch & touchbehavior, fixed IFrame dragging - fixes #217
  18. - iOS & IFrame, autofix content to avoid content clipping - derived by http://blog.derraab.com/2012/04/02/avoid-iframe-content-clipping-with-css-transform-on-ios/ - fixes #217
  19. - cursordragontouch:true, can't drag horizontal cursor - fixes #177
  20. - scrollable div in a fixed position container - fixes #216
  21. TODO
  22. - railpadding
  23. - railpadding top & bottom settings ignored - thanks to simovinci.bellissimo
  24. - honorcssoverflow
  25. - autohidemode:hover
  26. - check 2D scrolling
  27. - check text selection on cursor drag (testing)
  28. - recursive position:fixed check
  29. - check horiz mouse wheel scrolling speed on chrome
  30. - mouse pan scroll