- Fix the
enableHapticFeedback
only being applied once during init. Now theenableHapticFeedback
is applied every time it changes.
- Fix SelectorWheel not reacting to the
selectedItemIndex
change after initial load
- BREAKING:
borderRadius
constructor argument type is nowBorderRadiusGeometry
- Add optional wheel
perspective
argument to constructor - Add optional wheel
diameterRatio
argument to constructor - Update tests
- Update example
- Improve formatting of the source files
- Fix broken screenshots links in README.md
- Initial release