Skip to content

Releases: openmrs/openmrs-esm-home

v5.5.0

22 Aug 11:21
a1e3c5f
Compare
Choose a tag to compare

What's Changed

Features

Housekeeping

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

19 Jul 13:32
75c7aaf
Compare
Choose a tag to compare

What's Changed

Features

  • (feat) Improvements to workspace system styling (supports O3-3246) by @brandones in #208
  • (feat) Add styling to accommodate metric tiles on the home page by @arodidev in #214

Housekeeping

  • (chore) Bump yarn and turbo by @denniskigen in #212
  • (chore) Update translations from Transifex by @github-actions in #210
  • (chore) Add history package by @Vijaykv5 in #209
  • (chore) Bump braces from 3.0.2 to 3.0.3 by @dependabot in #207
  • (chore) Bump ws from 7.5.9 to 7.5.10 by @dependabot in #206
  • (chore) Update translations from Transifex by @github-actions in #200

New contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

16 May 12:15
5b417a1
Compare
Choose a tag to compare

What's Changed

New features

  • (feat) O3-2798: Add metrics extension slot to the home page by @arodidev in #187
  • (feat) O3-2901: Add a page header to the home page by @arodidev in #186
  • (feat) O3-2724: Move overlays into the framework by @brandones in #201

Refactors

Bug fixes

  • (fix) Fix misplaced metrics extension slot by @arodidev in #191
  • (fix) O3-3004: Home Dashboard Background Color should be gray by @mogoodrich in #194
  • (fix) Remove styles from metrics extension slot by @arodidev in #197

Housekeeping

New Contributors

Full Changelog: v5.2.3...v5.3.0

v5.2.3

15 Mar 15:48
4893949
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.2.3

v5.2.2

09 Feb 08:29
f4e0609
Compare
Choose a tag to compare

What's Changed

This release aims to address a versioning issue from the previous release.

Full Changelog: v5.2.1...v5.2.2

v5.2.0

17 Nov 20:15
Compare
Choose a tag to compare

Highlights

Home 5.2.0 brings a number of new features and improvements. Most notably, these are:

Improved performance

We've reduced the number of network requests made by the application by reducing the number of Webpack chunks created by the application. This means that the application loads faster than before. Read more about this in the migration guide here.

Yarn 4 support

We're now using Yarn v4! That means we're also migrating monorepo management concerns from using lerna to using yarn workspaces. An important corollary of this change is that we'll now require a minimum of Node 18 to run the Home app.

Shared SWR cache

We've introduced a shared SWR cache for all the modules in the application. This means that if you're using SWR in your module, you can now share the cache with the rest of the application.

Features

Housekeeping

New contributors

Thank you to all our wonderful contributors! 🎉

Full Changelog: v5.1.0...v5.2.0

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