v3.11.0
github-actions
released this
05 Oct 20:35
·
280 commits
to master
since this release
3.11.0 (2023-10-05)
Bug Fixes
- Add missing options to documentation config (b903345)
- doc link (d5648d1)
- fix broken documentation links (fa6b69f)
- fix link to translation demo page from i18n option page in docs (a4de783)
- Improve the definition of utils.trimObj() to not modify the source object (b807646)
- isPotentiallyDangerousAttribute returns false if the Sanitizer backends have been disabled via config (c75ccdb)
- make dompurify the primary sanitizer backend if it is available. Sanitizer API is still experimental and not support by all browsers therefore it should only be used if DomPurify isn't included (d0043d0)
Features
- Implement XSS and DOM Clobbering protection (a268a0a)