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.alpha.md
+64-1Lines changed: 64 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,69 @@ This changelog only includes changes from version 1.0.0-alpha.1 onwards. For sta
7
7
8
8
WARNING: Alpha releases are not stable and may contain breaking changes. Changes are also most likely to be undocumented.
9
9
10
+
## [1.0.0-alpha.97] - 2025-09-04
11
+
#### Changed
12
+
- Changed item-level repopulate button custom extension to the below. See https://chat.fhir.org/#narrow/channel/179255-questionnaire/topic/Granular.20Repopulate.20button/with/533937578 for more details.
- Added support for an item-level repopulate button via a custom extension 'https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-showRepopulateButton'. This button can only be used on string, text, integer and decimal fields, and cannot be used in repeating items or groups.
23
+
24
+
## sdc-template-extract [1.0.8] - 2025-08-29
25
+
#### Added
26
+
- Fix $extract filtering logic when comparing extracted resource with comparison resource (for modified-only usage). Fixed https://github.com/aehrc/smart-forms/issues/1507.
27
+
28
+
## [1.0.0-alpha.95] - 2025-08-20
29
+
#### Fixed
30
+
- Various TypeScript-related bug fixes.
31
+
- In the autocomplete component, when the input is less than 2 characters, an info icon will be displayed at the right end.
32
+
33
+
## [1.0.0-alpha.94] - 2025-08-20
34
+
#### Fixed
35
+
- Add enableColorScheme at ScopedCssBaseline for native light/dark alignment with parent app i.e. native scrollbars, native focus rings, etc.
36
+
Note that this doesn't provide you with dark mode. for that, you need to wrap `<BaseRenderer>` with your own light/dark-mode enabled `<ThemeProvider>`. See https://mui.com/material-ui/customization/theming/ for more details.
37
+
38
+
## [1.0.0-alpha.93] - 2025-08-19
39
+
#### Changed
40
+
- Remove MUI GlobalStyles (which overrides the parent app) with ScopedCssBaseline in RendererThemeProvider. This sets a baseline for the renderer's MUI styles without affecting the parent app's styles.
41
+
42
+
## [1.0.0-alpha.92] - 2025-08-15
43
+
#### Changed
44
+
- Changed "questionnaire-item-text-hidden" custom extension to use the "https://smartforms.csiro.au/ig/StructureDefinition/<extension_name>" convention. Affected extensions:
- Added backwards compatibility for custom extensions defined in Smart Forms.
51
+
Both URLs "https://smartforms.csiro.au/ig/StructureDefinition/<extension_name>" and "https://smartforms.csiro.au/docs/custom-extension/<extension_name>" will work for the custom extensions listed below.
- Handle axios-based FetchResourceCallback calls correctly, for both happy and sad paths (res.data).
66
+
- Fix TypeScript issues in type predicates.
67
+
- When resolving subquestionnaire canonical URLs, enforce in the root questionnaire (returns OperationOutcome if not present), otherwise if it's a recursive resolution within subquestionnaires (for sub-subquestionnaires), be more lenient by returning an empty array.
68
+
69
+
## [1.0.0-alpha.91] - 2025-08-11
70
+
#### Changed
71
+
- Remove Iconify dependency and replaced them with MUI icons. This affects the next/previous tab and page buttons.
72
+
10
73
## sdc-template-extract [1.0.7] - 2025-08-11
11
74
#### Added
12
75
- Allow handling of non-Error exceptions when evaluating FHIRPath expressions. Reason: fhirpath.js might not type exceptions as Error objects correctly.
@@ -75,7 +138,7 @@ _(WARNING: Possible breaking changes with QuestionnaireStore.itemTypes)_
75
138
- Due to space constraints for textfield-based items in gtables/grids, expression update animations for textfield-based items are now changed to a faint green glow. Animations are unchanged for radio and checkbox items.
76
139
77
140
## [1.0.0-alpha.80] - 2025-07-15
78
-
_(WARNING: Possible breaking changes with Questionnaires definitions)_
141
+
_(WARNING: Possible breaking changes with Questionnaire definitions)_
79
142
#### Changed
80
143
- Changed all instances of custom extensions to use the "https://smartforms.csiro.au/docs/custom-extension/*" convention. Affected extensions:
Copy file name to clipboardExpand all lines: LOCAL_DEVELOPMENT.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ However, it has its own set of complexities to watch out for, such as dependenci
50
50
51
51
2. Duplicate .env and rename it to .env.local. This file will be used to store your local environment variables.
52
52
53
-
3. Change VITE_PRESERVE_SYM_LINKS=true to VITE_PRESERVE_SYM_LINKS=false in .env.local. This will allow `tsc -w` to watch forchanges properlyin the smart-forms-renderer component.
53
+
3. Change VITE_PRESERVE_SYM_LINKS=true to VITE_PRESERVE_SYM_LINKS=false in .env.local or add it if it does not exist. This will allow `tsc -w` to watch forchanges properlyin the smart-forms-renderer component.
54
54
55
55
56
56
## Running the Smart Forms and Storybook Locally on Docker with Live Code Reload
0 commit comments