Releases: inosca/ember-ebau-gwr
Releases · inosca/ember-ebau-gwr
v4.0.0
v3.4.0
v3.3.0
v3.2.1
v3.2.0
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
v3.1.1
v3.1.0
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
v3.0.0
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
v2.7.0
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)