Releases: digicatapult/veritable-ui
Releases · digicatapult/veritable-ui
Release v0.1.15
View components: SideBar, Content, Heading and assets (#21) * VR-71: saving while waiting on assets * VR-71: adding all icons just exported from figma (will be renamed and sorted). * VR-71: renamed all assets to a more friendlier names. * VR-71: final rename and disabled class. * VR-71: assets again with sorted naming. * VR-71: disabled styling and content header. * VR-71: and with all asset elements alomng with some redirects e.g. hoime page. * VR-71: fixing failing build * VR-71: version bump. * VR-71: linting. * VR-71: test snapshot update. * VR-71: xss-scan has caught me - unsafe usage of JSX. git push * VR-71: a few styling impr: fonts/reset.css and titles to <a> tags. * VR-71: snapshot update. * VR-71: moving css. * VR-71: text formatting of reset.css. * VR-71: indentation mistake (css been a while). --------- Co-authored-by: Paulius Michelevicius <[email protected]>
Release v0.1.14
Update dependency chai to ^5.1.1
Release v0.1.13
Update dependency zod to ^3.23.8
Release v0.1.12
Update dependency @types/node to ^20.12.11
Release v0.1.11
Update npm - all minor and patch updates
Release v0.1.10
Feature/vr 69 (#15) * VR-69: semantic-css, for time being as an option (helps with .active and other classes). * VR-69: some fixes, connection_id making optional since we do not have it and db name. * VR-69: semantic.css no longer needed. * VR-69: basic layout html and flex. * VR-69: removing layout background-color." * VR-69: rebase and version bump. * VR-69: snapshots update. * VR-69: removing width as it does nothing. * VR-69: removing unused files from head tag. * VR-69: another width 100 --------- Co-authored-by: Paulius Michelevicius <[email protected]>
Release v0.1.9
Update dependency @types/node to ^20.12.10
Release v0.1.8
Update dependency pino-http to v10
Release v0.1.7
Bug/database resolve (#12) * Fix issue with tsyringe resolving database * 0.1.7
Release v0.1.6
Chore/connection controller (#10) * Connection list route and placeholder view * Rename controller * Coontroller tests