Skip to content

Release 3.0.0-rc.3

Compare
Choose a tag to compare
@jpudysz jpudysz released this 06 May 12:52
· 187 commits to main since this release

3.0.0-rc.3 (2025-05-06)

Hello Unistylers!

We're getting closer to the first stable release! πŸŽ‰
Our to-do list is getting shorter and shorter, so we might have a surprise for you soon!

This release adds support for Expo SDK 53 and React Native 0.79, and includes the long-awaited mocks for jest tests!

Check the documentation to learn more about testing Unistyles: link

Features

  • [Core] Add support for Expo SDK 53 and static frameworks (1ee5235)
  • [Core] Add support for React Native 0.79 (8461b29)
  • [IOS] Rewrite native event listener for RN 0.79 (68f0bdb)
  • [Core] Support Unistyles testing with own mocks (00e4333)
  • [Web] Support contentContainerStyle in ScrollView (b56a87a)
  • [Web] Support contentContainerStyle in FlatList (cae17a7)
  • [Core] Add script to automatically build components (526c8c6)
  • [Babel] Skip babel plugin in test environment (3cb4fb1)

Bug Fixes

  • [Web] merging order for _web key (04a38aa)
  • [Babel] regression for react-native components in commonjs environment (52d62ad)
  • [Web] find images's width and height in style arrays (a7c4aa2)
  • [Web] regression for animated components (ed02093)
  • [IOS] Regression for new native listener (d9b0baf)
  • [Web] Fix circular imports (9577b37)
  • [Core] add browser exports for pnpm (da58530)
  • [Core] fix invalid import of mq (e9b1f24)
  • [Babel] revert extra path escaping for windows (0b523b4)