Skip to content

Releases: inosca/ember-ebau-gwr

v5.0.2

02 Sep 18:20
Compare
Choose a tag to compare

5.0.2 (2022-09-02)

Bug Fixes

  • ember-engines-router-service: downgrade to 0.3.0 since 0.4.0 has an issue (bfbd79d)

v5.0.1

02 Sep 17:34
Compare
Choose a tag to compare

5.0.1 (2022-09-02)

Bug Fixes

  • search: make prompt selectable (d55800a)

v5.0.0

02 Sep 17:26
Compare
Choose a tag to compare

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.

v4.0.7

02 Sep 08:09
Compare
Choose a tag to compare

4.0.7 (2022-09-02)

Bug Fixes

  • deps: upgrade dependencies to fix ember-power-select issue (c45aa33)

v4.0.6

19 May 08:14
Compare
Choose a tag to compare

4.0.6 (2022-05-19)

Bug Fixes

  • deps: downgrade ember-engines-router-service to v0.3.0 (c13db17)

v4.0.5

18 May 11:49
Compare
Choose a tag to compare

4.0.5 (2022-05-18)

Bug Fixes

  • intl: improve locality error messages (515f7e5)
  • street: enable country-coded locales for street language options (610af16)

v4.0.4

17 Mar 12:30
Compare
Choose a tag to compare

4.0.4 (2022-03-17)

Bug Fixes

  • import: fix query-params-only transition on import all (8b360a8)

v4.0.3

16 Feb 15:13
Compare
Choose a tag to compare

4.0.3 (2022-02-16)

Bug Fixes

  • date: pikaday use monday as first day of week (d5617b2)

v4.0.2

09 Feb 09:48
Compare
Choose a tag to compare

4.0.2 (2022-02-09)

Bug Fixes

  • deps: update ember-pikaday and remove moment and dayjs (1acbffc)

v4.0.1

25 Jan 18:08
Compare
Choose a tag to compare

4.0.1 (2022-01-25)

Bug Fixes

  • deprecations: fix all self-inflicted deprecations (3481dbf)