You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new HTML parser for Shadow DOM
**Added**
- Add parser for web component/shadow DOM
**Changed**
- `createTrustedHTMLTemplate` now throws if not given a `TrustedTypePolicy`
Remove polyfills & misc updates
**Added**
- Add support for stringifying of `AbortSignal` and `AbortController` using `@aegisjsproject/callback-registry`
**Changed**
- Various lib updates
**Fixed**
- Remove duplication of Trusted Types Policy for sanitizer (removed polyfills)
Switch to using `@aegisjsproject/callback-registry`
**Changed**
- Use `@aegisjsproject/callback-registry` instead of own registry
**Removed**
- Do not include `attributeObserver.js` in default export/bundles
Add unsafe `html` and `doc` methods
**Added**
- Add unsafe versions of `html` and `doc` via `setHTMLUnsafe` and `parseHTMLUnsafe`
**Changed**
- Upadte `@aegisjsproject/parsers`