3.0.0-beta.7 (2025-02-11)
Hello Unistylers! 🦄
This beta brings improved stability. Your bug reports are becoming more sophisticated and harder to reproduce, which means we're getting closer to the first RC. Thank you for all the tests and reproducers, we're truly shaping the next-gen styling library for React Native!
Breaking
- This release likely requires you to install
react-native-nitro-modules
>=0.22.0
.
Features
- [Babel] - rewrite logic for dependencies detection with babel scopes a189f2b
- [Core] Add Unistyles cache 🚀 dbdbf83
- [CI] Add biome check for precommit 634bf72 by @jeremybarbet
Bug fixes
- Fix
BAD_ACCESS
crash for breakponts b8035ff - Generate style hashes based on style key AND stylesheet id 98c08f9
- Pressables regression, bind "this" correctly 26ff0ce
- Babel - process any file that contains
react-native-unistyles
import 8468e1f - Bind "this" on JSI side for Pressables 2385bdb
- Pressables - regression 97ee1a6
- Update to Nitro
0.22.1
98f2ea6 - Bring back ability to build Android SDK 24-26 cffb74
- Web fix typo for
withUnistyles
that fixescontentContainerStyles
47f0aa by @Brentlok - filer not own properties in babel plugin eb85c3 by @pas-n
- rename unistyles secrets to avoid expo router warnings 2ebef1e by @Brentlok
- fix ScopedThemes for
withUnistyles
79977da - fix initial insets Android ce4955