v9.2.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- Set up
linter
to improve quality ofjs
files in the codebase #302- Installed
eslint
andhusky
- Set up
eslint
configuration and rules in.eslintrc
- Set up
lint
command inpackage.json
to runeslint
. To run manually useyarn lint
- Installed
- Required
node
version has been updated fromv12.0.0
➡️v12.22.0
to be compatible witheslint
version husky
runseslint
on everygit commit -m
to ensure allstaged
files pass therules
defined in.eslintrc
. If any fail itstops
thecommit
from proceeding and informs theuser
to fix the issues before trying again
Other changes
- Notices and Flash messages now look great on
dark
backgrounds #304 - Automated release
github
process #305