8000 Releases · jsdom/cssstyle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jsdom/cssstyle

v4.3.1

20 Apr 11:41
Compare
Choose a tag to compare
  • Improve url() parsing and serialization (#194)
  • Update @asamuzakjp/css-color to improve calc() serialization (#192)

v4.3.0

09 Mar 06:51
Compare
Choose a tag to compare
  • Improve background-image parsing (#186)
  • Improve border-color parsing (#185)
  • Improve top/left/bottom/right to support the auto keyword (#178)
  • Update @asamuzakjp/css-color to improve color parsing (#188)

v4.2.1

09 Jan 05:11
Compare
Choose a tag to compare

Update rrweb-cssom dependency.

v4.2.0

09 Jan 05:04
Compare
Choose a tag to compare

v4.1.0

07 Sep 07:10
Compare
Choose a tag to compare
  • Add calc() support for margin and padding properties. (#175)
  • Update list of supported properties.
  • Update rrweb-cssom.

v4.0.1

28 Dec 13:44
Compare
Choose a tag to compare
  • Re-added the performance fix that was supposed to appear in v4.0.0, but was accidentally un-done in another commit in that release. (#170)

v4.0.0

28 Dec 13:39
Compare
Choose a tag to compare
  • Require Node.js ≥ 18
  • Handle margin and padding, and their sub-properties like marginTop, better, especially when set to the empty string or null. (#162, #165)
  • Fix HSL to RGB conversion. (#159)
  • Performance improvements by avoiding access to the expensive cssText property. (#164)
  • No longer call the onChange callback when the serialized property value does not change. (#147)

v3.0.0

13 Feb 04:31
Compare
Choose a tag to compare
  • Require Node.js ≥14
  • Use rrweb-cssom, a maintained fork of cssom (closes #153)
  • Update list of supported properties

v2.3.0

29 Apr 14:42
Compare
Choose a tag to compare
  • Add support for un-computed calc() values

v2.2.0

23 Jan 15:55
Compare
Choose a tag to compare
  • Add basic support for CSS custom properties
0