Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.1.0-rc.1 [skip ci]
# [1.1.0-rc.1](v1.0.1...v1.1.0-rc.1) (2021-10-26) ### Bug Fixes * After an update, the frontend is automatically reloaded if it would ([cb98b9c](cb98b9c)), closes [iris-connect/iris-backlog#229](https://github.com/iris-connect/iris-backlog/issues/229) [#358](#358) * Fixed an occasional blank home screen when contact address information is missing. ([8a7fe34](8a7fe34)), closes [#350](#350) * Front end no longer runs as root in the container. ([6da6662](6da6662)), closes [iris-connect/iris-backlog#224](https://github.com/iris-connect/iris-backlog/issues/224) [#329](#329) * Front end no longer runs as root in the container. ([e8abc17](e8abc17)), closes [iris-connect/iris-backlog#224](https://github.com/iris-connect/iris-backlog/issues/224) [#326](#326) * If an error occurs in the app, a data request is now no longer ([9e0c176](9e0c176)), closes [iris-connect/iris-backlog#124](https://github.com/iris-connect/iris-backlog/issues/124) * International phone numbers will be accepted now. ([6b08b0a](6b08b0a)), closes [iris-connect/iris-backlog#230](https://github.com/iris-connect/iris-backlog/issues/230) * Meaningful error message if username is already used. ([e244049](e244049)), closes [iris-connect/iris-backlog#192](https://github.com/iris-connect/iris-backlog/issues/192) * Removes license reference for code generated by Swagger that no ([85c07a5](85c07a5)) * Use event request guest's mobile number as phone number if mobile number is valid and phone number is not. ([99fd390](99fd390)), closes [iris-connect/iris-backlog#249](https://github.com/iris-connect/iris-backlog/issues/249) [#419](#419) ### Features * Add search hint to location search dialog explaining on how to use the new search algorithm. ([3022d28](3022d28)), closes [iris-connect/iris-backlog#110](https://github.com/iris-connect/iris-backlog/issues/110) [#370](#370) * Adds automated end to end tests to check many frontend core functionalities. ([3dd737c](3dd737c)), closes [#420](#420) * Change atomic address from columns to comma separated text in standard csv export. ([a9a9fb5](a9a9fb5)), closes [iris-connect/iris-backlog#246](https://github.com/iris-connect/iris-backlog/issues/246) [#403](#403) * Enables MySQL, MariaDB and MSSQL to be used alongside PostgreSQL as DBMS. ([416172f](416172f)), closes [#214](#214) [#386](#386) * Extends the search of events and cases to a fuzzy and wildcard search over the visible text columns of the event and the case overview. ([7457f11](7457f11)), closes [iris-connect/iris-backlog#110](https://github.com/iris-connect/iris-backlog/issues/110) [#385](#385) * Old cases and events are deleted after a configurable time (default is after 6 months) with all associated data. ([3da22e4](3da22e4)), closes [iris-connect/iris-backlog#244](https://github.com/iris-connect/iris-backlog/issues/244) [#384](#384) ### Reverts * Revert "fix: Front end no longer runs as root in the container." (#328) ([98a4b30](98a4b30)), closes [#328](#328)
- Loading branch information