Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.0.6...v5.0.0) (2022-09-02) ### Bug Fixes * **building/import:** revert a refactor from 4894e52 ([60f7998](60f7998)) * **building/import:** state is now handled correctly and the modal is shown when you click import ([0b7b533](0b7b533)) * correct query ([d12dd78](d12dd78)) * createDate and modifyDate for search project and search building ([3771311](3771311)) * **deps:** upgrade dependencies to fix ember-power-select issue ([7a6ad41](7a6ad41)) * **import:** show a warning if no import data was loaded ([4894e52](4894e52)) * incorrect search btn labels ([850a368](850a368)) * **login:** prevent flickering while token is fetched ([4ceaabe](4ceaabe)) * pagination ([988231a](988231a)) * **pagination:** handle if no page is supplied and update doc ([74b3431](74b3431)) * pr comments ([5c1ecb8](5c1ecb8)) * PR feedback ([5894602](5894602)) * **project-nav:** fix linked-building-tab bug ([88abc2f](88abc2f)) * **project-search:** fix hasError in xml template ([c772799](c772799)) * **quarterly-closure:** various integration fixes ([d095d6f](d095d6f)) * refactor filters and results table ([6d8f89f](6d8f89f)) * refactor validations for building and project search ([856773c](856773c)) * remove EGID presence validation ([be82a73](be82a73)) * rename baseModel to baseQuery ([5b3dba8](5b3dba8)) * **search:** check hasError for unset and not falsy ([879a0c2](879a0c2)) * **search:** fix validation lookup and simplify validation ([4a966f8](4a966f8)) * use the correct pageSize for pagination ([a0f37bd](a0f37bd)) ### Documentation * **README:** document needed changeset-validations configuration ([164bd9f](164bd9f)) ### Features * basic pagination ([793b578](793b578)) * building search validations ([fe6f4b8](fe6f4b8)) * **building-search:** implement building preview ([0a1d6e8](0a1d6e8)) * custom translated validate form error component ([3ec3813](3ec3813)) * enable raw changeset validation errors ([d06e25c](d06e25c)) * filter component refactored to not use project form anymore ([ac90d17](ac90d17)) * German validation errors ([dd5bf60](dd5bf60)) * **global-landing-page:** enable global search links ([04765ba](04765ba)) * **global:** add back navigation for global views ([f32607a](f32607a)) * **global:** add landing page ([b238dd7](b238dd7)) * **global:** all edit forms now work globally when navigated to from project context ([0a4cfef](0a4cfef)) * **global:** building can now be edited outside of project context ([69a881b](69a881b)) * **global:** display tab nav in global project edit view ([07f5ca3](07f5ca3)) * **global:** linked building list works now for projects ([8e18f54](8e18f54)) * **global:** project edit view works with global search ([e8f0265](e8f0265)) * **login:** display currently logged in user and municipality ([4e24d1e](4e24d1e)) * pass changeset/data back up to on-submit function ([1690c66](1690c66)) * **quarterly-closure:** add error list to quarterly closure ([94ef81a](94ef81a)) * **quarterly-closure:** add fist closure status handling ([5d835ce](5d835ce)) * **quarterly-closure:** add link to housing stat for maintenance cost ([a5ab6f8](a5ab6f8)) * **quarterly-closure:** disable forms while bfs is checking data ([07ff49c](07ff49c)) * refactor "search building" to use new Search::Filter component ([b71e56b](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.
- Loading branch information