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: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,12 @@ public class Startup
190
190
191
191
## ⚠️ Breaking changes ⚠️
192
192
193
-
<detailsopen="open"><summary>Upgrading from 0.19 to 0.20</summary>
193
+
<detailsopen="open"><summary>Upgrading from 1.9.0 to 1.10.0</summary>
194
+
195
+
>- The default auto-hide event is now on "mousedown". If you want the old behaviour, you can use the new `AutoHideEvent` parameter on the `ContextMenu` component to change it back to "mouseup".
196
+
</details>
197
+
198
+
<details><summary>Upgrading from 0.19 to 0.20</summary>
194
199
195
200
>- Replaced the `ContextMenuTriggerId` in events with the reference to the actual `ContextMenuTrigger`
196
201
</details>
@@ -239,7 +244,12 @@ public class Startup
239
244
</details>
240
245
241
246
## Release Notes
242
-
<detailsopen="open"><summary>1.9</summary>
247
+
<detailsopen="open"><summary>1.10</summary>
248
+
249
+
>- Changed default auto hide event to "mousedown". Old behaviour ("mouseup") is available by using the `AutoHideEvent` parameter on the `ContextMenu` component. Contributed by [KristofferStrube](https://github.com/KristofferStrube).
250
+
</details>
251
+
252
+
<details><summary>1.9</summary>
243
253
244
254
>- Added `ZIndex` support in `ContextMenu` component (default `1000`). Contributed by [grishat](https://github.com/grishat).
245
255
>- Added autohide support in `ContextMenu` when window is resizing. Contributed by [grishat](https://github.com/grishat).
0 commit comments