Skip to content

Commit dd47c16

Browse files
committed
docs: remove v1.6.0 entries
1 parent f92f994 commit dd47c16

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

CHANGELOG.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,5 @@
11
# Changelog
22

3-
## 1.6.0 (TBD)
4-
5-
### New features
6-
7-
- Certificate handlebar for registration fees `registrationFees` [#6817](https://github.com/opencrvs/opencrvs-core/issues/6817)
8-
- Logged in user details handlebar `loggedInUser` [#6529](https://github.com/opencrvs/opencrvs-core/issues/6529)
9-
- Supporting document fields can now be made required
10-
- If there is only one option in the document uploader select, then it stays hidden and only the upload button is showed with the only option being selected by default
11-
12-
- #### ElasticSearch reindexing
13-
14-
Allows reindexing ElasticSearch via a new search-service endpoint `reindex`. We're replacing the original `ocrvs` index with timestamped ones. This is done automatically when upgrading and migrating, but this is an important architectural change that should be noted. More details in [#7033](https://github.com/opencrvs/opencrvs-core/pull/7033).
15-
16-
- Introduce a new certificate handlebar "preview" which can be used to conditionally render some svg element when previewing the certificate e.g. background image similar to security paper
17-
18-
### Improvements
19-
20-
- Internally we were storing the `family` name field as a required property which was limiting what how you could capture the name of a person in the forms. Now we are storing it as an optional property which would make more flexible.
21-
22-
### Breaking changes
23-
24-
- Remove `DEL /elasticIndex` endpoint due reindexing changes.
25-
- Gateways searchEvents `operationHistories` only returns `operationType` & `operatedOn` due to the other fields being unused in OpenCRVS
26-
- Core used to provide review/preview section by default which are now removed and need to be provided from countryconfig. The signature field definitions (e.g. informant signature, bride signature etc.) were hard coded in core which also have now been removed. The signatures can now be added through the review/preview sections defined in countryconfig just like any other field. You can use the following section definition as the default which is without any additional fields. We highly recommend checking out our reference country repository which has the signature fields in it's review/preview sections
27-
28-
```
29-
{
30-
id: 'preview',
31-
viewType: 'preview',
32-
name: {
33-
defaultMessage: 'Preview',
34-
description: 'Form section name for Preview',
35-
id: 'register.form.section.preview.name'
36-
},
37-
title: {
38-
defaultMessage: 'Preview',
39-
description: 'Form section title for Preview',
40-
id: 'register.form.section.preview.title'
41-
},
42-
groups: [
43-
{
44-
id: 'preview-view-group',
45-
fields: []
46-
}
47-
]
48-
}
49-
```
50-
513
## 1.5.1
524

535
## Improvements

0 commit comments

Comments
 (0)