Skip to content

Commit bfa8e66

Browse files
committed
2.2.0 Release candite 1
1 parent 153a5ef commit bfa8e66

File tree

4 files changed

+27
-38
lines changed

4 files changed

+27
-38
lines changed

package-lock.json

Lines changed: 17 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscrollpane",
3-
"version": "2.1.3",
3+
"version": "2.2.0-rc.1",
44
"description": "jScrollPane - cross browser custom scroll bars",
55
"repository": {
66
"type": "git",
@@ -29,6 +29,6 @@
2929
"grunt-cli": "latest",
3030
"grunt-contrib-connect": "latest",
3131
"grunt-contrib-uglify": "latest",
32-
"grunt-contrib-watch": "latest"
32+
"grunt-contrib-watch": "^1.0.1"
3333
}
3434
}

script/jquery.jscrollpane.js

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jScrollPane - v2.1.3 - 2018-04-04
2+
* jScrollPane - v2.2.0-rc.1 - 2018-04-28
33
* http://jscrollpane.kelvinluck.com/
44
*
55
* Copyright (c) 2014 Kelvin Luck
@@ -9,7 +9,7 @@
99

1010
// Script: jScrollPane - cross browser customisable scrollbars
1111
//
12-
// *Version: 2.1.3, Last updated: 2018-04-04*
12+
// *Version: 2.2.0-rc.1, Last updated: 2018-04-28*
1313
//
1414
// Project Home - http://jscrollpane.kelvinluck.com/
1515
// GitHub - http://github.com/vitch/jScrollPane
@@ -42,6 +42,11 @@
4242
//
4343
// About: Release History
4444
//
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
4550
// 2.1.3 - (2018-04-04) No changes from Release Candidate 2 so making release
4651
// 2.1.3-rc.2 - (2018-03-13) Now using 'script/jquery.jscrollpane.min.js' main
4752
// in package.json rather than 'Gruntfile.js'
@@ -60,17 +65,6 @@
6065
// * Bugs
6166
// - #8 Make it possible to tell a scrollbar to be "always on"
6267
// 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
7468

7569
(function (factory) {
7670
if ( typeof define === 'function' && define.amd ) {

0 commit comments

Comments
 (0)