|
1 | 1 | /*! |
2 | | - * jScrollPane - v2.1.3 - 2018-04-04 |
| 2 | + * jScrollPane - v2.2.0-rc.1 - 2018-04-28 |
3 | 3 | * http://jscrollpane.kelvinluck.com/ |
4 | 4 | * |
5 | 5 | * Copyright (c) 2014 Kelvin Luck |
|
9 | 9 |
|
10 | 10 | // Script: jScrollPane - cross browser customisable scrollbars |
11 | 11 | // |
12 | | -// *Version: 2.1.3, Last updated: 2018-04-04* |
| 12 | +// *Version: 2.2.0-rc.1, Last updated: 2018-04-28* |
13 | 13 | // |
14 | 14 | // Project Home - http://jscrollpane.kelvinluck.com/ |
15 | 15 | // GitHub - http://github.com/vitch/jScrollPane |
|
42 | 42 | // |
43 | 43 | // About: Release History |
44 | 44 | // |
| 45 | +// 2.2.0-rc.1 - (2018-04-28) Merged resize sensor to find out size changes of screen and |
| 46 | +// again little bit tuned this to support more npm goodies. |
| 47 | +// * Merged: |
| 48 | +// - #361 Event based reinitialising - Resize Sensor |
| 49 | +// - #359 Use npm scripts and local dev dependencies to build the project |
45 | 50 | // 2.1.3 - (2018-04-04) No changes from Release Candidate 2 so making release |
46 | 51 | // 2.1.3-rc.2 - (2018-03-13) Now using 'script/jquery.jscrollpane.min.js' main |
47 | 52 | // in package.json rather than 'Gruntfile.js' |
|
60 | 65 | // * Bugs |
61 | 66 | // - #8 Make it possible to tell a scrollbar to be "always on" |
62 | 67 | // 2.1.0 - (2017-12-16) Update jQuery to version 3.x |
63 | | -// 2.0.23 - (2016-01-28) Various |
64 | | -// 2.0.22 - (2015-04-25) Resolve a memory leak due to an event handler that isn't cleaned up in destroy (thanks @timjnh) |
65 | | -// 2.0.21 - (2015-02-24) Simplify UMD pattern: fixes browserify when loading jQuery outside of bundle |
66 | | -// 2.0.20 - (2014-10-23) Adds AMD support (thanks @carlosrberto) and support for overflow-x/overflow-y (thanks @darimpulso) |
67 | | -// 2.0.19 - (2013-11-16) Changes for more reliable scroll amount with latest mousewheel plugin (thanks @brandonaaron) |
68 | | -// 2.0.18 - (2013-10-23) Fix for issue with gutters and scrollToElement (thanks @Dubiy) |
69 | | -// 2.0.17 - (2013-08-17) Working correctly when box-sizing is set to border-box (thanks @pieht) |
70 | | -// 2.0.16 - (2013-07-30) Resetting left position when scroll is removed. Fixes #189 |
71 | | -// 2.0.15 - (2013-07-29) Fixed issue with scrollToElement where the destX and destY are undefined. |
72 | | -// 2.0.14 - (2013-05-01) Updated to most recent mouse wheel plugin (see #106) and related changes for sensible scroll speed |
73 | | -// 2.0.13 - (2013-05-01) Switched to semver compatible version name |
74 | 68 |
|
75 | 69 | (function (factory) { |
76 | 70 | if ( typeof define === 'function' && define.amd ) { |
|
0 commit comments