Skip to content

Commit 5230f8f

Browse files
authored
Add support for package:web v1.0.0 (#3821)
Add support for package:web v1.0.0 - Expands version range to >=0.5.1 <2.0.0. - In order to do this, we add an `innerHtml` extension interop member both so we can support both major versions and so we don't need to do manual conversions of JSAny. - Also updates `createElement` calls to use the constructors supplied in package:web 0.5.1 onwards.
1 parent 1d00523 commit 5230f8f

File tree

8 files changed

+650
-635
lines changed

8 files changed

+650
-635
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 8.0.12
22

3-
* Allow `markdown-alert` class names in HTML sanitization. (#3820)
3+
* Allow `markdown-alert` class names in HTML sanitization. (#3820)
4+
* Require package `web: '>=0.5.1 <2.0.0'`.
45

56
## 8.0.11
67

0 commit comments

Comments
 (0)