Releases: inosca/ember-ebau-gwr
Releases · inosca/ember-ebau-gwr
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2022-09-02)
Bug Fixes
- building/import: revert a refactor from 4894e52 (60f7998)
- building/import: state is now handled correctly and the modal is shown when you click import (0b7b533)
- correct query (d12dd78)
- createDate and modifyDate for search project and search building (3771311)
- deps: upgrade dependencies to fix ember-power-select issue (7a6ad41)
- import: show a warning if no import data was loaded (4894e52)
- incorrect search btn labels (850a368)
- login: prevent flickering while token is fetched (4ceaabe)
- pagination (988231a)
- pagination: handle if no page is supplied and update doc (74b3431)
- pr comments (5c1ecb8)
- PR feedback (5894602)
- project-nav: fix linked-building-tab bug (88abc2f)
- project-search: fix hasError in xml template (c772799)
- quarterly-closure: various integration fixes (d095d6f)
- refactor filters and results table (6d8f89f)
- refactor validations for building and project search (856773c)
- remove EGID presence validation (be82a73)
- rename baseModel to baseQuery (5b3dba8)
- search: check hasError for unset and not falsy (879a0c2)
- search: fix validation lookup and simplify validation (4a966f8)
- use the correct pageSize for pagination (a0f37bd)
Documentation
- README: document needed changeset-validations configuration (164bd9f)
Features
- basic pagination (793b578)
- building search validations (fe6f4b8)
- building-search: implement building preview (0a1d6e8)
- custom translated validate form error component (3ec3813)
- enable raw changeset validation errors (d06e25c)
- filter component refactored to not use project form anymore (ac90d17)
- German validation errors (dd5bf60)
- global-landing-page: enable global search links (04765ba)
- global: add back navigation for global views (f32607a)
- global: add landing page (b238dd7)
- global: all edit forms now work globally when navigated to from project context (0a4cfef)
- global: building can now be edited outside of project context (69a881b)
- global: display tab nav in global project edit view (07f5ca3)
- global: linked building list works now for projects (8e18f54)
- global: project edit view works with global search (e8f0265)
- login: display currently logged in user and municipality (4e24d1e)
- pass changeset/data back up to on-submit function (1690c66)
- quarterly-closure: add error list to quarterly closure (94ef81a)
- quarterly-closure: add fist closure status handling (5d835ce)
- quarterly-closure: add link to housing stat for maintenance cost (a5ab6f8)
- quarterly-closure: disable forms while bfs is checking data (07ff49c)
- refactor "search building" to use new Search::Filter component (b71e56b)
BREAKING CHANGES
- README: This change requires the consuming app to specify
"changeset-validations": { rawOutput: true },
in their environment file.
This currentlry has the limitation, that if your app uses
changeset-validations
itself, this option changes the behaviour in the whole
app. Due to engine config restrictions, there is sadly currently no other way
than maybe implementing something on build-pipeline level.