Skip to content

Commit

Permalink
wrap up version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 10, 2024
1 parent b897f6d commit 7ecbae2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.6.1 (TBD)
## 1.6.1

### Bug fixes

Expand Down Expand Up @@ -42,6 +42,7 @@
]
}
```

- `hasChildLocation` query has been removed from gateway. We have created the query `isLeafLevelLocation` instead which is more descriptive on its intended use.

### New features
Expand Down Expand Up @@ -121,7 +122,7 @@
- **Check your Metabase map file.** For Metabase configuration, we renamed `farajaland-map.geojson` to `map.geojson` to not tie implementations into example country naming conventions.
- **Feature flags** In order to make application config settings more readable, we re-organised `src/api/application/application-config-default.ts` with a clear feature flag block like so. These are then used across the front and back end of the application to control configurable functionality. New feature flags DEATH_REGISTRATION allow you to optionally run off death registration if your country doesnt want to run its first pilot including death and PRINT_DECLARATION (see New Features) have been added.
`FEATURES: {
DEATH_REGISTRATION: true,
DEATH_REGISTRATION: true,
MARRIAGE_REGISTRATION: false,
...
} `
Expand Down Expand Up @@ -267,6 +268,7 @@ In the next OpenCRVS release v1.5.0, there will be two significant changes both
- **New handlebars serving the location ids of the admin level locations**

Apart from the new handlebars, a couple more improvements were introduced:

- stricter type for locations in client
- **"location"** handlebar helper can now resolve offices & facilities
- restrict the properties exposed through **"location"** handlebar helper
Expand Down

0 comments on commit 7ecbae2

Please sign in to comment.