Skip to content

Releases: openmrs/openmrs-esm-form-builder

v2.9.1

17 Jan 18:09
db6dc01
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • (fix) O3-3415: Update scroll height in form-renderer and interactive by @Muta-Jonathan in #370

Housekeeping

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

18 Dec 12:37
9b6efff
Compare
Choose a tag to compare

What's Changed

New features 🚀

Chores 🧹

  • (chore) Setup transifex integration by @denniskigen in #311
  • (chore) Fix TypeScript errors when locally linking the form engine by @samuelmale in #366
  • (chore) Update translations from Transifex by @github-actions in #365
  • (chore) Update translations from Transifex by @github-actions in #367
  • (chore) Update tooling by @NethmiRodrigo in #368
  • (chore) Update translations from Transifex by @github-actions in #369
  • (chore) Release v2.9.0 by @NethmiRodrigo in #372

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

03 Dec 16:03
20e4b89
Compare
Choose a tag to compare

What's Changed

New features 🚀

  • (feat) O3-3638: Enable reordering questions across sections using drag-and-drop by @Twiineenock in #344
  • (feat) O3-3947: Add toggle type questions to interactive builder by @Kinotijoan in #350
  • (feat) Add "checkbox-searchable" render type to supported types by @samuelmale in #352

Bug fixes 🐛

Tests 🧪

  • (test) Add window.HTMLElement.prototype.scrollIntoView stub by @denniskigen in #345

Chores 🧹

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

22 Aug 17:39
Compare
Choose a tag to compare

What's Changed

Features

  • (feat) Use IconButton component for icon-only buttons by @denniskigen in #331
  • (feat) Updated concept datatype for the schema validator by @Art-Ndiema in #337

Bug fixes

Housekeeping

Docs

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

19 Jul 07:16
ee2e6ac
Compare
Choose a tag to compare

What's Changed

New features 🚀

  • (feat) O3-3218: Make the schema validation(block/allow) render a configuration by @gitcliff in #271
  • (feat) O3-3341: Add the ability to restore deleted questions by @denniskigen in #283
  • (feat) O3-3140: Add patientIdentifier question type with custom validator by @gitcliff in #264
  • (feat) O3-3351 Add support for obs comments in the form builder inter… by @CynthiaKamau in #285
  • (feat) O3-3355 Add support for inline date in the form builder intera… by @CynthiaKamau in #286
  • (feat) O3-3357: Support editing person attributes in the Edit question modal by @gitcliff in #287
  • (feat) O3-3368: Support editing encounterDatetime fields in the edit question modal by @gitcliff in #289
  • (feat) O3-3405: Support creating time rendering questions using interactive builder by @NethmiRodrigo in #303
  • (feat) O3-3342: Add support for program states in form builder by @CynthiaKamau in #284

Bug fixes 🐛

Tests 🧪

Refactors 🚧

Housekeeping 🧹

Docs 📖

  • (docs) Add steps on debugging E2E tests using Playwright Inspector by @denniskigen in #304

New Contributors

Thank you to all contributors for embodying the spirit of 'write code. save lives' in every line committed. Your commitment to OpenMRS is invaluable and truly makes a difference in healthcare worldwide. ❤️

Full Changelog: v2.5.0...v2.6.0

v2.5.0

17 May 13:07
89fc7d8
Compare
Choose a tag to compare

What's changed

New features

Housekeeping

New contributors

Full changelog: v2.4.0...v2.5.0

v2.4.0

15 Mar 16:04
8250d3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.2.1

30 Nov 18:56
fb558ed
Compare
Choose a tag to compare

Housekeeping

Full Changelog: v2.2.0...v2.2.1

v2.2.0

21 Nov 19:30
14b7f32
Compare
Choose a tag to compare

Features

Bug fixes

Housekeeping

Full Changelog: v2.1.0...v2.2.0

v2.1.0

06 Oct 18:49
e376d8b
Compare
Choose a tag to compare

Highlights

Form builder v2.1.0 is a minor release that adds new features, bug fixes, and refactors. The release includes the following changes:

Ability to reorder questions via drag and drop

The form builder now allows users to reorder questions via drag and drop. This feature is available in the interactive builder and is provided by the react-dnd library. Any changes to the order of questions get reflected in the schema editor automatically.

Ability to copy and download form schemas

The form builder now allows users to copy and download form schemas. These features are available in the schema editor and should help schema authors to keep copies of their work locally.

Show form audit information

A new form audit information section has been added to the form builder. This section shows the form's UUID, version, and published status. This information is available in the interactive builder and the schema editor.

Features

Refactors

Bug fixes

Housekeeping

New Contributors

Full Changelog: v2.0.1...v2.1.0