Releases: adcentury/react-mobile-picker
Releases · adcentury/react-mobile-picker
v1.2.0
What's Changed
- 🐛 Fixed React 18 compatibility issue ("Cannot read properties of undefined (reading
'recentlyCreatedOwnerStacks')") - 📦 Updated build configuration to properly handle JSX runtime
- 🧪 Added comprehensive test suite for React 18 and 19 compatibility
⚠️ BREAKING: Dropped support for React 16 and 17 (now requires React 18 or 19)
Full Changelog
- Changed export pattern to avoid JSX runtime bundling issues
- Configure Vite to properly handle development and production modes
- Updated peer dependencies to
^18 || ^19
v1.1.2
v1.1.1
v1.1.0
v1.0.1
- Allow values of type
numberfor PickerItem #74 by @panzacoder - Fixed a typo in README #77 by @kesha-antonov
v1.0.0
v1.0.0-alpha.1
Publish an alpha version for testing
Release v0.2.1
See #55