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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.0.0] - 26/07/2025

**Features**
- Add filter for unpick or block some days [PR#150](https://github.com/koukibadr/Bottom-Picker/pull/150) [ISSUE#148](https://github.com/koukibadr/Bottom-Picker/issues/148)
- Transform `pickerTitle` into an optional header builder callback [PR#146](https://github.com/koukibadr/Bottom-Picker/pull/146)
- Add year picker [PR#153](https://github.com/koukibadr/Bottom-Picker/pull/153) [ISSUE#147](https://github.com/koukibadr/Bottom-Picker/issues/147)
- Remove `pickerTextStyle` attribute [PR#146](https://github.com/koukibadr/Bottom-Picker/pull/146)
- Add close on submit flag [ISSUE#139](https://github.com/koukibadr/Bottom-Picker/issues/139)
- Refactor cupertino date enum using Flutter cupertino enum instead of custom enum
- Add `diameterRatio` parameter for simple picker display [PR#154](https://github.com/koukibadr/Bottom-Picker/pull/154)

**Bug Fix**
- `selectedItemIndex` parameters does not work for simple picker
- Resolve issue regarding `seleectedIndex` for Web and desktop platforms

## [3.2.1] - 05/06/2025

**Bug Fix**
Expand Down
Loading
Loading