Skip to content

Commit

Permalink
3.6.5 - important fixes
Browse files Browse the repository at this point in the history
- allow horizrailenabled false and timeout issue #479
- allow left rail
offset for left aligned scroll bars #483
- Fixed issue of shifting
cursor in textarea #507
- Angular added #510
- Remove moot `version`
property from bower.json #517
- Background Parallax Fix #518
-
Browserify and Node/CommonJS support. #534
- Reset checkarea for mouse
wheel event when the mouse moved #537
- Fixing nicescroll visibility
inside Modal #544
  • Loading branch information
inuyaksa committed Nov 17, 2015
1 parent e187fb6 commit 2dacf20
Show file tree
Hide file tree
Showing 13 changed files with 405 additions and 469 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#jQuery.NiceScroll
v. 3.6.0 11-21-2014
v. 3.6.5 11-17-2015

- [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 @@ -173,7 +173,7 @@ Related projects

* LICENSE

## Copyright 2011-14 InuYaksa
## Copyright 2011-15 InuYaksa

######Licensed under the MIT License, http://www.opensource.org/licenses/mit-license.php
######Images used for zoom icons have derived from OLPC interface, http://laptop.org/8.2.0/manual/Browse_ChangingView.html
Expand Down
75 changes: 0 additions & 75 deletions changelog_3.6.0.txt

This file was deleted.

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


New options
none


Changed features
none

Fixes
- allow horizrailenabled false and timeout issue #479
- allow left rail offset for left aligned scroll bars #483
- Fixed issue of shifting cursor in textarea #507
- Angular added #510
- Remove moot `version` property from bower.json #517
- Background Parallax Fix #518
- Browserify and Node/CommonJS support. #534
- Reset checkarea for mouse wheel event when the mouse moved #537
- Fixing nicescroll visibility inside Modal #544


Thanks to great contributors!!

babadofar
hrfuller
arzafran
tushariscoolster
kkirsche
duckzland
bnadeau
abhi05b



TODO
- deprecate legacy browsers
2 changes: 1 addition & 1 deletion demo/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
</style>

<script src="js/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
</style>

<script src="js/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>

<script>
Expand Down
15 changes: 0 additions & 15 deletions demo/js/jquery.license.txt

This file was deleted.

16 changes: 0 additions & 16 deletions demo/js/jquery.min.js

This file was deleted.

Loading

0 comments on commit 2dacf20

Please sign in to comment.