Skip to content

Latest commit

 

History

History
129 lines (63 loc) · 6.93 KB

File metadata and controls

129 lines (63 loc) · 6.93 KB

Changelog

0.3.0 (2026-03-13)

⚠ BREAKING CHANGES

  • minimum nitro-modules version is now 0.35.0

Bug Fixes

0.2.8 (2026-03-13)

Bug Fixes

  • Xcode 26 compatibility — strip .Swift submodule from RiveRuntime modulemaps (#174) (e82c4be)

0.2.7 (2026-03-06)

Features

0.2.6 (2026-03-05)

Bug Fixes

  • restrict nitro to <0.35, as we are not compatible with 0.35 (#170) (b304000)

0.2.5 (2026-03-02)

Bug Fixes

  • android: pass autoBind to SDK when dataBind is set (#156) (#157) (3d8e5a4)
  • ios: restart render loop after setting state machine inputs (#162) (1349bd8), closes #161

0.2.4 (2026-02-27)

Features

  • add RiveRuntime API for Android init failure handling (#153) (634724e)

0.2.3 (2026-02-20)

Bug Fixes

  • respect autoPlay={false} in applyDataBinding (#140) (ac976f8)

0.2.2 (2026-02-20)

Bug Fixes

  • pin react-native-harness to exact alpha.25 (#148) (0b2c618)
  • stabilize useRiveEnum options to prevent setValue identity churn (#145) (372d4ae)

0.2.1 (2026-01-23)

Features

  • useViewModelInstance use name and artboardName when getting vmi from a file (#129) (5615654)

0.2.0 (2026-01-20)

⚠ BREAKING CHANGES

  • upgraded to Nitro 0.33.2 to fix view recycling

Bug Fixes

  • ios: upgrade to Nitro 0.33.2 with Xcode 16.4 compatibility (2ae4ea5)
  • upgraded to Nitro 0.33.2 to fix view recycling (2ae4ea5)

0.1.5 (2026-01-14)

Features

0.1.4 (2026-01-09)

Features

  • add data binding artboards support (#95) (515070e)
  • add release-please for automated releases (#109) (6403bd4)
  • add viewModel and replaceViewModel for nested ViewModel access (#96) (3f61c98)

Bug Fixes

  • add missing NitroModules import in HybridViewModelInstance (#107) (6bc90fc)
  • read initial value in useRiveProperty hooks (#97) (26223f2)

0.1.3 (2024-12-20)

Features

  • add data binding artboards support
  • add viewModel and replaceViewModel for nested ViewModel access

Bug Fixes

  • prevent infinite re-renders with unstable useRiveFile input
  • read initial value in useRiveProperty hooks

0.1.2 (2024-12-06)

Features

  • initial stable release with Nitro modules

0.1.1 (2024-11-29)

Features

  • initial beta release