Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: kadaster-labs/sensrnet-registry-frontend

Release v0.11.1

30 Mar 12:18
a20a600
Compare
Choose a tag to compare
fix: show correct error message (#215)

Release v0.11.0

16 Feb 14:26
bcf00cc
Compare
Choose a tag to compare
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

18 Jan 10:39
70bfc7b
Compare
Choose a tag to compare
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

10 Jan 13:11
ef9e0cf
Compare
Choose a tag to compare
Add unit-of-measurement field to datastream (#193)

* unit-of-measurement component

* implemented typeahead options, and added translations

Release v0.9.1

29 Oct 08:43
522daa1
Compare
Choose a tag to compare
build: update BRT background layer to latest version (#190)

Closes https://github.com/kadaster-labs/sensrnet-registry-frontend/issues/189

Release v0.9.0

06 Aug 14:49
d7df6d9
Compare
Choose a tag to compare
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

22 Jul 16:17
a014ca0
Compare
Choose a tag to compare
relocate find-me button to lower right corner (#173)

Release v0.8.0

20 Jul 14:50
16f4f7a
Compare
Choose a tag to compare
Filter devices by name #133 (#170)

* bulk functionality

* translations

Release v0.7.0

29 Jun 06:55
cc2e49f
Compare
Choose a tag to compare
Merge pull request #168 from kadaster-labs/hardening

hardening nginx

Release v0.6.0

16 Jun 07:01
17778af
Compare
Choose a tag to compare
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]>