Skip to content

Releases: inosca/ember-ebau-gwr

v4.0.0

25 Jan 15:34
Compare
Choose a tag to compare

4.0.0 (2022-01-25)

chore

  • deps: update dependencies and remove deprecations (6ae955a)

BREAKING CHANGES

  • deps: This drops support for node v10 and requires the host
    app to use ember-auto-import v2. Also, the host app doesn't have to
    inject the host router service into the engine anymore.

v3.4.0

29 Dec 13:48
Compare
Choose a tag to compare

3.4.0 (2021-12-29)

Bug Fixes

  • ci: make ember-release scenario optional (3f665e9)

Features

  • translations: include French translation files (a20d7b7)

v3.3.0

04 Nov 13:39
Compare
Choose a tag to compare

3.3.0 (2021-11-04)

Bug Fixes

  • import: add error handling for failed data imports (c9980c1)

Features

  • import: show floor type/number in dwelling import modal (cde49d1)

v3.2.1

22 Oct 09:40
Compare
Choose a tag to compare

3.2.1 (2021-10-22)

Bug Fixes

  • login: remain on login page after failed login attempt (0ef2728)

v3.2.0

18 Oct 15:19
Compare
Choose a tag to compare

3.2.0 (2021-10-18)

Bug Fixes

  • building: add realestate id validation and surface / volume units (6e8525f)
  • dates: do not show construction / demolition dates on new models (d7cc4ac)
  • dwelling: do not show floor number field for ground floor (dd96b5e)
  • dwelling: refetch dwellings after dwelling update (bf02e33)
  • entrance: fix tooltip container on building entrance number (d5eb009)
  • header: add scroll into view for status change (7a3ee64)
  • import: show conditional fields during import (0952c69)
  • import: show import date fields and cast imported dates (00fe1fa)
  • project: add hints for typeOfConstructionProject (881a945)
  • project: filter project list by local_id (26c55e1)
  • translations: fix some typos (4227439)

Features

  • linked-models: clarification info for object additions (12d7886)
  • project: complete client country options (bd36e3f)
  • search: add back routes for building and project search (a22c9d2)

v3.1.1

01 Oct 15:15
Compare
Choose a tag to compare

3.1.1 (2021-10-01)

Bug Fixes

  • components/link-street: use decorator function from ember-concurrency-decorators (8dbf001)

v3.1.0

01 Oct 14:25
Compare
Choose a tag to compare

3.1.0 (2021-10-01)

Bug Fixes

  • client: correct fields on client model (8339e91)
  • client: ensure client identification type is set correctly (7d11198)
  • entrance: ensure entrance & street are within same locality (d88b91d)
  • life-cycles: correct life cycle error links for camac-ng (0c3f1c6)
  • model-form: bump ember-validated-form to v4.1.0 to fix on-update issue (2752b23)
  • model-form: fix merge conflict issue (aaeb372)
  • model-form: read dates as date objects instead of strings (34a525e)
  • project: differentiate swiss and foreign client addresses (6a69d14)
  • realestate-identification: remove unused (ignored) fields (bf94133)
  • translation: change field label of energy source field (93740aa)
  • ui: minor bugfixes and changes (4bdfe3c)

Features

  • dwelling: show complete entrance address in dwelling form (f842502)
  • header: add info for deleting fields (1a53df2)
  • model-form: complete validations on models (6c443af)
  • project: alert user about missing buildings on superstructure projects (caea071)

v3.0.0

28 Sep 14:41
Compare
Choose a tag to compare

3.0.0 (2021-09-28)

Bug Fixes

  • building: add default building entrance and street validation (74b1a5b)
  • building: make default building entrance editable (1ca2c4e)
  • controllers/import: reset query params while fetching caluma data (d56ac06)
  • data-import: pass instanceId to import functions (eacdc4f)
  • import: ignore null values in import data (ab7df83)
  • model-form: ensure date values are reset on model update (b73d6a5)
  • project: correct confirmation dialog modal container (1bd5be9)
  • project: fix client identification template (9c50743)
  • project: replace non-realisation date with cancellation date (bca5f83)
  • project/new: extend new route from form route (e2837d3)
  • translations: use a conciser word for cancel to reject a import value (1ea1a8e)
  • ui: render tooltips in correct application container (65f5265)

Code Refactoring

  • modal-container: make the modal container configurable via config-service (328fdd8)

Features

  • building: enable building entrance deactivation (6840c4a)
  • add import for buildings, entrances & dwellings (9c80eca)
  • import: implement import-modal for dwelling, entrances and buildings (10db43c)

BREAKING CHANGES

  • modal-container: To keep the previous behavior of modals, modalContainer now needs to be set to a
    valid dom-selector in the gwr config service.

Example:
modalContainer = "#my-modal-div"

v2.7.1

13 Sep 12:18
Compare
Choose a tag to compare

2.7.1 (2021-09-13)

Bug Fixes

  • import: ensure diff fields are registered correctly (33fd1cd)

v2.7.0

13 Sep 10:48
Compare
Choose a tag to compare

2.7.0 (2021-09-13)

Bug Fixes

  • building: add realestateIdentification form fields (f9d3e0f)
  • building-entrance: display coordinates and ARBID (ce2bbdf)
  • building-entrance: fix link to street (62682a0)
  • buildingWork: boolean fields are only allowed on a transformation (bed4a3a)
  • dwelling: make residence flags readonly (b37c5c1)
  • dwelling: rename field dateOfConstruction to yearOfConstruction (5fb41c7)
  • dwelling: use correct field for dateOfDemolition (329f91f)
  • dwelling;building: remove status select (78d1c31)
  • fields: remove unneeded fields and change field types (0b9ca98)
  • form: display plain text with form-labels instead of bold-text (065c0c5)
  • general: fix minor issues (a560d9a)
  • life-cycles: cascade building set to realized (c2fb120)
  • life-cycles: cascade project non-realisation and refusal (2ecefa8)
  • life-cycles: complete transition requirements (dd0cbab)
  • life-cycles: ensure life-cycle preconditions hold (249556c)
  • life-cycles: fix set to construction started on dwellings (3af601e)
  • life-cycles: perform check before life cycle transitions (47227a6)
  • life-cycles: prohibit checks for infrastructure projects (3f5a5d0)
  • life-cycles: reload linked objects on status change (c953b3f)
  • life-cycles: require realestate identification for completion (158702c)
  • project-nav-tab: check for superstructure id not infrastructure (aae885a)
  • search-building: fix translations and add missing search field (2f18c51)
  • translations: add missing values (7715d1d)

Features

  • constructionProject: add projectFreeText1 and 2 to view (fe8ace2)
  • dwelling: add yearOfDemolition and yearOfConstruction (32a4c52)
  • linked-projects: add a visual separation to projects list (170a9e0)
  • project: add editable work list for infrastructure projects (28dfd39)
  • project: confirmation dialog when switching type of construction project (2548141)
  • project: full realestateIdentification (2da1822)
  • project-nav: add housingstat link (e9784bb)
  • project-nav: display building tab on infra projects (c484256)