easings-css
Version:
Easing functions for CSS, provided as CSS Custom Properties, JavaScript modules, JSON object and Less and Sass variables.
56 lines (29 loc) • 973 B
Markdown
# Changelog
## v2.1.1 - 2021-10-01
### Added
- Set `"sideEffects": false` in [package.json](./package.json).
## v2.1.0 - 2021-10-01
### Added
- Added `_easings.scss` file to support Sass prior to v3.6.0.
### Changes
- Size reductions of `index.js` file.
## v2.0.3 - 2020-10-05
### Changed
- Changed import of fs Promises API in build script for Node LTS compatibility.
## v2.0.2 - 2020-10-05
### Added
- Added prepare script for automatic builds.
### Changed
- Changed build to use index.json and removed JSON build.
- Updated devDependencies, including prettier to v2.1.2.
## v2.0.1 - 2020-09-14
### Changed
- Updated `index.json` output to match `index.js` and [README.md](./README.md).
## v2.0.0 - 2020-09-13
### Added
- Added ES Module build.
- Added both camelCase and kebab-case properties in CSS, JSON, LESS and SCSS.
### Changed
- **BREAKING** Renamed files from `easings` to `index`.
## v1.0.0 - 2017-06-29
Initial public version! :tada: