Skip to content

Commit

Permalink
Add support for package:web v1.0.0 (#3821)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
srujzs authored Jul 17, 2024
1 parent 1d00523 commit 5230f8f
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 635 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 8.0.12

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

## 8.0.11

Expand Down
Loading

0 comments on commit 5230f8f

Please sign in to comment.