Releases: pklauzinski/jscroll
Releases · pklauzinski/jscroll
v2.4.1
v2.4.0
- Added documentation site via
docsify
under/docs
to allow the documentation to be versioned, hosted on GitHub, and easy to contribute to - jscroll.com will now be routed to this site - Updated
grunt
dependency tov1.0.2
- Updated
gruntify-eslint
dependency tov4.0.0
- Added
package-lock.json
- Updated minimum jQuery version to
1.8.0
to prevent vulnerability warnings - Changed jQuery from being included in
dependencies
topeerDependencies
- Added
grunt-contrib-uglify
to dependencies - Added grunt
uglify
task and added it to thedefault
task - Added
npm run build
script to run gruntdefault
task - Added
dist/jquery.jscroll.min.js
from uglify task - fixes #133 - Added eslint rule
eol-last
and set tonever
v2.3.9
- Added
.editorconfig
- Removed
jshint
and replaced witheslint
- Added
.eslintrc
- Removed
uglify
and task to create minified version of jScroll source since this can be done on the user end, and it will also prevent conflicts in PRs - Removed
jquery.jscroll.min.js