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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
12
12
The export of the file picker Vue component is deprecated and will be removed in the next version.
13
13
Instead please use the `FilePickerBuilder`.
14
14
15
+
The `Dialog.hide` method is deprecated.
16
+
Instead only user interaction should close dialogs,
17
+
for this use the promise returned by `Dialog.show` which will resolve if the user answered the dialog and rejected if the user aborted (closed) the dialog.
0 commit comments