Skip to content

v0.6.0

Latest

Choose a tag to compare

@nicholaslee119 nicholaslee119 released this 28 Jul 02:37
· 3 commits to develop since this release
d6ddf06

Highlights

🪟 Windows: New Architecture (XAML)

Migrated the Windows Checkbox implementation to the new React Native Windows architecture using XAML. Requires react-native 0.82+ and react-native-windows 0.82+. (#239)

🐛 Fixes

  • Restored the default export. The new-arch merge changed the package entry point such that import CheckBox from '@react-native-community/checkbox' resolved to undefined on all platforms (Android/iOS/Windows). The entry point and typings paths are corrected so the default import works again. (#248)

🔧 Chore

  • Added a prepublishOnly script so dist/ is always built before publishing. (#249)

Notes

  • Version is a minor bump (0.5.200.6.0).
  • The Windows native code could not be verified on macOS; it relies on CI and the screenshots in #239.
  • The jest/eslint dev toolchain still needs updating for the RN 0.82 jump — this does not affect the published artifact (compiled dist/ + native code only).

npm: https://www.npmjs.com/package/@react-native-community/checkbox/v/0.6.0

Full Changelog: v0.5.20...v0.6.0