Releases: cfpb/sbl-frontend
Releases · cfpb/sbl-frontend
0.1.14
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
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
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
0.1.7
0.1.6
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
A pre-beta test release.
What's Changed
Features
- add env variables for
SBL_LONGPOLLING_DELAY_SECONDS
andSBL_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