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: eslint/css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: css-v0.5.0
Choose a base ref
...
head repository: eslint/css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: css-v0.6.0
Choose a head ref
  • 14 commits
  • 19 files changed
  • 8 contributors

Commits on Mar 17, 2025

  1. fix: compute baseline status of individual features (#82)

    * compute baseline status of individual features
    
    * rm peer dep
    
    * test for overflow support
    
    * update compute-baseline
    
    * update jsdoc
    
    * feature-specific baseline status and year
    
    * ignore leading ≤ in baseline dates (fixes #86)
    rviscomi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    3d91042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcae6c View commit details
    Browse the repository at this point in the history
  3. fix: expand supported types in baseline-data (#74)

    * fix type regex
    
    * use non-capturing group
    
    * add mdn-data for css functions
    
    * regenerate baseline data
    rviscomi authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    96c3f95 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. docs: Update README sponsors

    GitHub Actions Bot committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    61a9d46 View commit details
    Browse the repository at this point in the history
  2. fix: Add support period-separated layer names in use-layers rule (#92)

    * fix: support period-separated layer names in use-layers rule
    
    * update docs
    ryo-manba authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    54b7da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. fix: Don't check class names in require-baseline (#93)

    * fix: Don't check class names in require-baseline
    
    fixes #91
    
    * Refactor to simplify
    nzakas authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b8d6356 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    3a95a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4184812 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. fix: Catch more parse errors (#97)

    * fix: Catch more parse errors
    
    * Update src/languages/css-language.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * Update tests
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    nzakas and mdjermanovic authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    d08df74 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    38c7bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b71b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda2c8e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. docs: Better Baseline comms in use-baseline.md (#102)

    This change clarifies what Baseline is, also changes
    a few of the links to point to the WebDX CG site
    instead of web.dev, and also adds content about how
    developers should think about the warnings raised by
    the rule.
    
    Fixes #80
    captainbrosset authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    ae5b544 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.6.0 🚀 (#89)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    2519f4e View commit details
    Browse the repository at this point in the history
Loading