Skip to content

Commit 5737133

Browse files
author
Sean Fong
committed
Update renderer to v1.2.8
1 parent e317f87 commit 5737133

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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.8] - 2025-10-28
14+
### Fixed
15+
- Required field asterisks accessibility enhancements also applies to group headings and tab buttons.
16+
1317
## [1.2.7] - 2025-10-28
1418
### Fixed
1519
- Required field asterisks are now properly announced as "Mandatory field" by screen readers. Refer to issue [#1741](https://github.com/aehrc/smart-forms/issues/1741)

apps/smart-forms-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@aehrc/sdc-assemble": "^2.0.2",
2929
"@aehrc/sdc-populate": "^4.6.2",
3030
"@aehrc/sdc-template-extract": "^1.0.14",
31-
"@aehrc/smart-forms-renderer": "^1.2.7",
31+
"@aehrc/smart-forms-renderer": "^1.2.8",
3232
"@dnd-kit/core": "^6.3.1",
3333
"@emotion/react": "^11.14.0",
3434
"@emotion/styled": "^11.14.1",

package-lock.json

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

packages/smart-forms-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aehrc/smart-forms-renderer",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "FHIR Structured Data Captured (SDC) rendering engine for Smart Forms",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)