Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

71 lines (50 loc) · 3.87 KB

4.1.10 (2024-11-21)

🐞 Bug Fixes

Changelog

All notable changes to this project will be documented in this file. See conventional commits guidelines.

4.1.9 (2024-09-27)

4.1.8 (2024-09-20)

🐞 Bug Fixes

4.1.7 (2024-09-10)

4.1.6 (2024-09-05)

4.1.5 (2024-08-28)

4.1.4 (2024-08-23)

4.1.3 (2024-08-22)

4.1.2 (2024-07-13)

4.1.1 (2024-07-05)

4.1.0 (2024-06-12)

4.0.1 (2024-06-12)

🚀 Features

  • css: support sanitizing CSS through provided handler (be0d3a6)
  • css: support sanitizing CSS through provided handler (1321a4f)
  • ngdompurifysanitizer: make service a single point of entrance to be able to attach hooks to DOMPurify in its constructor later (78ccfe9)
  • add angular 16 (#249) (1d986b5)
  • sanitizer: Remove DOM implementation as unnecessary and update … (#56) (d50cbdd)
  • ssr: support server side environment and update to DOMPurify 2+ (#30) (65ea43d)

🐞 Bug Fixes

  • service: implements now Angular Sanitizer insted of extending it to prevent problems in Ivy projects (2e7f7a7)
  • dependencies: make compatible with Angular 7 (7b3963a)
  • dependencies: set dependencies to be backwards compatible with Angular 6-7 (906b61d)
  • types: preserve ReadonlyArray in compiled code to support older TypeScript versions (387e87b)
  • types: preserve ReadonlyArray in compiled code to support older TypeScript versions (180e0dd)
  • ssr: fix type error in SSR environment (#41) (14299c5)
  • svg: fix SVG style vulnerability (#36) (87edb38)