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: postcss/autoprefixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.5.3
Choose a base ref
...
head repository: postcss/autoprefixer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.5.4
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 16, 2026

  1. Fix duplicated prefixed selectors on reformatted CSS (#1552)

    The `already()` check compared `before.selector` to the generated
    prefixed selector with strict equality. Generated prefixed selectors
    always join the comma list with `', '`, so once an existing prefixed
    rule had its selector list reformatted (e.g. one selector per line by a
    formatter), the comparison failed and Autoprefixer inserted a duplicate
    prefixed rule on every run.
    
    Normalize the compared selector with `list.comma(...).join(', ')` so
    whitespace differences in the selector list no longer defeat the
    duplication check.
    
    Closes #1497
    xianjianlf2 authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    fd31eb3 View commit details
    Browse the repository at this point in the history
  2. Move back to latest pnpm 11

    ai committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    cae3577 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    ai committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    c8f0d0a View commit details
    Browse the repository at this point in the history
  4. Update CI config

    ai committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e62a4b1 View commit details
    Browse the repository at this point in the history
  5. Release 10.5.4 version

    ai committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    4cad00f View commit details
    Browse the repository at this point in the history
Loading