Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements
feat
,fix
, orchore
, among others). See existing PR titles for inspiration.For changes to apps
If applicable
Summary
This PR cuts a minor release of the OpenMRS ESM Core, which supports the following changes:
Changelog
Fixes
(fix) Update dummy StoreApi to work with Zustand 4.4+ by @ibacher in (fix) Update dummy StoreApi to work with Zustand 4.4+ #1128
(fix) Add better support for loading multiple namespaces at once by @ibacher in (fix) Add better support for loading multiple namespaces at once #1132
(refactor) Load styleguide config asynchronously in PageHeader by @denniskigen in (refactor) Load styleguide config asynchronously in PageHeader #1133
(fix) remove fill attributes for baby and mother svg icons by @chibongho in (fix) remove fill attributes for baby and mother svg icons #1135
(fix) O3-3902 - make age() function (and its usage) handle null birth… by @chibongho in (fix) O3-3902 - make age() function (and its usage) handle null birth… #1136
(fix) - O3-3189 - fix server-side pagination hook to handle error con… by @chibongho in (fix) - O3-3189 - fix server-side pagination hook to handle error con… #1123
(fix) Do not generate
undefined
as a value by @ibacher in (fix) Do not generateundefined
as a value #1137(docs) Update E2E instructions on the readme file by @jayasanka-sack in (docs) Update E2E instructions on the readme file #1138
(fix) Fix the URLs to load importmap and routes registry JSON by @vasharma05 in (fix) Fix the URLs to load importmap and routes registry JSON #1140
(fix) Workspace title must translate in the workspace container by @vasharma05 in (fix) Workspace title must translate in the workspace container #1141
Revert "(fix) Fix the URLs to load importmap and routes registry JSON" by @vasharma05 in Revert "(fix) Fix the URLs to load importmap and routes registry JSON" #1143
New improvements
Improvements to E2E test suite
A recent change in the E2E test suite runs the E2E test suites in every new PR for
@openmrs/esm-patient-chart
and@openmrs/esm-patient-management
to verify that new changes in the@openmrs/esm-framework
doesn't cause issues in the above-mentioned apps.Screenshots
Related Issue
Other