You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ For changelogs of other libraries, please refer to their respective repositories
10
10
11
11
Changelog only includes changes from version 0.36.0 onwards.
12
12
13
+
## [1.2.14] - 2026-03-05
14
+
### Changed
15
+
- Reduced vertical padding and margins to limit excessive whitespace in the renderer.
16
+
- Changed standalone autocomplete fields to be multiline so that value is not truncated.
17
+
### Fixed
18
+
- Fixed regression causing some calculatedExpressions to not be displayed.
19
+
20
+
## [1.2.13] - 2026-02-12
21
+
### Fixed
22
+
- Fixed an issue where existing QuestionnaireResponse repeat group items were being overwritten by blank data when applying calculatedExpression values, causing issue [#1811](https://github.com/aehrc/smart-forms/issues/1811)
23
+
13
24
## [1.2.12] - 2026-01-13
14
25
### Added
15
26
- Added support for text styling on answerOption.valueString.
Copy file name to clipboardExpand all lines: LOCAL_DEVELOPMENT.md
+27-24Lines changed: 27 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -498,29 +498,8 @@ P.S. We had `alpha` as a pre-release branch before the recent v1.0.0 release. Th
498
498
9. Merge `main` into your branch to ensure you have the latest changes.
499
499
10. Update TypeDoc documentation by running `npm run build` in `/documentation`.
500
500
11. Request for a code review from a team member (orreviewityourself). Once approved, you can proceed to the next steps.
501
-
12. If you are working on a package (i.e. anypackagein`/packages`), follow the steps below to publish a new version. Otherwise, merge your branch into `main`.
502
-
13. Depending on which package/app you are working on, bump the version number in `package.json` following [semantic versioning](https://semver.org/) principles.
- `@aehrc/smart-forms-renderer`'s Storybook depends on `@aehrc/sdc-populate` and `@aehrc/sdc-template-extract`. If you update `@aehrc/sdc-populate` or `@aehrc/sdc-template-extract`, make sure to bump their versions and the `@aehrc/smart-forms-renderer` version.
13. Ensure the CI passes on `main` after the merge. If you added any Storybook stories or if story layout in Chromatic changes, those have to be reviewed and approved in Chromatic.
524
503
525
504
> Remember to merge main into your branch regularly throughout the development process.
526
505
@@ -540,7 +519,31 @@ P.S. We had `alpha` as a pre-release branch before the recent v1.0.0 release. Th
540
519
13. For the reviewing internal team member:
541
520
- Review the code changes.
542
521
- Once approved, merge the pull request into `aehrc/main`.
543
-
- If there are package version bumps, create a new PR referencing the issue and follow the steps from step 13 onwards in [Contributing workflow - internal contributors](#contributing-workflow---internal-contributors) to publish new package versions.
522
+
- If there are package version bumps, create a new PR referencing the issue and follow the steps in [Release process](#release-process) to publish new package versions.
523
+
524
+
## Release process
525
+
1. Create a release branch from main (e.g. `release/<date>`).
526
+
2. Update the `CHANGELOG.md` file in the respective package/app directory summarising changes since the last release.
3. Depending on which package/app you are working on, bump the version number in `package.json` following [semantic versioning](https://semver.org/) principles.
- `@aehrc/smart-forms-renderer`'s Storybook depends on `@aehrc/sdc-populate` and `@aehrc/sdc-template-extract`. If you update `@aehrc/sdc-populate` or `@aehrc/sdc-template-extract`, make sure to bump their versions and the `@aehrc/smart-forms-renderer` version.
Copy file name to clipboardExpand all lines: apps/smart-forms-app/src/data/resources/Questionnaire/Questionnaire-AboriginalTorresStraitIslanderHealthCheckAssembled-0.4.0.json
0 commit comments