Skip to content

Commit

Permalink
Merge pull request #581 from opengovsg/release-4.44.0
Browse files Browse the repository at this point in the history
chore: merge release 4.44.0 into develop
  • Loading branch information
liangyuanruo authored Nov 4, 2020
2 parents c7a6222 + 8bb69b8 commit 6fe6829
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@ 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.44.0](https://github.com/opengovsg/FormSG/compare/v4.43.2...v4.44.0)

- 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)
- feat: add examples module to handle /examples endpoints [`#412`](https://github.com/opengovsg/FormSG/pull/412)
- fix(deps): bump aws-sdk from 2.770.0 to 2.783.0 [`#561`](https://github.com/opengovsg/FormSG/pull/561)
- refactor: remove unused verified mobile beta check [`#556`](https://github.com/opengovsg/FormSG/pull/556)
- refactor: create initial PublicFormController for handling feedback submission [`#525`](https://github.com/opengovsg/FormSG/pull/525)
- refactor: remove unused SPCP factory function [`#558`](https://github.com/opengovsg/FormSG/pull/558)
- fix(deps): bump @opengovsg/spcp-auth-client from 1.3.5 to 1.3.6 [`#535`](https://github.com/opengovsg/FormSG/pull/535)
- 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)

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

> 30 October 2020
- fix(prefill): implement flag to restrict prefillable form fields and disallow prefilling for myinfo fields [`#550`](https://github.com/opengovsg/FormSG/pull/550)
- chore: bump version to v4.43.2 [`1a79111`](https://github.com/opengovsg/FormSG/commit/1a7911123004b437f38008e267a9e324729aa5ed)
- build: merge 4.43.1 to develop branch [`6942881`](https://github.com/opengovsg/FormSG/commit/694288184b920a60a7a1cd3baf2bd66dc42bb0fc)

#### [v4.43.1](https://github.com/opengovsg/FormSG/compare/v4.43.0...v4.43.1)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FormSG",
"description": "Form Manager for Government",
"version": "4.43.2",
"version": "4.44.0",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down
6 changes: 1 addition & 5 deletions src/public/modules/core/css/admin-form-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
#collaborator-modal-body {
width: 100%;
top: 0;
overflow-y: scroll;
overflow-y: auto;
}

#collab-list .role-column {
Expand Down Expand Up @@ -363,11 +363,7 @@

@media all and (min-width: 768px) {
#collaborator-modal-body #collab-list {
/* Max height should avoid extending the screen, because if the modal + dropdown menu is taller than
the current screen's height, the bottom of the page will just appear white and not load. */
max-height: calc(100vh - 450px);
overflow-y: auto;
padding-right: 39px;
}

#collaborator-modal-body .secret-key-warning {
Expand Down
2 changes: 2 additions & 0 deletions src/public/modules/forms/admin/css/pop-up-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
.submit-progress-modal-window .modal-content,
.delete-field-modal-window .modal-content,
.pop-up-modal-window .modal-content {
overflow-y: auto;
overflow-x: hidden;
border-radius: 0;
border-width: 0;
}
Expand Down

0 comments on commit 6fe6829

Please sign in to comment.