Skip to content

Releases: openmrs/openmrs-esm-home

v5.1.0

06 Oct 13:20
6208365
Compare
Choose a tag to compare

What's changed

Features

Housekeeping

Full Changelog: v5.0.0...v5.1.0

v5.0.0

18 Jul 19:23
50c5fb9
Compare
Choose a tag to compare

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

v4.2.0

07 Jun 18:49
9670695
Compare
Choose a tag to compare

What's Changed

Features

New Contributors

Thank you to all our amazing contributors! 🎉

Full Changelog: v4.1.0...v4.2.0

v4.1.0

31 Mar 17:35
Compare
Choose a tag to compare

What's Changed

Features

active visits

appointments

patient search

patient registration

patient lists

Refactors

Bug fixes

appointments

patient lists

patient registration

Docs

New Contributors

Full Changelog: openmrs/openmrs-esm-patient-management@v4.2.0...v4.3.0

v4.0.2

16 Mar 05:52
011fefa
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • (fix) System Administration page not loading in dev3 environment - O3… by @dkayiwa in #122

Docs

  • (docs) Update pull request template with a link to design docs by @Jexsie in #127

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

09 Feb 21:07
9d98e83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

13 Jan 21:00
76a153f
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • BREAKING: Upgrade to Carbon 11, React 18, etc. by @pirupius in #91

Features

  • (feat) O3-916 Get rid of Refapp 2.x links in top-left menu by @99sumedha in #82
  • (feat) Exports build version by @ZacButko in #104
  • (feat) Add ability to configure OpenMRS logo on home-dashboard by @donaldkibet in #111

Bug Fixes

  • (fix) Add type property to patientResultUrl config schema by @denniskigen in #109

Housekeeping

New Contributors

Full Changelog: v3.1.1...v4.0.0

3.1.1

14 Oct 14:27
Compare
Choose a tag to compare

3.1.0

06 May 12:31
Compare
Choose a tag to compare
  • Converted to monorepo
  • Provided offline support
  • Moved application links to app launcher
  • Updated the design of the search

3.0.2

22 Jan 23:31
3e88803
Compare
Choose a tag to compare
  • MF-381: Rewrite patient search results UI based on carbon designs (@denniskigen)
  • Updated dependencies
  • Migrated to GitHub actions