Releases: madetech/nhs-virtual-visit
Releases · madetech/nhs-virtual-visit
v0.6.0
Features
- start of new pageErrorHandler (cbf27c4)
v0.5.6
Bug Fixes
- e2e tests should have access to environment variables (f87080c)
v0.5.5
Bug Fixes
- e2e tests should have access to environment variables (9d63818)
v0.5.4
Bug Fixes
- add id key value pair to error object in add-a-trust, admin/login, admin/trusts/edit, trust-admin/hospitals/add - required for ErrorSummary (5d44710)
- change trust-admin logout href to fix logout error when page url has hospital id (5fb9e98)
v0.5.3
Bug Fixes
- keyprop warning (WardsTable) by using id for key instead of callId (26d3694)
v0.5.2
Bug Fixes
- default ENABLE_UR_QUESTION to be disabled unless explicitly set to 'yes' (3109710)
- navigate after submitting ur question results, improve testability, correct page formatting (b488cd7)
- stop ci failing due to environment variables not being correctly set (15b9214)
v0.5.1
Bug Fixes
- make setup dev db work for docker-compose (58f228d)
v0.5.0
Features
- add redirection behaviour for dedicated UR question page (d0f6e0f)
v0.4.0
Bug Fixes
- broken ur question submission url test (b6fa7f9)
- conventional-commits is no longer partially installed (6442acd)
- Make docker-compose work locally and automatically setup the database (c49cb52)
- put UR question functionality behind feature flag to avoid breaking tests unnecessarily (3e55d9a)
- Remove not null constraint from patient_name field (f600605)
- Remove not null constraint from visitor_name field (dfebb66)
Features
- added husky commit msg hook (965d9ca)
v0.3.2
Bug Fixes
- Remove not null constraint from patient_name field (e0a0a4f)
- Remove not null constraint from visitor_name field (6f7fa34)
- Try inncreasing timeout for flaky cypress test (d3fbd15)