You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
+
## 1.5.0
2
+
3
+
* Added `drawerCloseSemanticLabel` parameter to set a semantic label for the tappable area that closes the drawer.
4
+
* Integrated [`Semantics`](https://api.flutter.dev/flutter/widgets/Semantics-class.html) widgets to provide better screen reader support for the drawer and example app.
5
+
* Integrated [`ExcludeFocus`](https://api.flutter.dev/flutter/widgets/ExcludeFocus-class.html) and [`ExcludeSemantics`](https://api.flutter.dev/flutter/widgets/ExcludeSemantics-class.html) to widgets to dynamically control focus and semantics based on drawer visibility.
6
+
* Refactored Inkwell hiding to use `Visibility`
7
+
1
8
## 1.4.0
2
9
3
-
* Added "initialDrawerScale" parameter to set the initial scale of the drawer.
4
-
* Added "drawerSlideRatio" parameter to set the slide ratio of the drawer.
10
+
* Added `initialDrawerScale` parameter to set the initial scale of the drawer.
11
+
* Added `drawerSlideRatio` parameter to set the slide ratio of the drawer.
5
12
6
13
## 1.3.7
7
14
@@ -13,7 +20,7 @@
13
20
14
21
## 1.3.5
15
22
16
-
* Added backdrop field to set custom background
23
+
* Added `backdrop` field to set custom background
17
24
18
25
## 1.3.4
19
26
@@ -47,7 +54,7 @@
47
54
48
55
## 1.2.3
49
56
50
-
*"disabledGestures" option added to disable gestures.
57
+
*`disabledGestures` option added to disable gestures.
0 commit comments