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: kizu/lightningcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: parcel-bundler/lightningcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 9, 2026

  1. Convert the percentage in the scale property or scale() to a numb…

    …er (parcel-bundler#1174)
    
    - Use shared scale component parsing so individual `scale` and transform scale functions normalize percentages into numbers consistently.
    - Keep serialization canonical by converting scale values through numeric output paths, including `scaleX/Y/Z`.
    - Expand transform tests to mirror the individual `scale` percentage cases one-for-one, and add direct AST serialization coverage for both `scale` and `transform`.
    yisibl authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    201c4db View commit details
    Browse the repository at this point in the history
  2. test: remove unwrap() in test helpers and print explicit error line…

    … context (parcel-bundler#1173)
    
    Replace `unwrap()` based test helper failures with explicit error handling so failures
    show actionable diagnostics instead of generic panic messages.
    
    - Extract shared test error formatting into src/test_helpers.rs
    - Print stage-specific failures (parse/minify/print)
    - Include caller file:line with #[track_caller]
    - Render CSS error line/column with nearby source lines and caret indicator
    yisibl authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    5ee613d View commit details
    Browse the repository at this point in the history
  3. update compat data

    devongovett committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    836741b View commit details
    Browse the repository at this point in the history
  4. v1.32.0

    devongovett committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    7f8a861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3023317 View commit details
    Browse the repository at this point in the history
Loading