Skip to content

Releases: aehrc/smart-forms

v1.3.1

25 Mar 04:48
c7a3d19

Choose a tag to compare

Fixed

  • Fixed accordion scroll position jumping when expanding accordion items. See issue #1796
  • Fixed the sticky tab list overflowing the viewport on long forms. The tab list now dynamically constrains its height and becomes scrollable when needed.

sdc-populate@4.7.0

25 Mar 04:35
c7a3d19

Choose a tag to compare

Added

  • Enable the FHIRPath resolve() function. The fhirServerUrl is now threaded through FHIRPath evaluations, allowing expressions that use resolve() to fetch referenced resources from the FHIR server. This also includes an upgrade of the fhirpath dependency from v3 to v4. See issue #1806

Fixed

  • Fixed $lookup not being performed for all codings in repeat group instances by moving display value lookup to operate on the final QuestionnaireResponse items rather than on initial expressions. See issue #1833

v1.3.0

11 Mar 23:29
fe4183e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.8...v1.3.0

sdc-populate@4.6.3

11 Mar 23:35
fe4183e

Choose a tag to compare

Fixed

  • Relaxed restriction on fhirContext launch context entries - type is no longer required. Resource type is now inferred from the reference if type is not provided.
  • Resolved fhirContext references are now used to prepopulate questionnaire items.

See https://github.com/aehrc/smart-forms/blob/main/packages/sdc-populate/CHANGELOG.md for changes to @aehrc/sdc-populate.

v1.2.8

28 Oct 05:45
e8cc084

Choose a tag to compare

What's Changed

This release consists of the following package updates:

Changelogs

v1.1.0

23 Oct 06:05
24c7a89

Choose a tag to compare

What's Changed

This release consists of the following package updates:

Changelogs

v1.0.0

21 Oct 05:38
5db6123

Choose a tag to compare

v1.0.0-alpha.20

19 Feb 06:26

Choose a tag to compare

v1.0.0-alpha.20 Pre-release
Pre-release

Initial alpha release on GitHub

Renderer Library

Artifacts

What's Changed

v0.45.0

19 Feb 06:00

Choose a tag to compare

Change log

Below are the changes since v0.44.3. To see changes of previous versions, see https://github.com/aehrc/smart-forms/blob/main/CHANGELOG.md for the full changelog.

[0.45.0] - 2025-02-18

Added

  • Added preferredTerminologyServer compatibility with valueUri.

Fixed

  • Increased renderer's tolerance when working with valueCoding without codes.

[0.44.4] - 2025-02-17

Fixed

  • Update dependencies to fix incompatible Node and dependency versions.

v0.44.3

07 Nov 08:04

Choose a tag to compare

Change log

Below are the changes since v0.43.1. To see changes of previous versions, see https://github.com/aehrc/smart-forms/blob/main/CHANGELOG.md for the full changelog.

[0.44.3] - 2024-11-07

NPM-related

  • Bump version to set NPM tag to latest.

[0.44.2] - 2024-10-18

Fixed

  • Fixed an issue where inputs in checkbox open-choice's open label field does not update the QuestionnaireResponse.

[0.44.1] - 2024-10-14

Fixed

  • Fixed unexpected behaviour of open-choice's open label field clearing the answers of previously selected options.
  • Fixed an issue where enableWhen logic was not working properly with repeating items.

[0.44.0] - 2024-10-09

Added