Skip to content

Commit 0fca4c3

Browse files
bump versions (renderer 1.2.12, template-extract 1.0.15) and update changelog (aehrc#1799)
1 parent f640290 commit 0fca4c3

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ For changelogs of other libraries, please refer to their respective repositories
1010

1111
Changelog only includes changes from version 0.36.0 onwards.
1212

13-
## [1.2.12] - xxxx-xx-xx
13+
## [1.2.12] - 2026-01-13
1414
### Added
1515
- Added support for text styling on answerOption.valueString.
16+
- Improved keyboard-only navigation and screen reader accessibility for combobox dropdowns. See issue [#1762](https://github.com/aehrc/smart-forms/issues/1762)
17+
### Fixed
18+
- Fixed missing calculatedExpression sync animations on `choice` and `open-choice` items. See issue [#1643](https://github.com/aehrc/smart-forms/issues/1643)
19+
- Fixed regression in enableWhen initialisation that prevented some items from populating. See issues [#1781](https://github.com/aehrc/smart-forms/issues/1781) and [#1775](https://github.com/aehrc/smart-forms/issues/1775)
1620

1721
## [1.2.11] - 2025-10-28
1822
### Fixed

apps/smart-forms-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"@aehrc/sdc-assemble": "^2.0.2",
2929
"@aehrc/sdc-populate": "^4.6.2",
30-
"@aehrc/sdc-template-extract": "^1.0.14",
31-
"@aehrc/smart-forms-renderer": "^1.2.11",
30+
"@aehrc/sdc-template-extract": "^1.0.15",
31+
"@aehrc/smart-forms-renderer": "^1.2.12",
3232
"@dnd-kit/core": "^6.3.1",
3333
"@emotion/react": "^11.14.0",
3434
"@emotion/styled": "^11.14.1",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdc-template-extract/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This log documents changes for [@aehrc/sdc-template-extract](https://www.npmjs.c
55

66
Changelog only includes changes from version 1.0.6 onwards.
77

8-
## sdc-template-extract [1.0.15] - xxxx-xx-xx
8+
## sdc-template-extract [1.0.15] - 2026-01-13
99
#### Fixed
1010
- Fixed issues relating to the extraction of arrays, including issue [#1777](https://github.com/aehrc/smart-forms/issues/1777).
1111

packages/sdc-template-extract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aehrc/sdc-template-extract",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Performs template-based extraction from the HL7 FHIR SDC (Structured Data Capture) specification: https://build.fhir.org/ig/HL7/sdc/extraction.html#template-based-extraction",
55
"scripts": {
66
"compile": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",

packages/smart-forms-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aehrc/smart-forms-renderer",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "FHIR Structured Data Captured (SDC) rendering engine for Smart Forms",
55
"main": "lib/index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"homepage": "https://github.com/aehrc/smart-forms#readme",
3030
"dependencies": {
3131
"@aehrc/sdc-populate": "^4.6.2",
32-
"@aehrc/sdc-template-extract": "^1.0.14",
32+
"@aehrc/sdc-template-extract": "^1.0.15",
3333
"@emotion/react": "^11.14.0",
3434
"@emotion/styled": "^11.14.1",
3535
"@fontsource/inter": "^5.2.8",

0 commit comments

Comments
 (0)