Skip to content

Releases: openmrs/create-o3-app

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:07

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

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:30

Installation

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

What's Changed

  • chore: migrate to @openmrs/eslint-config and ESLint 9 by @denniskigen in #12
  • fix: wire the offline prompt and drop the dead optional-feature prompts by @denniskigen in #11
  • feat: generate modals, workspaces, and feature flags from the prompts by @denniskigen in #13

Full Changelog: v1.0.1...v1.1.0

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:53

Installation

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

What's Changed

  • fix: generate correct release notes and install commands by @denniskigen in #8
  • feat: improve first-run experience of scaffolded modules by @denniskigen in #9
  • docs: standardize CLI invocation in the README by @denniskigen in #10

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 May 22:36
87c253c

First published release of @openmrs/create-o3-app, the CLI for scaffolding OpenMRS 3 frontend modules.

Installation

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

See the README for usage and options.