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: jsdom/cssstyle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.3
Choose a base ref
...
head repository: jsdom/cssstyle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 8, 2025

  1. Improve cssText setter performance

    Previously we were re-serializing the cssText (via its getter) many times, for each call to setProperty() that occurs as part of the cssText setter.
    
    See jsdom/jsdom#3985.
    jsnajdr authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    73ce075 View commit details
    Browse the repository at this point in the history
  2. Update most dependencies and dev dependencies

    Also pins `@csstools/css-syntax-patches-for-csstree` due to #256.
    domenic committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9e74921 View commit details
    Browse the repository at this point in the history
  3. 5.3.4

    domenic committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    5991c32 View commit details
    Browse the repository at this point in the history
Loading