fhir-react 2.1.2-beta.0 → 2.1.2-beta.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 +1 -1
- package/build/index.js +5 -3
- package/package.json +2 -2
- package/src/components/datatypes/Markdown/Markdown.js +39 -16
- package/webpack.config.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ Changelog format is loosely based on [Keep a Changelog](https://keepachangelog.c
|
|
|
6
6
|
|
|
7
7
|
### Fixed
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- Markdown SSR compatibility for Next.js consumers: remove module-level `DOMPurify.addHook`, and enforce `rel="noopener noreferrer"` on `target="_blank"` links via a post-sanitize string pass.
|
|
10
10
|
|
|
11
11
|
## 2.1.1
|
|
12
12
|
|