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
linterto improve quality ofjsfiles in the codebase #302- Installed
eslintandhusky - Set up
eslintconfiguration and rules in.eslintrc - Set up
lintcommand inpackage.jsonto runeslint. To run manually useyarn lint
- Installed
- Required
nodeversion has been updated fromv12.0.0➡️v12.22.0to be compatible witheslintversion huskyrunseslinton everygit commit -mto ensure allstagedfiles pass therulesdefined in.eslintrc. If any fail itstopsthecommitfrom proceeding and informs theuserto fix the issues before trying again
Other changes
- Notices and Flash messages now look great on
darkbackgrounds #304 - Automated release
githubprocess #305