Skip to content

Release 3.0.0-beta.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 14:16
· 128 commits to main since this release

3.0.0-beta.6 (2025-01-30)

Hello Unistylers!
In this beta release, we’ve fixed most issues and added support for several new features.
Here’s a TL;DR of the most important changes:

New Features

  • Added support for React Native 0.77
  • Babel: Added a new option, autoProcessRoot docs
  • Babel: Added a new option, autoRemapImports docs
  • Babel: Improved detection of inline object dependencies in StyleSheet.create
  • Added support for the React Native Animated module
  • Added support for raw RCTView and RCTText
  • Introduced a new Unistyles setting: nativeBreakpointsMode docs

Bug Fixes

  • Fixed a crash on Android hard reload
  • Fixed an issue with Scrollables: Could not find shadow node for one of your components of type unknown
  • Fixed passing nested style arrays on Web
  • Ensured all statics are copied from Unistyles factories
  • Fixed a race condition when detecting dependencies for variants
  • Fixed screen.width and screen.height values returned from UnistylesRuntime while in the background