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: web-platform-dx/web-features
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: web-platform-dx/web-features
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 14 commits
  • 60 files changed
  • 8 contributors

Commits on Oct 2, 2025

  1. clipboardchange event feature (#3345)

    * clipboardchange event feature
    
    * dist file
    
    * add missing support field
    
    * Remove status override
    
    * prettier
    
    * address review comments
    
    * Update features/clipboardchange.yml
    captainbrosset authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    06623a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Bump web-specs from 3.65.0 to 3.66.0 (#3405)

    * Bump web-specs from 3.65.0 to 3.66.0
    
    Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.65.0 to 3.66.0.
    - [Release notes](https://github.com/w3c/browser-specs/releases)
    - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.66.0)
    
    ---
    updated-dependencies:
    - dependency-name: web-specs
      dependency-version: 3.66.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump web-specs from 3.65.0 to 3.66.0
    
    Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.65.0 to 3.66.0.
    - [Release notes](https://github.com/w3c/browser-specs/releases)
    - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.66.0)
    
    ---
    updated-dependencies:
    - dependency-name: web-specs
      dependency-version: 3.66.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Change compression dictionary spec
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Brosset <[email protected]>
    dependabot[bot] and captainbrosset authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    0eeebcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af4fa3 View commit details
    Browse the repository at this point in the history
  3. Change notifications-apps Baseline status to high (#3418)

    Updated the Baseline status for notifications from low to high and add the corresponding baseline_high_date
    rviscomi authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    fa59e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    73f449f View commit details
    Browse the repository at this point in the history
  2. ariaNotify() feature (#3383)

    * arianotify feature
    
    * Allow the explainer
    
    * Update features/arianotify.yml
    
    Co-authored-by: Philip Jägenstedt <[email protected]>
    
    * Update features/arianotify.yml
    
    Co-authored-by: Philip Jägenstedt <[email protected]>
    
    ---------
    
    Co-authored-by: Philip Jägenstedt <[email protected]>
    captainbrosset and foolip authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    573e7ed View commit details
    Browse the repository at this point in the history
  3. getAllRecords feature (#3369)

    * getAllRecords feature
    
    * Update features/getallrecords.yml
    
    * Update features/getallrecords.yml
    
    Co-authored-by: Philip Jägenstedt <[email protected]>
    
    * re-gen dist
    
    ---------
    
    Co-authored-by: Philip Jägenstedt <[email protected]>
    captainbrosset and foolip authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    05aa418 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Rename the image-rendering:smooth feature (#3416)

    Just "smooth" is not enough to know what this is even with comprehensive knowledge of the web platform. There is also `scroll-behavior: smooth`.
    foolip authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    09d5b7a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Bump the development-dependencies group across 1 directory with 2 upd…

    …ates (#3424)
    
    Bumps the development-dependencies group with 2 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
    
    
    Updates `@eslint/js` from 9.36.0 to 9.37.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js)
    
    Updates `typescript-eslint` from 8.45.0 to 8.46.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-version: 9.37.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    - dependency-name: typescript-eslint
      dependency-version: 8.46.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ec8e8be View commit details
    Browse the repository at this point in the history
  2. Bump web-specs from 3.66.0 to 3.67.0 (#3427)

    Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.66.0 to 3.67.0.
    - [Release notes](https://github.com/w3c/browser-specs/releases)
    - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.67.0)
    
    ---
    updated-dependencies:
    - dependency-name: web-specs
      dependency-version: 3.67.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Brosset <[email protected]>
    dependabot[bot] and captainbrosset authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    3d905bd View commit details
    Browse the repository at this point in the history
  3. Bump caniuse-lite from 1.0.30001746 to 1.0.30001749 (#3429)

    Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001746 to 1.0.30001749.
    - [Commits](browserslist/caniuse-lite@1.0.30001746...1.0.30001749)
    
    ---
    updated-dependencies:
    - dependency-name: caniuse-lite
      dependency-version: 1.0.30001749
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Brosset <[email protected]>
    dependabot[bot] and captainbrosset authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    9ca2983 View commit details
    Browse the repository at this point in the history
  4. Bump @mdn/browser-compat-data from 7.1.9 to 7.1.11 (#3428)

    * Bump @mdn/browser-compat-data from 7.1.9 to 7.1.11
    
    Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 7.1.9 to 7.1.11.
    - [Release notes](https://github.com/mdn/browser-compat-data/releases)
    - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
    - [Commits](mdn/browser-compat-data@v7.1.9...v7.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@mdn/browser-compat-data"
      dependency-version: 7.1.11
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * refresh dist
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Brosset <[email protected]>
    Co-authored-by: Patrick Brosset <[email protected]>
    3 people authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ed0bc2e View commit details
    Browse the repository at this point in the history
  5. Update draft features (#3431)

    Co-authored-by: captainbrosset <[email protected]>
    github-actions[bot] and captainbrosset authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    42effb6 View commit details
    Browse the repository at this point in the history
  6. Increment minor version to v3.4.0 (#3432)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and github-actions authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    e947bff View commit details
    Browse the repository at this point in the history
Loading