Skip to content

Release v1.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 10:11

What's Changed in 1.12.0

馃殌 Features

馃悰 Bug Fixes

  • fix: read variant tokens from flattened class selectors by @juliusmarminge in #662
  • fix: drop frozen listeners by @Brentlok in #660
  • fix: use useSyncExternalStore in withUniwind for better compatibility with react lifecycle by @Brentlok in #657
  • fix: skip unchanged native stylesheet reinitialization by @juliusmarminge in #652
  • fix: useSyncExternalStore in state hooks for better compatibility with react lifecycle by @Brentlok in #650
  • fix: web lazy components not hot reloading css by @Brentlok in #646
  • fix: handle symlinked uniwind origins in metro resolver by @joedeleeuw in #609

馃И Testing

馃彔 Chores

New Contributors