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: Esri/arcgis-html-sanitizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.3
Choose a base ref
...
head repository: Esri/arcgis-html-sanitizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 17 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 1, 2024

  1. chore(deps): bump micromatch from 4.0.5 to 4.0.8

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 1, 2024
    Copy the full SHA
    ab610b7 View commit details

Commits on Sep 3, 2024

  1. Merge pull request #101 from Esri/dependabot/npm_and_yarn/micromatch-…

    …4.0.8
    
    chore(deps): bump micromatch from 4.0.5 to 4.0.8
    ssylvia authored Sep 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    894a5f4 View commit details

Commits on Sep 13, 2024

  1. feat(whitelist): additional tag, attribute, and style attribute support

    * Add `<del>` tag with attribute `style`
    * Adds `aria-label` and `aria-hidden` attributes to `<span>`
    * Adds `open` attribute to `<details>`
    * Adds the following CSS attributes to CSS whitelist for use in supported `style` attribute:
      * float
      * vertical-align
      * justify-content
      * justify-items
      * justify-self
      * align-items
      * align-self
      * gap
      * grid
      * grid-area
      * grid-auto-columns
      * grid-auto-flow
      * grid-auto-rows
      * grid-column
      * grid-column-end
      * grid-column-start
      * grid-row
      * grid-row-end
      * grid-row-start
      * grid-template
      * grid-template-areas
      * grid-template-columns
      * grid-template-rows
    BlakeStearman committed Sep 13, 2024
    Copy the full SHA
    b9c0f83 View commit details
  2. Copy the full SHA
    9f7ceb6 View commit details
  3. fix(whitelist): apply feedback and update tests

    Update tests and apply review feedback, including fixing a merge conflict.
    BlakeStearman committed Sep 13, 2024
    Copy the full SHA
    996abf2 View commit details

Commits on Sep 16, 2024

  1. Merge pull request #102 from Esri/whitelist-update

    feat(whitelist): additional tag, attribute, and style attribute support
    ssylvia authored Sep 16, 2024
    Copy the full SHA
    fa945bb View commit details

Commits on Sep 17, 2024

  1. update dependencies

    ssylvia committed Sep 17, 2024
    Copy the full SHA
    859d5b3 View commit details
  2. v4.1.0-next.1

    ssylvia committed Sep 17, 2024
    Copy the full SHA
    329ea00 View commit details

Commits on Sep 19, 2024

  1. Revert "update dependencies"

    This reverts commit 859d5b3.
    ssylvia committed Sep 19, 2024
    Copy the full SHA
    c1afb09 View commit details
  2. Preserve XSS reference

    ssylvia committed Sep 19, 2024
    Copy the full SHA
    a2a2c80 View commit details
  3. v4.1.0-next.2

    ssylvia committed Sep 19, 2024
    Copy the full SHA
    c91a4ca View commit details
  4. Change tslint rule

    ssylvia committed Sep 19, 2024
    Copy the full SHA
    6dc3270 View commit details
  5. v4.1.0-next.3

    ssylvia committed Sep 19, 2024
    Copy the full SHA
    987c74f View commit details

Commits on Sep 24, 2024

  1. chore(deps-dev): bump rollup from 4.22.0 to 4.22.4

    Bumps [rollup](https://github.com/rollup/rollup) from 4.22.0 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.22.0...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 24, 2024
    Copy the full SHA
    c14a565 View commit details

Commits on Sep 25, 2024

  1. Merge pull request #103 from Esri/dependabot/npm_and_yarn/rollup-4.22.4

    chore(deps-dev): bump rollup from 4.22.0 to 4.22.4
    ssylvia authored Sep 25, 2024
    Copy the full SHA
    ac9f39c View commit details
  2. v4.1.0-next.4

    ssylvia committed Sep 25, 2024
    Copy the full SHA
    f157790 View commit details

Commits on Dec 3, 2024

  1. v4.1.0

    ssylvia committed Dec 3, 2024
    Copy the full SHA
    b0aedaa View commit details
Loading