Skip to content

Releases: cds-snc/platform-forms-client

v3.2.0

03 Aug 17:10
d90de13
Compare
Choose a tag to compare

3.2.0 (2023-08-03)

Features

Bug Fixes

Documentation

Miscellaneous Chores

v3.1.1

19 Jun 14:14
ea1ce8a
Compare
Choose a tag to compare

3.1.1 (2023-06-19)

Miscellaneous Chores

v3.1.0

19 Jun 13:02
ac519e4
Compare
Choose a tag to compare

3.1.0 (2023-06-19)

Features

Bug Fixes

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

30 May 15:26
6fab65c
Compare
Choose a tag to compare

[v3.0.8] 2023-05-30

Fixed

  • Fix bug 2168, part 2. #2180

v3.0.5

10 May 19:53
677e55d
Compare
Choose a tag to compare

Fixed

  • Download API will not override a response status that is different than New. 2052
  • Language Toggle
  • Button styling across the product
  • Error message when a user tries to login and the service is unavailable
  • Unsupported browser page / Java Script not enable page

Release v3.0.3

03 May 19:37
e9358eb
Compare
Choose a tag to compare

Fixed

  • Responses page is not available if form does not exist (deleted). 2023
  • Content Changes
  • Expanding title element in form builder

v3.0.2

01 May 19:21
8d59286
Compare
Choose a tag to compare

Fixed

  • Form submission timestamp is not reflecting current user timezone.1860
  • Creating and sorting of form elements
  • Content changes for clarity

V3.0.1

25 Apr 18:47
12f93e1
Compare
Choose a tag to compare

Fixed

  • Branding options not appearing
  • Content changes
  • Performance optimizations

V3.0.0

17 Apr 13:14
004fa58
Compare
Choose a tag to compare

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

11 Apr 17:18
874b6c2
Compare
Choose a tag to compare

Added

  • Form Builder form creation interface
  • User self registration
  • [BREAKING]: Modified the Prisma schema for the "User" table; removing the admin column, and adding the role column. After migrating, at least one user role will need to manually be set to administrator 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

Fixed

  • Fix stuck "Loading..." animation after uploading a new JSON config. #898
  • Fix logout session end date #945
  • Cleared email input field after successfully adding an email to Form Access #954
  • Returned only public properties for forms #1038