fhir-react 2.1.0 → 2.1.1-beta.3

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 CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  Changelog format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
- ## 2.0.0
5
+ ## 2.1.1
6
+
7
+ ### Updated
8
+
9
+ - Security remediation
10
+ - Removed the `_linkId.fhir_comments` fallback. Items without a `title` or `text` value now render the existing `<MissingValue />` component.
11
+ - Replaced the unconfigured `DOMPurify.sanitize(unsafeHTML)` call with an explicit allowlist of tags
12
+
13
+ ## 2.1.0
6
14
 
7
15
  ### Updated
8
16