Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cure53/DOMPurify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.7
Choose a base ref
...
head repository: cure53/DOMPurify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 1 commit
  • 21 files changed
  • 3 contributors

Commits on Oct 13, 2025

  1. Getting 3.x branch ready for 3.3.0 release (#1157)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * fix: Removed slot as SVG element, leaving it for HTML, see #1174
    
    * feat: allow ADD_ATTR to accept a function
    
    Allow ADD_ATTR configuration option to receive a function with signature
    (attributeName: string, tagName: string) => boolean, enabling granular
    control over which attributes are allowed for specific elements.
    
    * feat: allow ADD_TAGS to accept a function
    
    Allow ADD_TAGS configuration option to receive a function with signature
    (tagName: string) => boolean, enabling granular control over which tags
    are allowed.
    
    * Allow ADD_ATTR and ADD_TAGS to accept a function (#1150)
    
    * feat: allow ADD_ATTR to accept a function
    
    Allow ADD_ATTR configuration option to receive a function with signature
    (attributeName: string, tagName: string) => boolean, enabling granular
    control over which attributes are allowed for specific elements.
    
    * feat: allow ADD_TAGS to accept a function
    
    Allow ADD_TAGS configuration option to receive a function with signature
    (tagName: string) => boolean, enabling granular control over which tags
    are allowed.
    
    * Update README.md (#1151)
    
    * feat: add "mask-type" SVG attribute (resolves #1154) (#1155)
    
    * chore: Preparing 3.3.0 release
    
    ---------
    
    Co-authored-by: Drew Neil <[email protected]>
    Co-authored-by: Prasad Rajandran <[email protected]>
    3 people authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    36d1fbc View commit details
    Browse the repository at this point in the history
Loading