Skip to content

Release v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:07
· 6 commits to main since this release

Installation

npm create @openmrs/o3-app@latest my-module-name
# or
npx @openmrs/create-o3-app@latest my-module-name

What's Changed

  • fix: use camelCase translation keys in generated components by @denniskigen in #15
  • fix: validate duplicates and handle cancellation in the prompt collection loops by @denniskigen in #16
  • fix: drop the path alias and coverage threshold prompts by @denniskigen in #17
  • fix: harden the generator lifecycle by @denniskigen in #18
  • fix: make the CLI options and prompts tell the truth by @denniskigen in #19
  • fix: build with the openmrs-provided default configs, like template-app by @denniskigen in #20
  • feat: generate workspaces using the Workspace2 API by @denniskigen in #21

Full Changelog: v1.1.0...v1.2.0