Skip to content

Commit

Permalink
Merge pull request #652 from opengovsg/release-4.45.1-hotfix
Browse files Browse the repository at this point in the history
build: release 4.45.1 hotfix to master
  • Loading branch information
mantariksh authored Nov 17, 2020
2 parents 8ce4d29 + d2ec536 commit bdf95b7
Show file tree
Hide file tree
Showing 58 changed files with 2,660 additions and 2,011 deletions.
4 changes: 2 additions & 2 deletions .htmlhintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tagname-lowercase": true,
"attr-lowercase": ["viewBox"],
"tagname-lowercase": ["clipPath"],
"attr-lowercase": ["viewBox", "maskUnits"],
"attr-value-double-quotes": true,
"doctype-first": false,
"tag-pair": true,
Expand Down
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,46 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.45.1](https://github.com/opengovsg/FormSG/compare/v4.45.0...v4.45.1)

- fix: update email list correctly when deleting emails [`5776c2d`](https://github.com/opengovsg/FormSG/commit/5776c2d3d079e2876aacb17c41c398031a8ff939)

#### [v4.45.0](https://github.com/opengovsg/FormSG/compare/v4.44.0...v4.45.0)

> 10 November 2020
- feat: update landing page footer [`#584`](https://github.com/opengovsg/FormSG/pull/584)
- chore: set datepicker default view to minimum date [`#574`](https://github.com/opengovsg/FormSG/pull/574)
- fix(deps): bump @sentry/integrations from 5.25.0 to 5.27.3 [`#600`](https://github.com/opengovsg/FormSG/pull/600)
- chore(deps-dev): bump @babel/preset-env from 7.11.5 to 7.12.1 [`#599`](https://github.com/opengovsg/FormSG/pull/599)
- chore(deps-dev): bump axios-mock-adapter from 1.18.2 to 1.19.0 [`#598`](https://github.com/opengovsg/FormSG/pull/598)
- refactor: migrate GET /adminform endpoint to Typescript [`#575`](https://github.com/opengovsg/FormSG/pull/575)
- refactor: validate MyInfo env vars using Convict [`#559`](https://github.com/opengovsg/FormSG/pull/559)
- feat: display a Toast when reCAPTCHA fails while users are filling up a form [`#582`](https://github.com/opengovsg/FormSG/pull/582)
- feat: move public spcp login form messaging [`#589`](https://github.com/opengovsg/FormSG/pull/589)
- fix: overflow when printing responses [`#585`](https://github.com/opengovsg/FormSG/pull/585)
- feat: use auth middleware to protect routes [`#568`](https://github.com/opengovsg/FormSG/pull/568)
- refactor: hash uinFin in domain layer [`#596`](https://github.com/opengovsg/FormSG/pull/596)
- chore(deps-dev): bump @types/node from 14.11.2 to 14.14.6 [`#588`](https://github.com/opengovsg/FormSG/pull/588)
- chore(deps-dev): bump ngrok from 3.2.7 to 3.3.0 [`#578`](https://github.com/opengovsg/FormSG/pull/578)
- fix(deps): bump angular-cookies from 1.8.1 to 1.8.2 [`#590`](https://github.com/opengovsg/FormSG/pull/590)
- feat: upgrade myinfo-gov-client [`#593`](https://github.com/opengovsg/FormSG/pull/593)
- chore(deps-dev): bump jasmine from 3.6.2 to 3.6.3 [`#587`](https://github.com/opengovsg/FormSG/pull/587)
- feat: deprecate MYINFO_APP_KEY [`#557`](https://github.com/opengovsg/FormSG/pull/557)
- feat: remove exclamation when user updates contact [`#586`](https://github.com/opengovsg/FormSG/pull/586)
- chore(deps-dev): bump eslint-plugin-import from 2.22.0 to 2.22.1 [`#580`](https://github.com/opengovsg/FormSG/pull/580)
- chore: merge release 4.44.0 into develop [`#581`](https://github.com/opengovsg/FormSG/pull/581)
- chore(deps-dev): bump jest from 26.5.3 to 26.6.2 [`#570`](https://github.com/opengovsg/FormSG/pull/570)
- refactor: convert MyInfo hash update to static domain method [`#562`](https://github.com/opengovsg/FormSG/pull/562)
- chore: shift webhook field to bottom of settings page, update copy [`#553`](https://github.com/opengovsg/FormSG/pull/553)
- chore: bump version to 4.45.0 [`c8d3463`](https://github.com/opengovsg/FormSG/commit/c8d346350949050c2eb87d5564d9e3ba623a5956)

#### [v4.44.0](https://github.com/opengovsg/FormSG/compare/v4.43.2...v4.44.0)

> 3 November 2020
- build: release 4.44.0 [`#576`](https://github.com/opengovsg/FormSG/pull/576)
- style: fix ie11 incorrectly resizing modal due to overflow [`#577`](https://github.com/opengovsg/FormSG/pull/577)
- fix(deps): upgrade Chromium and puppeteer-core [`#572`](https://github.com/opengovsg/FormSG/pull/572)
- fix(deps): bump fp-ts from 2.8.3 to 2.8.5 [`#567`](https://github.com/opengovsg/FormSG/pull/567)
- chore(deps-dev): bump @babel/core from 7.11.6 to 7.12.3 [`#536`](https://github.com/opengovsg/FormSG/pull/536)
Expand All @@ -18,6 +56,32 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump @types/jest from 26.0.14 to 26.0.15 [`#534`](https://github.com/opengovsg/FormSG/pull/534)
- chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.15.0 [`#526`](https://github.com/opengovsg/FormSG/pull/526)
- build: merge release 4.43.2 into develop [`#552`](https://github.com/opengovsg/FormSG/pull/552)
- build: release 4.43.2 [`#551`](https://github.com/opengovsg/FormSG/pull/551)
- build: Release 4.43.0 [`#529`](https://github.com/opengovsg/FormSG/pull/529)
- build: Release 4.42.0 [`#518`](https://github.com/opengovsg/FormSG/pull/518)
- build: Release 4.41.0 [`#493`](https://github.com/opengovsg/FormSG/pull/493)
- build: release v4.40.0 [`#460`](https://github.com/opengovsg/FormSG/pull/460)
- build: release v4.39.0 [`#434`](https://github.com/opengovsg/FormSG/pull/434)
- build: release v4.38.1 [`#423`](https://github.com/opengovsg/FormSG/pull/423)
- build: release v4.38.0 [`#414`](https://github.com/opengovsg/FormSG/pull/414)
- build: Release v4.37.1 [`#388`](https://github.com/opengovsg/FormSG/pull/388)
- build: Release v4.37.0 [`#381`](https://github.com/opengovsg/FormSG/pull/381)
- fix: release 4.35.1 hotfix - Return generic error instead of Joi error [`#333`](https://github.com/opengovsg/FormSG/pull/333)
- build: release 4.35.0 [`#320`](https://github.com/opengovsg/FormSG/pull/320)
- build: Release 4.34.1 - log all critical bounces [`#310`](https://github.com/opengovsg/FormSG/pull/310)
- feature: release 4.34.0 [`#297`](https://github.com/opengovsg/FormSG/pull/297)
- feat: Release 4.33.0 [`#239`](https://github.com/opengovsg/FormSG/pull/239)
- fix: Hotfix v4.32.1 -- split mail by semicolon in addition to comma when validating [`#222`](https://github.com/opengovsg/FormSG/pull/222)
- feat: Release v4.32.0 [`#201`](https://github.com/opengovsg/FormSG/pull/201)
- Release v4.31.0 - improve docs, log IP, fix tests [`#152`](https://github.com/opengovsg/FormSG/pull/152)
- Release 4.30.4 - revert filtering by submission ID [`#137`](https://github.com/opengovsg/FormSG/pull/137)
- build: Release 4.30.3 - Typescript migrations, filter storage mode responses by submission id [`#123`](https://github.com/opengovsg/FormSG/pull/123)
- Release 4.30.2 - fix AWS endpoint and /emailnotifications log group [`#78`](https://github.com/opengovsg/FormSG/pull/78)
- build: Release 4.30.1 - Fix field creation on old clients [`#74`](https://github.com/opengovsg/FormSG/pull/74)
- Release 4.30.0 - acknowledgement for secret key backup, TypeScript migrations [`#67`](https://github.com/opengovsg/FormSG/pull/67)
- chore: bump version to 4.44.0 [`03f24e4`](https://github.com/opengovsg/FormSG/commit/03f24e4124ad0aefd54f9360354ec2e4bd7be14e)
- build: Release 4.43.1 - Allow edits to prefilled textfields, tighten checks for protected routes [`b55e5d5`](https://github.com/opengovsg/FormSG/commit/b55e5d5be4412a620feefc52bf360914c33a8bc7)
- build: Merge pull request #348 from opengovsg/release-4.36.0 [`211efe7`](https://github.com/opengovsg/FormSG/commit/211efe7aac19d9b5b7b18af67f3707f47d138f96)

#### [v4.43.2](https://github.com/opengovsg/FormSG/compare/v4.43.1...v4.43.2)

Expand Down
1 change: 0 additions & 1 deletion docs/DEPLOYMENT_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ Note that MyInfo is currently not supported for storage mode forms and enabling
| `CP_IDP_CERT_PATH` | Path to National Digital Identity office's X.509 cert used for CorpPass related communication. |
| `MYINFO_CLIENT_CONFIG` | Configures [MyInfoGovClient](https://github.com/opengovsg/myinfo-gov-client). Set this to either`stg` or `prod` to fetch MyInfo data from the corresponding endpoints. |
| `MYINFO_FORMSG_KEY_PATH` | Filepath to MyInfo private key, which is used to decrypt returned responses. |
| `MYINFO_APP_KEY` | (deprecated) Directly specify contents of the MyInfo FormSG private key. Only works if `NODE_ENV` is set to `development`. |
| `IS_SP_MAINTENANCE` | If set, displays a banner message on SingPass forms. Overrides `IS_CP_MAINTENANCE`. |
| `IS_CP_MAINTENANCE` | If set, displays a banner message on CorpPass forms. |
| `FILE_SYSTEM_ID` | The id of the AWS Elastic File System (EFS) file system to mount onto the instances. |
Expand Down
Loading

0 comments on commit bdf95b7

Please sign in to comment.