Skip to content

Releases: WrathChaos/react-native-bouncy-checkbox

4.0.1

17 May 07:23
Compare
Choose a tag to compare

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

Full Changelog: 4.0.0...4.0.1

4.0.0 🍻 🚀 Breaking Changes!

06 Apr 20:08
Compare
Choose a tag to compare

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 with isChecked prop thanks to @kimava #270
  • Imperative handle to control checkbox with ref
    • onCheckboxPress
    • onCheckboxLongPress
  • testID support #459
  • longPress support #456
  • New examples
  • Cool updated documentation

Full Changelog: 3.0.7...4.0.0

Image style type support 🎃

22 Feb 14:02
Compare
Choose a tag to compare

Image style type support 🎃

Thanks to @abdemirza #224

Closes the #221

onPress Synthetic Usage 🥳

11 Nov 17:40
Compare
Choose a tag to compare
  • onPress Synthetic usage is working again 🥳
  • example-manual-state project's dependencies are all upgraded 🍻

feat: icon container center styling 😎

28 Jul 07:49
Compare
Choose a tag to compare

feat: icon container center styling 😎

Version 3 is here 🚀

27 Jul 15:44
Compare
Choose a tag to compare

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 is 0.69.2

🚨⚠️ DO NOT USE THIS VERSION, USE 3.0.1 INSTEAD ⚠️🚨

27 Jul 12:08
Compare
Choose a tag to compare

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 is 0.69.2

Hotfix 😘

26 Jul 20:38
Compare
Choose a tag to compare

Hotfix 😘

  • text type checking

Better Typescript and Type Fixes 😍

05 Jan 18:38
Compare
Choose a tag to compare

Better Typescript and Type Fixes 😍
Fixes #84

textComponent prop is available 😇

18 Dec 14:22
Compare
Choose a tag to compare

textComponent prop is available 😇

Big thanks for the contribution @mmestiyak