Skip to content

Releases: WrathChaos/react-native-bouncy-checkbox-group

2.0.0 🚀

08 May 12:47
Compare
Choose a tag to compare

React Native Bouncy Checkbox Group v2.0.0

We're excited to announce the release of version 2.0.0 of React Native Bouncy Checkbox Group!

Breaking Changes

  • The initial prop now accepts both single values and arrays (number | number[] | string | string[])
  • Changed return type of onChange callback to match the selection mode (single object or array of objects)
  • Removed deprecated internal APIs

New Features

  • Added support for multiple selection mode
  • Introduced alwaysSelect option to ensure one checkbox is always selected in single mode
  • Added animationDuration prop for controlling bounce animation speed
  • Added spacing prop for custom spacing between checkboxes
  • Added itemContainerStyle prop for styling individual checkbox containers

Improvements

  • Better TypeScript support with improved type definitions
  • Enhanced performance through React hooks optimization
  • More flexible styling options
  • Updated documentation with comprehensive examples

Dependencies

  • Requires react-native-bouncy-checkbox version 4.1.2 or higher

Migration Guide

If upgrading from v1.x, note that the onChange callback now returns the full checkbox object(s) instead of just the ID.

1.0.0 Breaking Change ⚠️

19 Apr 13:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...1.0.0

Version 0.1.1

26 Aug 15:31
Compare
Choose a tag to compare

Thank you for the contribution @SrBrahma

#9

First Release 😇

09 Oct 13:47
Compare
Choose a tag to compare

First Release 😇