lforms 36.1.2 → 36.3.1
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
This project follows [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [36.3.1] 2024-07-08
|
|
6
|
+
### Changed
|
|
7
|
+
- Set 500ms delay for SNOMED requests on autocomplete Search instance.
|
|
8
|
+
|
|
9
|
+
## [36.3.0] 2024-07-08
|
|
10
|
+
### Added
|
|
11
|
+
- support for maxdecimalplaces extension.
|
|
12
|
+
|
|
13
|
+
## [36.2.0] 2024-07-03
|
|
14
|
+
### Changed
|
|
15
|
+
- addFormToPage() can optionally take a questionnaire response in options
|
|
16
|
+
to reduce number of lforms API calls.
|
|
17
|
+
- Error message for missing enableWhen.question.
|
|
18
|
+
|
|
19
|
+
## [36.1.3] 2024-06-09
|
|
20
|
+
### Fixed
|
|
21
|
+
- Removed accidental creation of global variable "self", which caused Google
|
|
22
|
+
Analytics to throw exceptions when a link was clicked.
|
|
23
|
+
|
|
5
24
|
## [36.1.2] 2024-06-07
|
|
6
25
|
### Fixed
|
|
7
26
|
- Preserve id field in questionnaire items.
|