Releases: pklauzinski/jscroll
Releases · pklauzinski/jscroll
v2.4.1
v2.4.0
- Added documentation site via
docsifyunder/docsto allow the documentation to be versioned, hosted on GitHub, and easy to contribute to - jscroll.com will now be routed to this site - Updated
gruntdependency tov1.0.2 - Updated
gruntify-eslintdependency tov4.0.0 - Added
package-lock.json - Updated minimum jQuery version to
1.8.0to prevent vulnerability warnings - Changed jQuery from being included in
dependenciestopeerDependencies - Added
grunt-contrib-uglifyto dependencies - Added grunt
uglifytask and added it to thedefaulttask - Added
npm run buildscript to run gruntdefaulttask - Added
dist/jquery.jscroll.min.jsfrom uglify task - fixes #133 - Added eslint rule
eol-lastand set tonever
v2.3.9
- Added
.editorconfig - Removed
jshintand replaced witheslint - Added
.eslintrc - Removed
uglifyand 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