Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

3.1.0

Pre-release
Pre-release

Choose a tag to compare

@developit developit released this 29 Oct 03:00
5fb4edc

This release contains a bunch of bug fixes for 3.0.1: npm install css-paint-polyfill@next

  • Fix initial paint rules being ignored for some fully client-rendered applications (#16, fa3b266)
  • Fix a crash when using cloneNode() to clone DOM trees containing painted elements (e60ca42)
  • Fix property values (properties.get('x')) containing leading whitespace in Safari (901fc5f, 25b45cd)
  • Optimization: don't maintain tracking info for CSS rules with no paint worklet references (455de1e)
  • Fix element geometry being incorrect in Safari after an element is resized (bebf16f)
  • Update painted elements in response to hover/pointer/animation events (25b45cd)