Skip to content

Commit

Permalink
fix: UX of the click on the calendar elements
Browse files Browse the repository at this point in the history
  • Loading branch information
rklos committed Jul 3, 2023
1 parent 2988b94 commit 8c02d66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0-beta.3]
🛠️ Fixed 🛠️
* Better UX of the click on the calendar elements in `MacosDatePicker`

## [2.0.0-beta.2]
✨New ✨
* `MacosSwitch` has been completely rewritten and now matches the native macOS switch in appearance and behavior.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0-beta.2"
version: "2.0.0-beta.3"
macos_window_utils:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions lib/src/selectors/date_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ class _MacosDatePickerState extends State<MacosDatePicker> {
}

Widget dayWidget = GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
setState(() {
_isDaySelected = true;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: macos_ui
description: Flutter widgets and themes implementing the current macOS design language.
version: 2.0.0-beta.2
version: 2.0.0-beta.3
homepage: "https://macosui.dev"
repository: "https://github.com/GroovinChip/macos_ui"

Expand Down

0 comments on commit 8c02d66

Please sign in to comment.