Skip to content

Releases: jpudysz/react-native-unistyles

Release v3.0.17

30 Oct 09:25

Choose a tag to compare

What's Changed

✨ Features

  • feat: add new release config (1c25a2f)
  • feat: improve native callbacks with mutex and unique ids (a9d65b0)
  • feat: upgrade to nitro 0.31.3 (f10d898)
  • feat: babel better detect kind-of-stylesheets (9230eae)

🧹 Chores

  • chore: update sponsors (dc8ce3a)
  • chore: fix typo in release action (ec7635c)
  • chore: improve babel check (0875b81)

Full Changelog: v3.0.16...v3.0.17

Release 3.0.16

24 Oct 14:19

Choose a tag to compare

3.0.16 (2025-10-24)

Features

  • feat: add support for Nitro 0.31+ (7f802d0)

Fixes

  • fix: setHidden and setImmersiveMode (43bbe63)

Release 3.0.15

12 Oct 06:30

Choose a tag to compare

3.0.15 (2025-10-12)

Features

  • feat: upgrade expo example to SDK 54 (6a2b710)
  • feat: upgrade react-native-nitro-modules to 0.30.0 (7fbec8e)

Fixes

  • fix: auto select theme if no settings is provided (39d6a12)
  • fix: cxx distinguish between null and undefined values to allow for default function arguments (6bd346d)

Release 3.0.14

05 Oct 13:49

Choose a tag to compare

3.0.14 (2025-10-05)

Features

  • feat: upgrade react-native-nitro-modules to 0.29.8 (fbd6e89)
  • chore: add shared value mocks for get/set (8527fb2) by @believer
  • chore: export UnistylesValues (a68da56)
  • chore: mark value as unused in setter (badf2dc)

Fixes

  • fix: add validation checks for objects simiallar to StyleSheet when babel is forcing transformation (83d7eaf)

Release 3.0.13

18 Sep 07:58

Choose a tag to compare

3.0.13 (2025-09-18)

Features

  • feat: improve type inference for color keys and variant parsing with union types (8329404)
  • feat: update nitro to 0.29.6 (151b295)

Fixes

  • fix: exclude contextType from property copying in component utilities (719d63c)

Release 3.0.12

10 Sep 08:48

Choose a tag to compare

3.0.12 (2025-09-10)

Features

  • feat: upgrade react-native-nitro-modules to 0.29.4 and use new nitrogen package (ac076d9)

Fixes

  • fix: getWebProps forwardedRef missing (79bd962)

Release 3.0.11

08 Sep 11:50

Choose a tag to compare

3.0.11 (2025-09-08)

TLDR:

  • support for RN 0.82, newest nitro and some small improvements!

Features

  • feat: export iOS and Android content size category types (94b1c54)
  • feat: upgrade example to RN 0.82 (bffc449)
  • feat: upgrade nitro-modules to 0.29.3 (36bf52d)

Updates

  • chore: use React Native's built-in StyleSheet methods instead of custom deepMergeObjects (fed0fb5)

Release 3.0.10

16 Aug 15:19

Choose a tag to compare

3.0.10 (2025-08-16)

Bug Fixes

  • preserve native props during Reanimated shadow tree cloning to prevent style glitches (1aee05e)
  • update shadow tree cloning to handle root nodes and fix version conditionals (f3ec30f)

Features

  • optimize shadow tree updates for React Native 0.81+ (053264a)
  • upgrade to React Native 0.81 and to new shadow tree algorithm (fe1d430)
  • upgrade to Nitro 0.28.0 (2df53dc)

Release 3.0.9

12 Aug 07:46

Choose a tag to compare

3.0.9 (2025-08-12)

Features

  • upgrade nitro-modules to 0.27.5 (42fdf15)

Release 3.0.8

06 Aug 14:32

Choose a tag to compare

3.0.8 (2025-08-06)

Features

  • add support for includeFontPadding style property (31a66ff)
  • export createUnistylesElement from core module (04233d8)
  • upgrade nitro-modules to 0.27.2 (c9256db)