Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 15:52
· 21 commits to main since this release

2.0.0 (2025-06-19)

Bug Fixes & Improvements

  • replaced InteractionManager with startTransition as InteractionManager is due for deprecation (531b050)
  • use performant and light weight fast-is-equal package for useDeepCompareEffect hook instead of lodash's isEqual (50adcc3)

BREAKING CHANGES

  • Dropped support for React < 18 (b1ccd5d)
  • removed react-native-paper dependency requirement due to long unresolved typecheck issues - used check box component from @futurejj/react-native-checkbox instead (0038841)

Misc

  • multiple deps upgraded (89fd985)
  • excluded tests in tsconfig to reduce npm distribution size (cdae27e)
  • removed react-native-uuid in favor of useId from React 18+ (b1ccd5d)