Releases: ShawnLin013/NumberPicker
Releases · ShawnLin013/NumberPicker
v2.4.3
- ✨ Add setSelectedTextColor (#49)
- 🐛 Remove AndroidManifest allowBackup=true (#53)
v2.4.2
- ✨ Set default value in xml (#35)
- 🐛 Fix failed to find style 'numberPickerStyle' (#42)
- 🐛 Fix scrolling is tripping (#37、#38)
- 🐛 Fix the first value is not formatted (#36)
- ⬇️ Downgrade minSdkVersion to 15 (#34)
v2.4.1
- 🐛 Fix scrolling stop in middle-positions (#28)
v2.4.0
- ✨ Add getters (#30)
- 🐛 Fix horizontal number picker scrolls when disabled (#29)
v2.3.0
- Rename np_wheel_item_count to np_wheelItemCount
- Add setWrapSelectorWheel in xml
- Fix issue #23 : Show negative number
v2.2.0
- Add setDividerDistance
- Add setDividerThickness
- Add setOrientation
v2.1.0
- Add the feature of wheel item count setting
v2.0.1
- Fix issue #8 : Add support for negative values
v2.0.0
- Refactor by android.widget.NumberPicker
- Support the horizontal mode
v1.0.1
- Simplify the parameter of the function
- Add the feature of width and height setting