Releases: LeSuisse/vue-dompurify-html
Releases · LeSuisse/vue-dompurify-html
4.0.0
- No code changes.
vue-dompurify-html
now requires DOMPurify ^3.0.0. MSIE support is dropped.
vue-dompurify-html
will drop support of Vue 2 in December 2023.
3.1.2
3.1.1
3.1.0
2.6.0
3.0.0
No changes since the 3.0.0 Beta 3 release.
Changes since the v2.x releases
- Make possible to use
vue-dompurify-html
as a local directive #1599 - Use Vite for the development and the production releases
- Each instance of the directive have its own DOMPurify instance. The configuration of DOMPurify can only be modified via the directive configuration.
- Vue 3 support
- Dropped Vue 2 support
The v3.x releases are now set as the @latest
tag on the npmjs registry and only support Vue 3.
Vue 2 users should use the versions provided by the vue-legacy
branch which will continue to be supported for the time being.
2.5.2
3.0.0 Beta 3
- Don't sanitize again when the value is the same #1813 - Thanks @ottoszika