Skip to content

Releases: LeSuisse/vue-dompurify-html

4.0.0

16 Feb 12:42
Compare
Choose a tag to compare
  • 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

15 Dec 15:17
Compare
Choose a tag to compare

Fixes #2265: 0 value is ""

3.1.1

05 Sep 14:45
Compare
Choose a tag to compare

Add back a README.md file in the published package (#2181)

3.1.0

28 Aug 09:32
Compare
Choose a tag to compare

Add support for Vue 2.7.x in vue-dompurify-html 3.x, closes #1918.

2.6.0

05 Jun 17:57
v2.6.0
Compare
Choose a tag to compare
  • Allow to specify a custom DOMPurify instance builder #1953
  • Describe how to use vue-dompurify-html on the server side with Nuxt #1953

3.0.0

13 May 11:56
v3.0.0
Compare
Choose a tag to compare

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

24 Apr 10:42
v2.5.2
Compare
Choose a tag to compare
  • Clears element when unbinding, fixes #1791

3.0.0 Beta 3

04 Apr 17:32
v3.0.0-beta.3
Compare
Choose a tag to compare
3.0.0 Beta 3 Pre-release
Pre-release
  • Don't sanitize again when the value is the same #1813 - Thanks @ottoszika

2.5.1

04 Apr 17:28
v2.5.1
Compare
Choose a tag to compare
  • Don't sanitize again when the value is the same #1812 - Thanks @ottoszika

2.5.0

25 Dec 12:10
v2.5.0
Compare
Choose a tag to compare
  • Explicitly use DOMPurify default instance and enable TS ES Module interop #1603
  • Add usage instructions for Nuxt #1604