Skip to content

Releases: openmrs/openmrs-esm-core

3.1.2

23 Nov 21:08
Compare
Choose a tag to compare

Features

  • #40 UI Editor styling
  • #39 Carbonize and style implementer-tools

Fixes

  • #39 Fix auth failure redirect

Maintenance

  • #36 Update importmap to latest from openmrs-spa.org

3.1.1

15 Nov 00:54
Compare
Choose a tag to compare

Support for Typescript 4.0.5

3.1.0

13 Nov 17:20
Compare
Choose a tag to compare

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

09 Nov 14:21
Compare
Choose a tag to compare

3.0.7

29 Oct 13:30
Compare
Choose a tag to compare
  • 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

22 Oct 04:02
Compare
Choose a tag to compare

Finish adding esm-context (#18)

This is a patch which should fix the problem where openmrs debug would not start because esm-context was not being loaded correctly.

3.0.5

19 Oct 15:30
23fc6a9
Compare
Choose a tag to compare
  • 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

15 Oct 15:36
Compare
Choose a tag to compare
  • Added the --run-project flag for debugging microfrontends
  • Fixed the publicPath of the SPA
  • Deprecated the usage of @ for --importmap

3.0.2

12 Oct 14:26
Compare
Choose a tag to compare
  • Added openmrs start command
  • Improved local debugging by respecting peer dependencies
  • Fixed issues with openmrs
  • Updated documentation

3.0.1

08 Oct 14:51
f096fea
Compare
Choose a tag to compare
  • Initial release
  • Brought @openmrs/esm-api to the esm-core monorepo
  • Brought @openmrs/esm-error-handling to the esm-core monorepo
  • Brought @openmrs/esm-styleguide to the esm-core monorepo
  • Brought @openmrs/esm-config to the esm-core monorepo (renamed from @openmrs/esm-module-config)
  • Brought @openmrs/esm-extensions to the esm-core monorepo (renamed from @openmrs/esm-extension-manager)
  • Created new tool openmrs, which can be run via npx openmrs or installed machine globally / repository locally