lforms 34.4.0 → 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/dist/lforms/fhir/R4/lformsFHIR.min.js +1 -1
- package/dist/lforms/fhir/R4/lformsFHIR.min.js.map +1 -1
- package/dist/lforms/fhir/R4B/lformsFHIR.min.js +1 -1
- package/dist/lforms/fhir/R4B/lformsFHIR.min.js.map +1 -1
- package/dist/lforms/fhir/STU3/lformsFHIR.min.js +1 -1
- package/dist/lforms/fhir/STU3/lformsFHIR.min.js.map +1 -1
- package/dist/lforms/fhir/lformsFHIRAll.min.js +1 -1
- package/dist/lforms/fhir/lformsFHIRAll.min.js.map +1 -1
- package/dist/lforms/webcomponent/lhc-forms.js +2 -2
- package/dist/lforms/webcomponent/main.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This project follows [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [35.0.0] 2023-12-21
|
|
6
|
+
### Fixed
|
|
7
|
+
- QuestionnaireResponse no longer contains answers to child questions of
|
|
8
|
+
unanswered parent questions. See https://jira.hl7.org/browse/FHIR-32665.
|
|
9
|
+
Although the change of the cardinality of item.answer.value to 1..1 was an R5
|
|
10
|
+
change, it was the intention all along, so we have made the change for R4 &
|
|
11
|
+
STU3 as well. Although we regard this as a fix, it could be a breaking
|
|
12
|
+
change for some, which is the reason for the major version increment.
|
|
13
|
+
|
|
5
14
|
## [34.4.0] 2023-12-05
|
|
6
15
|
### Added
|
|
7
16
|
- Added the support for using image data in the 'contained' when a local ID
|
|
@@ -23,7 +32,7 @@ This project follows [Semantic Versioning](http://semver.org/).
|
|
|
23
32
|
- Support for the exporting of QuestionnnaireResponse.questionnaire.
|
|
24
33
|
|
|
25
34
|
### Fixed
|
|
26
|
-
- Fixed a bug that copyright is not displayed when there is no code.
|
|
35
|
+
- Fixed a bug that copyright is not displayed when there is no code.
|
|
27
36
|
## [34.1.0] 2023-10-13
|
|
28
37
|
### Added
|
|
29
38
|
- Added support for FHIR verison R4B.
|