This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Releases: kadaster-labs/sensrnet-registry-frontend
Releases · kadaster-labs/sensrnet-registry-frontend
Release v0.11.1
fix: show correct error message (#215)
Release v0.11.0
ci: add Trivy for Docker image scanning (#198) * ci: add Trivy for Docker image scanning * build: update dependencies * chore: upgrade socket.io-client to v4 NestJS sockets got upgraded to v4 * refactor: update socket typings * fix: fix small bug for type component A error was thrown for trying to set the value of the whole form Co-authored-by: Florijn <[email protected]>
Release v0.10.1
Prevent multiple identical devices (#197) * refactor: split saveDevice in two functions * fix: submit form only one at a time when pressing Save multiple times at once, the form was sent multiple times to the back-end. Lock the request to only submit once by setting this.submitting * feat: set device form to edit mode once new device has been created This way, the device is only created once. Subsequent Saves just update the device * feat: wait w/ editting for device to become available not all CQRS views might yet be updated after the device was succesfully registered. This merely means that the Events were created. For editing the device, the device needs to be available in the Mongo projection. If it not exists yet, wait for it * refactor: fix some types * refactor: add subscription to watch list, so we can unsubscribe
Release v0.10.0
Add unit-of-measurement field to datastream (#193) * unit-of-measurement component * implemented typeahead options, and added translations
Release v0.9.1
build: update BRT background layer to latest version (#190) Closes https://github.com/kadaster-labs/sensrnet-registry-frontend/issues/189
Release v0.9.0
set a more prescriptive eslint for better consistency (#187) * set a more prescriptive eslint for better consistency * update eslint to better reflect project needs * update code according to new ESLint rules * lint file
Release v0.8.1
relocate find-me button to lower right corner (#173)
Release v0.8.0
Filter devices by name #133 (#170) * bulk functionality * translations
Release v0.7.0
Merge pull request #168 from kadaster-labs/hardening hardening nginx
Release v0.6.0
Bump dns-packet from 1.3.1 to 1.3.4 (#160) Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Bussemaker <[email protected]>