Releases: digicatapult/veritable-ui
Releases · digicatapult/veritable-ui
Release v0.3.21
Feat/connections search function (#47) * search function
Release v0.3.20
Update npm - all minor and patch updates
Release v0.3.19
Update npm - all minor and patch updates
Release v0.3.18
styling for Initiate connection request form (#41) styling added
Release v0.3.17
Update npm - all minor and patch updates
Release v0.3.16
Update dependency argon2 to ^0.40.3
Release v0.3.15
Feature/send invitation (#38) Adds new connection establishment, sending emails and and oob invitation
Release v0.3.14
VR-99: swagger JSON is being looked at src/ rather than build/ fix. (…
Release v0.3.13
VR-99: converting veritable-ui to esm. (#39) * VR-99: converting to esm. * vr-99: version bump. * VR-99: switching back to .js as it was but instead ESM export. * VR-99: and a Dockerfile, oops missed one earlier. * VR-99: changed knexfile to .ts. * VR-99: converting knex along with migrations to typescript. * VR-99: tsconfig update. * VR-99: linting. * VR-99: and Dockerfile update to remove old knex refs. * VR-99: updated tests to follow 'esm' principkles. * VR-99: default exports of pino logger. * VR-99: revoming styling property from a Button. * VR-99: another invalid import. * VR-99: version bump. * VR-99: snapshot update. * VR-99: messing around with ESM modules. * VR-99: linting. * VR-99: and another import of pino. * VR-99: and the same for the pino-http logger. --------- Co-authored-by: Paulius Michelevicius <[email protected]>
Release v0.3.12
VR-55 - New connection request form, No styling (#37) * VR-55 - Form structure and flow now exist, styling is missing * VR-55 - git hub test and version fixed * VR-55 Lint fix * VR-55 regenerated snap * VR-55 - Added email validation * VR-55 Email validation * VR-55 bug in variable * VR-55 addressed comments on PR * VR-55 Removed variable declaration from controller signature * VR-55 Re ran snaps * VR-55 Cleaned code