Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.4"
".": "0.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.3.0](https://github.com/scrollDynasty/react-native-drum-picker/compare/v0.2.4...v0.3.0) (2026-07-27)


### ⚠ BREAKING CHANGES

* DateDrumPickerValue now requires day, month and year; use DateDrumPickerPartialValue where an incomplete date is intentional.

### Bug Fixes

* **android:** correct row positioning under selection indicator and improve centering logic ([5059aa4](https://github.com/scrollDynasty/react-native-drum-picker/commit/5059aa4e7f42e5de34828fa5b10280c00ab5ac8d))
* **android:** improve user interaction by releasing change suppression on drag start ([b856aba](https://github.com/scrollDynasty/react-native-drum-picker/commit/b856aba5d66c8419b2c9afe44a8f469d4af2e241))
* centre without a viewport and keep the selected value ([a1bcaa7](https://github.com/scrollDynasty/react-native-drum-picker/commit/a1bcaa7f7a32b591623c54204563936096a641d6))
* centre without a viewport and keep the selected value ([08097e8](https://github.com/scrollDynasty/react-native-drum-picker/commit/08097e80c6a8170d74968df3ed28c150021edfda))

## [0.3.0](https://github.com/scrollDynasty/react-native-drum-picker/compare/v0.2.4...v0.3.0) (2026-07-27)

Fixes the integration defects that forced consumers to work around the picker with delayed
mounting, two-phase range changes and `onChange` suppression flags.

Expand Down
Loading