Skip to content

v5.0.0

Compare
Choose a tag to compare
@denniskigen denniskigen released this 18 Jul 19:23
· 81 commits to main since this release
50c5fb9

Home v5.0.0 is a major release that introduces a BREAKING change. It migrates this frontend module to leverage the new module loading mechanism introduced in Core v5. Per the migration guide, this release introduces a routes.json file used to configure pages and extensions for each frontend module. It also makes the necessary changes to app entry points (src/index.ts), including specifying named exports for each extension and page. Specifying this dynamic and static metadata makes this module compatible with the new module loading mechanism, enabling us to leverage its performance benefits. This is a BREAKING change, and all distros that use this module will need to update their configurations to use the latest versions of the core framework and openmrs tooling.

Breaking changes

Features

  • (feat) Automatically update translation files for all locales when keys and strings change by @vasharma05 in #141

Bug fixes

Housekeeping

Full Changelog: v4.2.0...v5.0.0