Skip to content

Commit 6cfd522

Browse files
committed
docs: changelog for v1.9.1 release
1 parent e254385 commit 6cfd522

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Changelog
22

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)
124

135
### Breaking changes
146

@@ -37,6 +29,19 @@ HTTP input now accepts `field('..')` references in the HTTP body definition.
3729
- `RECORD_REGISTRATION_VERIFY_CERTIFIED_COPIES`
3830
- `PROFILE_UPDATE`
3931

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+
4045
## [1.9.0](https://github.com/opencrvs/opencrvs-core/compare/v1.8.1...v1.9.0)
4146

4247
### Breaking changes
@@ -315,7 +320,6 @@ To see Events V2 in action, check out the example configurations in the **countr
315320
- Add Import/Export system client and `record.export` scope to enable data migrations [#10415](https://github.com/opencrvs/opencrvs-core/issues/10415)
316321
- 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)
317322
- 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)
319323

320324
### Improvements
321325

0 commit comments

Comments
 (0)