Releases: WrathChaos/react-native-bouncy-checkbox
Releases · WrathChaos/react-native-bouncy-checkbox
4.1.2
4.1.1 [DO NOT USE, USE 4.1.2+] ⚠️
What's Changed
New
To fully control checkbox state outside with your own state, just set useBuiltInState
to false
and send your state value to isChecked
prop
Full Changelog: 4.0.1...4.1.1
4.0.1
What's Changed
- build(deps): bump react-devtools-core and react-native in /exampleManual by @dependabot in #466
- build(deps-dev): bump @types/react from 16.14.60 to 18.2.79 by @dependabot in #483
- build(deps-dev): bump @commitlint/cli from 15.0.0 to 19.2.2 by @dependabot in #481
- build(deps-dev): bump eslint-config-airbnb from 18.2.1 to 19.0.4 by @dependabot in #476
- build(deps-dev): bump lint-staged from 10.5.4 to 15.2.2 by @dependabot in #475
- build(deps-dev): bump prettier from 2.8.8 to 3.2.5 by @dependabot in #472
- build(deps-dev): bump @types/react-native from 0.63.75 to 0.73.0 by @dependabot in #467
- build(deps-dev): bump prettier-format from 3.2.3 to 4.0.0 by @dependabot in #485
- build(deps-dev): bump @commitlint/config-conventional from 15.0.0 to 19.2.2 by @dependabot in #484
- build(deps-dev): bump @types/react from 18.2.79 to 18.3.0 by @dependabot in #489
- build(deps-dev): bump eslint from 7.32.0 to 9.1.1 by @dependabot in #488
- build(deps-dev): bump @commitlint/cli from 19.2.2 to 19.3.0 by @dependabot in #487
- build(deps-dev): bump eslint from 9.1.1 to 9.2.0 by @dependabot in #491
- build(deps-dev): bump @types/react from 18.3.0 to 18.3.1 by @dependabot in #490
- build(deps-dev): bump semantic-release from 19.0.5 to 23.1.1 by @dependabot in #493
- build(deps-dev): bump @types/react from 18.3.1 to 18.3.2 by @dependabot in #492
- fix: update the text style to prevent hiding text by @seyedmostafahasani in #495
New Contributors
- @seyedmostafahasani made their first contribution in #495
Full Changelog: 4.0.0...4.0.1
4.0.0 🍻 🚀 Breaking Changes!
What's Changed
- Re-written with modern functional component
- Finally we got rid of
disableBuiltInState
prop and its functionality so we can control the checkbox withisChecked
prop thanks to @kimava #270 - Imperative handle to control checkbox with ref
onCheckboxPress
onCheckboxLongPress
testID
support #459longPress
support #456- New examples
- Cool updated documentation
Full Changelog: 3.0.7...4.0.0
Image style type support 🎃
onPress Synthetic Usage 🥳
- onPress Synthetic usage is working again 🥳
example-manual-state
project's dependencies are all upgraded 🍻
feat: icon container center styling 😎
feat: icon container center styling 😎
Version 3 is here 🚀
Version 3 is here 🚀
- Typescript
- Zero Dependency
- New and More Customizable Animation
bounceEffectIn
bounceEffectOut
bounceVelocityIn
bounceVelocityOut
bouncinessIn
bouncinessOut
- Community Supported Stable Version
example
dependencies are upgraded, RN version is0.69.2
🚨⚠️ DO NOT USE THIS VERSION, USE 3.0.1 INSTEAD ⚠️🚨
Version 3.0.0 is here 🚀
- Typescript
- Zero Dependency
- New and More Customizable Animation
bounceEffectIn
bounceEffectOut
bounceVelocityIn
bounceVelocityOut
bouncinessIn
bouncinessOut
- Community Supported Stable Version
example
dependencies are upgraded, RN version is0.69.2
Hotfix 😘
Hotfix 😘
- text type checking