Releases: openmrs/openmrs-esm-core
Releases · openmrs/openmrs-esm-core
3.1.2
3.1.1
3.1.0
Overhauled the esm-config
schema API.
Breaking
- MF-366 Config elements should have
type
#27 - MF-320 All module-config keywords should be underscore-prefixed #32
Features
- MF-315: UI Editor Extension slots and extension show name on hover #30
- MF-315: UI Editor Extension slots and extension show name on hover #31
Fixes
- (bug) squash unique key error on extension-config-tree.tsx #33
Thanks to @donaldkibet and @FlorianRappl !
3.0.8
- Improved support for running
openmrs
on Windows (@manuelroemer) - Improved naming for the extension definition (@manuelroemer)
- Removed the need to
attach
extensions to extension slots (@manuelroemer) - Fixed failing translations (@donaldkibet)
- Included support for navigation contexts (@FlorianRappl)
- Added awareness of the
esm-implementer-tools
to schema (@brandones)
3.0.7
- Refined dependencies
- Improved global state context to avoid race conditions for ownership
- Added
@openmrs/esm-dev-tools-app
and@openmrs/esm-implementer-tools-app
to esm-core - Made extensions aware of configuration
- Included ability to use intelligent URL-like extension names
3.0.6
3.0.5
- MF-363 Application should update live in response to temporary config changes (#17) @brandones
- MF-319 and MF-329 Add support for passing configuration to extensions (#16) @brandones
- Improved app shell package @FlorianRappl
3.0.3
- Added the
--run-project
flag for debugging microfrontends - Fixed the
publicPath
of the SPA - Deprecated the usage of
@
for--importmap
3.0.2
- Added
openmrs start
command - Improved local debugging by respecting peer dependencies
- Fixed issues with
openmrs
- Updated documentation
3.0.1
- Initial release
- Brought
@openmrs/esm-api
to theesm-core
monorepo - Brought
@openmrs/esm-error-handling
to theesm-core
monorepo - Brought
@openmrs/esm-styleguide
to theesm-core
monorepo - Brought
@openmrs/esm-config
to theesm-core
monorepo (renamed from@openmrs/esm-module-config
) - Brought
@openmrs/esm-extensions
to theesm-core
monorepo (renamed from@openmrs/esm-extension-manager
) - Created new tool
openmrs
, which can be run vianpx openmrs
or installed machine globally / repository locally