Skip to content

v4.0.0

Compare
Choose a tag to compare
@domenic domenic released this 28 Dec 13:39
· 11 commits to main since this release
  • 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)