Skip to content

Releases: cfpb/sbl-frontend

0.1.14

01 Oct 22:17
1a70521
Compare
Choose a tag to compare
0.1.14 Pre-release
Pre-release

A beta test release.

Re-releasing 0.1.12, with some additional design improvements.

A small release for only adding the phone extension to point of contact.

Features

  • [Point of Contact] Phone extension field (#961)

Fixes

  • [Point of contact] Stale form input fields when actuating 'Go Back' button on Sign-and-Submit (#976)
  • stylefix(Point of Contact): Responsive break changed from 600px to 900px (#977)
  • stylefix(Point of Contact): Phone Extension style 2 to 1 (2/3 to 1/3) (#978)

0.1.13

01 Oct 20:28
067dd1b
Compare
Choose a tag to compare
0.1.13 Pre-release
Pre-release

A beta test release.

Re-releasing 0.1.12, with a git conflict fix.

A small release for only adding the phone extension to point of contact.

Features

  • [Point of Contact] Phone extension field (#961)

0.1.12

01 Oct 13:16
1b58910
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release

A beta test release.

A small release for only adding the phone extension to point of contact.

What's Changed

Features

  • [Point of Contact] Phone extension field (#961)

0.1.11

23 Aug 21:34
a09f309
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

A beta test release.

What's Changed

Fixes

  • feat(complete user profile): split urls - complete user profile - w and without associations (#878)
  • feat(Resolve Errors): Split URL paths between syntax and logic errors (#844)

0.1.10

20 Aug 22:06
2e27a58
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

A beta test release.

What's Changed

Fixes

  • fix(content): mostly change submission to filing (#883)
  • chore(deps): bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group (#884)
  • fix(content): remove one more instance of "submission" (#895)

0.1.9

08 Aug 15:18
95e57c4
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

A beta test release.

What's Changed

Fixes

  • feat(e2e): sets up playwright, 1st user flow test (#776)
  • feat(e2e): eslint fix playwright (#826)
  • feat(errors): added global Error Boundary that loads 500 page (#820)
  • feat(analytics): Summary Route Changes (#827)
  • content(Upload): updated based on figma content updates after usability testing (#837)
  • fix(content): adjust warning and poc copy (#855)
  • fix(usability): updated headings, button text, e2e tests (#846)
  • fix(upload): prevent default form behavior for upload
  • fix(csp): remove inline script exceptions, ffiec

0.1.8

01 Aug 19:43
f590a59
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

A beta test release.

What's Changed

Fixes

  • add analytics urls to CSP in nginx.conf (#818)

0.1.7

31 Jul 13:32
5eb786d
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

A beta test release.

What's Changed

Fixes

  • Bump nginx version from 1.24 to 1.27 (#813)

0.1.6

09 Jul 04:41
d7e0c82
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

A pre-beta test release.

What's Changed

Fixes

  • On the Complete your user profile page for users with existing institution data, only show the label for an institution's TIN as part of the choose your institution checkbox list if that TIN data is available. See issue: #793

0.1.5

01 Jul 10:17
74fad04
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

A pre-beta test release.

What's Changed

Features

  • add env variables for SBL_LONGPOLLING_DELAY_SECONDS and SBL_UPLOAD_FILE_SIZE_LIMIT_BYTES

Fixes

  • move upload form validation box when trying to save and continue to bottom of page
  • fixes to 500 page logic to always allow homepage button to work
  • any auth error other than the auth service being down results in a redirect to /
  • modifies import-meta-env to allow restarts of pods to change env variables
  • remove console log and unused Google Analytics code
  • remove old service worker
  • change robots.txt to disallow crawling, and let nginx serve it
  • disable native form validation in favor of zod
  • fix navbar not showing logout on pages where it may trap you in a logged in state
  • fix a broken link to Home in a breadcrumb on the Complete user profile page