Releases: react-native-checkbox/react-native-checkbox
Releases · react-native-checkbox/react-native-checkbox
v0.5.20
What's Changed
- fix: windows bump WindowsTargetPlatformMinVersion by @TatianaKapos in #198
- fix: setAndForwardRef by @TatianaKapos in #199
- Add DLL file information resource file to ReactNative Checkbox windows by @NikhiRaya in #208
- Gradle 8.x.x compatibility by @Ali-Oliaee in #228
- fix(#226): NPE crash RN 0.76.1 - Support for new architecture by @dsolimando in #231
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #203
New Contributors
- @TatianaKapos made their first contribution in #198
- @NikhiRaya made their first contribution in #208
- @Ali-Oliaee made their first contribution in #228
- @dsolimando made their first contribution in #231
Full Changelog: v0.5.16...v0.5.20
v0.5.17 release
- Add DLL file information resource file to ReactNative Checkbox windows @NikhiRaya
v0.5.16
What's Changed
- fix: setAndForwardRef #199 by @TatianaKapos
- fix: windows bump WindowsTargetPlatformMinVersion by @TatianaKapos
v0.5.15
What's Changed
- fix(types): utility type removed from RN 0.71 by @kmsbernard in #190
- Regular lib update
New Contributors
- @kmsbernard made their first contribution in #190
Full Changelog: v0.5.14...v0.5.15
v0.5.14
- Fix the BEMCheckBox.h dependency error by @billnbell
v0.5.13
- Fix #178 by @punitkashyup in #179
- Merge some dependencies update
v0.5.12
What's Changed
- Fix for sending value to IOS by @billnbell in #159
New Contributors
- @billnbell made their first contribution in #159
Full Changelog: v0.5.11...v0.5.12
v0.5.11
What's Changed
- fix(iOS): expose
testID
from wrapping view component. by @asafkorem in #156
Full Changelog: v0.5.10...v0.5.11
Add accessibilityValue for iOS
What's Changed
- make
react-native-windows
an optionalpeerDependency
by @bell-steven in #149 - fix(iOS): add
accessibilityValue
. by @asafkorem in #150
New Contributors
- @bell-steven made their first contribution in #149
- @asafkorem made their first contribution in #150
Full Changelog: v0.5.9...v0.5.10
Improve usability
- Thanks to @grgr-dkrk : add values of accessibility #139
- Thanks to @lyswhut : Fix controlled component on Android #137
- Update some dependencies