lforms 36.3.1 → 36.3.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  This project follows [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [36.3.2] 2024-07-10
6
+ ### Changed
7
+ - Allow ValueSets to load without a FHIR Context if a terminology server is
8
+ on the form.
9
+
5
10
  ## [36.3.1] 2024-07-08
6
11
  ### Changed
7
12
  - Set 500ms delay for SNOMED requests on autocomplete Search instance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lforms",
3
- "version": "36.3.1",
3
+ "version": "36.3.2",
4
4
  "keywords": [
5
5
  "fhir",
6
6
  "Questionnaire",