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.4.24
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.4.27
Choose a head ref
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. Fix CSS variables in gradients (#1515) (#1544)

    * Fix CSS variables in gradients (#1515)
    
    Prevent generation of invalid -webkit-gradient() syntax when CSS variables
    are present in linear gradients. When var() is detected, skip old webkit
    gradient conversion and use only -webkit-linear-gradient() instead.
    
    This fixes cases where linear-gradient(var(--config)) would generate
    invalid CSS if the variable contains comma-separated values.
    
    * Add test for CSS variables in gradients to fix coverage
    
    Adds test case that verifies CSS variables in gradients skip old webkit
    gradient conversion and use only -webkit-linear-gradient() syntax.
    
    This ensures 100% test coverage for the new var() detection logic.
    
    ---------
    
    Co-authored-by: sergeygerasimov <sg@gusi-lebedi.ru>
    serger777 and sg-gerasimov authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5239823 View commit details
    Browse the repository at this point in the history
  2. Add Node.js 25 and 24 to CI

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    51c596e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d8a5b View commit details
    Browse the repository at this point in the history
  4. Release 10.4.25 version

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    06ea988 View commit details
    Browse the repository at this point in the history
  5. Update c8 and clean-publish

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    59601b8 View commit details
    Browse the repository at this point in the history
  6. Ignore local patches

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ec75540 View commit details
    Browse the repository at this point in the history
  7. Release 10.4.26 version

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    09e9dd1 View commit details
    Browse the repository at this point in the history
  8. Update clean-publish

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ab5260c View commit details
    Browse the repository at this point in the history
  9. Release 10.4.27 version

    ai committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    360f2d9 View commit details
    Browse the repository at this point in the history
Loading