UNPKG

sticky-footer.js

Version:
115 lines (67 loc) 3.25 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.0.0] - 2020-04-22 ### Changed - Converted into an official jQuery plugin ## [1.3.1] - 2020-02-03 ### Changed - Use Eslint & prettier configs from my [codestyles package](https://www.npmjs.com/package/@jahidulpabelislam/codestyles) ## [1.3.0] - 2020-01-20 ### Added - Added support for all jQuery versions - pre jQuery v1.7 ## [1.2.2] - 2020-01-19 ### Changed - Improve information in README.md ## [1.2.1] - 2020-01-18 ### Added - Added CHANGELOG.md ## [1.2.0] - 2020-01-15 ### Changed - Expand the main content element using `min-height` instead of a fixed `height` ## [1.1.4] - 2020-01-12 ### Changed - On reset, remove the `height` value on the main content elemtent instead of setting it to `auto` - Cache jQuery object for the `html` element - Upgrade all package dependencies ## [1.1.3] - 2019-12-27 ### Changed - Update documentation after initialisation as a NPM module ### Fixed - Fixed path in package.json for main JS file - and make it be the minified file - Bump up version in package.json - missed in last couple of releases ## [1.1.2] - 2019-06-11 ### Added - Added two test/example HTML files ### Changed - Add more package stats into README.md ### Fixed - Get the current content height from `html` instead of `body` ## [1.1.1] - 2019-06-10 ### Fixed - Minify file - missed in last release - Bump up version in package.json - missed in last release ## [1.1.0] - 2019-05-30 ### Changed - Debounce events to stop the function being fired multiple times in quick succession - for performance - Updated/tidy up documentation - Repo renamed ### Fixed - Typo in how to use documentation ## [1.0.0] - 2019-04-28 - First release! :fire: [unreleased]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v2.0.0...HEAD [2.0.0]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.3.1...v2.0.0 [1.3.1]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.1.4...v1.2.0 [1.1.4]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jahidulpabelislam/sticky-footer.js/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jahidulpabelislam/sticky-footer.js/releases/tag/v1.0.0