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: MIGRATING.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ There are [newly updated instructiong](INSTALL.md#integration-for-sapper) for us
37
37
- Open state is now controled by an `open` prop, instead of `open` and `close` functions. There are also `isOpen` and `setOpen` functions.
38
38
- Lists should now be placed below `Content` element, rather than being the `Content` component. For selection from a list, use the new `selection` prop on the dialog.
39
39
- Slider dialogs are styled a bit differently. See the [demo](https://sveltematerialui.com/demo/dialog/).
40
+
- Icon Button
41
+
- No longer emit 'MDCIconButtonToggle:change' event without the `toggle` prop. Instead, listen for click event.
0 commit comments