scrolls.js
Version:
scrolls.js smooth scrolling library.
151 lines (91 loc) • 6.52 kB
Markdown
# Changelog
## v1.0.18 - 08-15-2018
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.17 - 08-15-2018
### Changed
* Updated `scrolls.js` to ensure the module is exported and works within the browser and updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.16 - 08-15-2018
### Changed
* Updated `scrolls.js` to ensure the module is exported and updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.15 - 07-30-2018
### Changed
* Fixed a typo in [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md).
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.14 - 07-30-2018
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.13 - 07-30-2018
### Changed
* Fixed `scrolls.js` and `scrolls.min.js` to ensure it still scrolls even if a selector is not supplied. Defaults to 0 or the top of the page.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.12 - 07-30-2018
### Changed
* Fixed typos in this changelog.
* Fixed `scrolls.js` and `scrolls.min.js` to ensure user-supplied options are used.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.11 - 07-27-2018
### Changed
* Fixed typo in `scrolls.js`.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.10 - 07-27-2018
### Changed
* Fixed `scrolls.min.js`. Previous refactoring caused it to break.
* Refactored `scrolls.js` a bit more keeping it relatively easy to understand.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.9 - 07-27-2018
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.8 - 07-27-2018
### Changed
* Fixed typos in this changelog.
* Refactored part of `scrolls.js` keeping it relatively easy to understand.
* Refactored `scrolls.min.js` to ensure a smaller filesize footprint.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm
## v1.0.7 - 07-27-2018
### Changed
* Removed some unnecessary characters within `scrolls.js`.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.6 - 07-27-2018
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm, fixed a typo, added a feature, and added links.
## v1.0.5 - 07-26-2018
### Changed
* Fixed a typo in this changelog.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and added links to the landing page.
## v1.0.4 - 07-26-2018
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and updated gzip size badge to reflect the new `scrolls.min.js` size based on CDN.
## v1.0.3 - 07-26-2018
### Added
* Added a minified version of `scrolls.js` using [JSCompress](https://jscompress.com/), same as the previously removed file but without the comments for a smaller filesize. This is because the CDN failed to minify the source file using UglifyJS v3.4.5.
### Changed
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm.
## v1.0.2 - 07-26-2018
### Changed
* Updated this changelog to include what sort of differences occured among commits.
* Updated the version number in `scrolls.js` to reflect the latest version on npm.
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to reflect the latest version on npm and added badges.
### Removed
* Removed `scrolls.min.js` because the CDN should provide it by default.
## v1.0.1 - 07-25-2018
### Changed
* Updated [README.md](https://github.com/PurplestInc/scrolls.js/blob/master/README.md) to add support for CDN.
## v1.0.0 - 07-25-2018
Initial release.