v6.0.0
What's Changed
Version 6 is here at last! π
- #367 Automatically append CSS with JavaScript (no longer need to import both). β¨
- #374 Added
mode
setting for easier parallax design vs sequential animations. - #380 Added
autoStart
setting to automatically start the effect based on the scroll position (less dependency on hard inpoints). - #381 Accessibility improvements:
- Set aria roles to more accurately describe the section for screenreaders.
- Added
tabInpoints
setting to define where browser should scroll to when tabbing through animation.
- #360 Major code cleanup and refactor
Dev-Dependecy Updates π·ββοΈ
- Bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #365
- Bump typescript from 4.8.3 to 5.0.2 by @dependabot in #364
- Bump babel-loader from 8.3.0 to 9.1.2 by @dependabot in #363
- Bump clean-package from 2.1.1 to 2.2.0 by @dependabot in #362
- Bump clean-css from 5.3.0 to 5.3.2 by @dependabot in #361
- Bump lint-staged from 13.0.3 to 13.2.0 by @dependabot in #373
- Bump husky from 8.0.1 to 8.0.3 by @dependabot in #372
- Bump eslint-config-prettier from 8.5.0 to 8.8.0 by @dependabot in #371
- Bump @babel/core from 7.19.1 to 7.21.3 by @dependabot in #370
- Bump ts-loader from 9.4.1 to 9.4.2 by @dependabot in #369
- Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.58.0 by @dependabot in #387
- Bump rollup from 2.79.1 to 3.20.3 by @dependabot in #386
- Bump @typescript-eslint/parser from 5.38.0 to 5.58.0 by @dependabot in #385
- Bump typescript from 5.0.2 to 5.0.4 by @dependabot in #384
- Bump prettier from 2.7.1 to 2.8.7 by @dependabot in #379
Full Changelog: v5.2.3...v6.0.0