v4.0.0
- Require Node.js ≥ 18
- Handle
margin
andpadding
, and their sub-properties likemarginTop
, 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)