Skip to content

v0.12.89

Choose a tag to compare

@edadma edadma released this 21 Mar 21:50
· 1 commit to main since this release

Bug Fixes

  • useTheme: Replaced canvas-based colorToHex with DOM-based approach using a persistent hidden element and getComputedStyle. Eliminates 10 canvas create/draw/read operations per theme change.
  • useTheme: Colors are now computed asynchronously in useEffect after CSS has applied, not synchronously during render. Removed Proxy entirely — colors are plain React state.