This repository was archived by the owner on Sep 21, 2020. It is now read-only.
Releases: CV19Assist/app
Releases · CV19Assist/app
v0.6.2
v0.6.1
chore(tests): stabilize tests by adding retries (#86) * Add retries. Move eslint to top level * Update functions yarn lock * Combine verify workflow jobs into a single job * Add functions install to verify workflow
v0.6.0
New Features
- Adds documentation for developing locally on different instances (for multiple devs) - #12
- Application version reloading through
VersionChangeReloader
(with accompanying version update logic within CI) - #52 - Phase 1 of Simple Notifications - #49
- Contact Page form which emails users based on
system_settings/notification
doc - #62 - Request page saves location for future requests (stored on user account) - #68
Other Major Changes
- Switch to yarn over NPM
- Switch to
react-hook-form
over formik - Local dev config should now be set in
.env.local
(not git tracked). Removes stage settings from.env
- Added new project for hosted version of these changes - cv19assist-next