Skip to content

Releases: inosca/ember-ebau-gwr

v2.1.0

08 Jun 12:36
Compare
Choose a tag to compare

2.1.0 (2021-06-08)

Bug Fixes

  • building: new the API does not always deliver a street object for the entrance list (b7d7770)
  • building: on creation, set a dummy entrance with the current municipality (468a6a9)
  • checkbox: set value instead of checked on input (559a9e8)

Features

  • building: add heating forms (7029054)
  • building: add update form for buildings for simple fields (f49c637)
  • building: buildings can be created and kindOfWork can be updated (1745f9b)
  • models: add building related models (71befeb)

v2.0.1

10 May 08:37
Compare
Choose a tag to compare

2.0.1 (2021-05-10)

Bug Fixes

  • municipalities: move municipalities out of env since this is not read and move into a model file (480691e)

v2.0.0

06 May 13:20
Compare
Choose a tag to compare

2.0.0 (2021-05-06)

Bug Fixes

  • project-table: cast eproid from data model to number for comparison (6a15404)

Features

  • login: add municipality select to login (226a9b6)

BREAKING CHANGES

  • login: rename municipalityId to municipality in config

v1.10.2

27 Apr 07:15
Compare
Choose a tag to compare

1.10.2 (2021-04-27)

Bug Fixes

  • buildingWork: Dont show a work entry which has no building (0f38b38)
  • delete project: fetch projects after delete (8c98894)

v1.10.1

26 Apr 15:17
Compare
Choose a tag to compare

1.10.1 (2021-04-26)

Bug Fixes

  • client: only submit client form if organisation name or offical name is present (baa01f3)

v1.10.0

26 Apr 14:41
Compare
Choose a tag to compare

1.10.0 (2021-04-26)

Features

  • BREAKING CHANGE: move auth token and camac group to gwr config service (8142c72)

v1.9.0

16 Apr 13:33
Compare
Choose a tag to compare

1.9.0 (2021-04-16)

Bug Fixes

  • dependencies: add session as service dependency (68ca843)

Features

  • organisation form: add explanation to the UID field (0ed51d5)

v1.8.0

16 Apr 07:42
Compare
Choose a tag to compare

1.8.0 (2021-04-16)

Bug Fixes

  • auth-fetch: set retry to true after one failed attempt in fetch (0a3d65a)

Features

  • client: implement organisation form (61bec87)
  • organisation form: add explanation to the UID field (864c436)

v1.7.0

14 Apr 07:13
Compare
Choose a tag to compare

1.7.0 (2021-04-14)

Bug Fixes

  • auth: reenable configuration for user and password in the config service (b97289c)

Features

  • linked-buildings: add entries to table for identification (c541e7f)

v1.6.0

12 Apr 06:56
Compare
Choose a tag to compare

1.6.0 (2021-04-12)

Bug Fixes

  • form navigation: update to ember 2.24 to fix <LinkTo> issues in engines (d592c14)
  • login-modal: handle application state after login (9156b87)
  • project: rename service constructionProject->gwr (8391324)
  • select: fix typeofwork select in link projects screen (8221112)
  • xml: update namespace and rename field constructionSurveyDep (0f4401d)

Features

  • authentication: implement a login modal for the gwr api (d2c1264)