Skip to content

Commit

Permalink
3.6.8 - many fixes & IE11 compatible
Browse files Browse the repository at this point in the history
New options
- disablemutationobserver, = TRUE when you want that MutationObserver
disabled #580

Fixes
- Fix show of null #583
- Refactoring js #582
- Removed comments #577
- Timeouts & using on dynamic DOM Elements: "Uncaught TypeError" #579
- version 3.6.6 stack overflow #578
- MutationObserver. IE11 crashes #568
- Xbox One IE Edge browser can't scroll anywhere #581 (to test on real
hw!)
- NIce Scroll doesnt work on Window Surface IE Edge #555
  • Loading branch information
inuyaksa committed Feb 29, 2016
1 parent f3fa7cf commit 0502678
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 3,753 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#jQuery.NiceScroll
v. 3.6.7 02-08-2016
v. 3.6.8 02-29-2016

- [Web Site: nicescroll.areaaperta.com](http://nicescroll.areaaperta.com)
- [Repo: github.com/inuyaksa/jquery.nicescroll](https://github.com/inuyaksa/jquery.nicescroll)
Expand Down Expand Up @@ -165,6 +165,7 @@ $("#thisdiv").niceScroll({
oneaxismousemode: "auto", // 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
scriptpath: "" // define custom path for boxmode icons ("" => same script path)
preventmultitouchscrolling: true // prevent scrolling on multitouch events
disablemutationobserver: false // force MutationObserver disabled
});
```

Expand Down
28 changes: 0 additions & 28 deletions changelog_3.6.7.txt

This file was deleted.

31 changes: 31 additions & 0 deletions changelog_3.6.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Changelog nicescroll release 3.6.8
http://nicescroll.areaaperta.com/
https://github.com/inuyaksa/jquery.nicescroll


Changed features

New options
- disablemutationobserver, = TRUE when you want that MutationObserver disabled #580

Fixes
- Fix show of null #583
- Refactoring js #582
- Removed comments #577
- Timeouts & using on dynamic DOM Elements: "Uncaught TypeError" #579
- version 3.6.6 stack overflow #578
- MutationObserver. IE11 crashes #568
- Xbox One IE Edge browser can't scroll anywhere #581 (to test on real hw!)
- NIce Scroll doesnt work on Window Surface IE Edge #555


Thanks to great contributors!!
@silversonicaxel
@vsn4ik
@ronar
@StephanBijzitter



TODO
- deprecate legacy browsers
122 changes: 120 additions & 2 deletions demo/js/jquery.nicescroll.min.js

Large diffs are not rendered by default.

122 changes: 120 additions & 2 deletions dist/jquery.nicescroll.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0502678

Please sign in to comment.