|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 2.0.0 Release Candidate |
4 | | - |
5 | | -### New features |
6 | | - |
7 | | -#### HTTP Input |
8 | | - |
9 | | -HTTP input now accepts `field('..')` references in the HTTP body definition. |
10 | | - |
11 | | -## 1.9.1 |
| 3 | +## [1.9.1](https://github.com/opencrvs/opencrvs-core/compare/v1.9.0...v1.9.1) |
12 | 4 |
|
13 | 5 | ### Breaking changes |
14 | 6 |
|
@@ -37,6 +29,19 @@ HTTP input now accepts `field('..')` references in the HTTP body definition. |
37 | 29 | - `RECORD_REGISTRATION_VERIFY_CERTIFIED_COPIES` |
38 | 30 | - `PROFILE_UPDATE` |
39 | 31 |
|
| 32 | +### New features |
| 33 | + |
| 34 | +- Add multi-field search with a single component [#10617](https://github.com/opencrvs/opencrvs-core/issues/10617) |
| 35 | +- **Search Field**: A new form field that allows searching previous records and using the data to pre-fill the current form. [#10131](https://github.com/opencrvs/opencrvs-core/issues/10131) |
| 36 | +- HTTP input now accepts `field('..')` references in the HTTP body definition. |
| 37 | +- **Searchable Select**: A new select component that allows searching through options. Useful for selects with a large number of options. Currently being used in address fields. [#10749](https://github.com/opencrvs/opencrvs-core/issues/10749) |
| 38 | + |
| 39 | +### Bug fixes |
| 40 | +- During user password reset, email address lookup is now case insensitive [#9869](https://github.com/opencrvs/opencrvs-core/issues/9869) |
| 41 | +- Users cannot activate or reactivate users with roles not specified in the `user.edit` scope [#9933](https://github.com/opencrvs/opencrvs-core/issues/9933) |
| 42 | +- Login page no longer show "Farajaland CRVS" before showing the correct title [#10958](https://github.com/opencrvs/opencrvs-core/issues/10958) |
| 43 | +- `ALPHA_PRINT_BUTTON` does not get disabled after first print [#10953](https://github.com/opencrvs/opencrvs-core/issues/10953) |
| 44 | + |
40 | 45 | ## [1.9.0](https://github.com/opencrvs/opencrvs-core/compare/v1.8.1...v1.9.0) |
41 | 46 |
|
42 | 47 | ### Breaking changes |
@@ -315,7 +320,6 @@ To see Events V2 in action, check out the example configurations in the **countr |
315 | 320 | - Add Import/Export system client and `record.export` scope to enable data migrations [#10415](https://github.com/opencrvs/opencrvs-core/issues/10415) |
316 | 321 | - Add an Alpha version of configurable "Print" button that will be refactored in a later release - this button can be used to print certificates during declaration/correction flow. [#10039](https://github.com/opencrvs/opencrvs-core/issues/10039) |
317 | 322 | - Add bulk import endpoint [#10590](https://github.com/opencrvs/opencrvs-core/pull/10590) |
318 | | -- Add multi-field search with a single component [#10617](https://github.com/opencrvs/opencrvs-core/issues/10617) |
319 | 323 |
|
320 | 324 | ### Improvements |
321 | 325 |
|
|
0 commit comments