Releases: cds-snc/platform-forms-client
Releases · cds-snc/platform-forms-client
v3.2.0
3.2.0 (2023-08-03)
Features
- Alarm on privilege escalation (#2433) (0ef16f9)
- deactivate user account (#2281) (0698f44)
- Delete test responses on publish (#2367) (08d91bf)
- don't trigger gta event on preview submissions (#2400) (c0f3e8c)
- remove test/preview for published forms (#2422) (294da5b)
Bug Fixes
- deps: update all patch dependencies (#2407) (3694aa4)
- error handling for 2FAExpiredSession (#2491) (e066bc1)
- form name not being set when title is set (#2292) (f9acfa9)
- update audit logs to be more unique (#2430) (f0804fa)
Documentation
Miscellaneous Chores
- add tailwindcss eslint config (888d6ee)
- deps: update all non-major docker images (#2332) (c880147)
- deps: update all non-major github action dependencies (#2331) (43e0be7)
- deps: update all patch dependencies (#2297) (f66a772)
- fix contact us links for published page (#2454) (aac5d5e)
- refactor delete responses on publish (#2431) (3428012)
- removed unused variable in DownloadTable.tsx (#2474) (244b1a9)
- Terms of use typo and formatting (fb4ddd7)
- Update branding options (#2449) (8fc26ec)
- update debug config (#2404) (a173a88)
- update user table + add migrations for upcoming feature (#2310) (2d1149f)
v3.1.1
v3.1.0
3.1.0 (2023-06-19)
Features
- 2FA Authentication through Email (#2133) (2cc568d)
- add Dockerfile to create Lambda PR review env (#2221) (b15e19b)
- workflow to sync PR review env vars (#2282) (d27618b)
- workflows for PR Review environment (#2243) (bc318e9)
Bug Fixes
- 2fa string updates (#2265) (fdab140)
- a11y misc (1661da3)
- add 2fa locked screen (#2280) (b949797)
- convert email address to lowercase before any Cognito API request (#2276) (bfd6427)
- cypress acceptable use page test (#2239) (83b04e2)
- give focus to alert for create account and verify screens (#2263) (424da5c)
- local devcontainer setup (#2238) (e317299)
- manually handle logout redirect for PR Review environments (#2285) (ca6cd17)
- remove AWS cli output for PR review envs (#2286) (a6d4504)
- update content to use security code vs verification code (#2267) (fbda229)
Code Refactoring
- improve Prisma/Cognito user email migration code to handle failures gracefully (#2293) (984ff60)
- review Cognito/2FA thrown errors (#2266) (88b0651)
Miscellaneous Chores
v3.0.8
v3.0.5
Release v3.0.3
Fixed
- Responses page is not available if form does not exist (deleted). 2023
- Content Changes
- Expanding title element in form builder
v3.0.2
V3.0.1
Fixed
- Branding options not appearing
- Content changes
- Performance optimizations
V3.0.0
Version 3.0.0
Released 2023-04-17
Added
- Form Response retrieval interface
- Branding options for specific agencies and government entities
- Support and Contact us pages
- Audit Logs for user triggered events
- HTML format Form Response file
- Editable name for a form
- Ability to share a form through email
- Global application settings
Changed
- Updated interface for Form Builder (form creation interface)
- Updated Form Builder navigation
Removed
- Retrieval API
- Token and temporary token authentication
V2.0.0
Added
- Form Builder form creation interface
- User self registration
- [BREAKING]: Modified the Prisma schema for the "User" table; removing the
admin
column, and adding therole
column. After migrating, at least one user role will need to manually be set toadministrator
in order to login the Admin portion of the site. #906 - Added file attachments to retrieval API #909
- New login lockout mechanism plugged on existing temporary token API #872
- Admin feature to assign users to template #1203
Changed
- Updated Terms and conditions page + text link in the footer #863
- Modified Role Based to Asset Based Access Control #1176
- Form templates are now marked as archived and will stay in the database for 30 more days before being deleted by a Lambda function. #1166