We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daa9fd commit 1174851Copy full SHA for 1174851
MIGRATING.md
@@ -13,6 +13,7 @@ I spent a day [flexing every graphic design muscle in my body](https://i.kym-cdn
13
14
## Breaking Changes
15
16
+- Tooling now **must** be Svelte-aware. This means adding conditional export names to Rollup and Webpack config. See installation docs.
17
- SMUI 7 (after v7.0.0-beta.9) is no longer compatible with Svelte 3. It now requires Svelte 4.
18
- If you had started using `component={Svg}`, you need to use `tag="svg"` after v7.0.0-beta.12.
19
- The `@smui/common/elements` components are gone. Just set the `tag` prop on components now (like `<Button tag="div">`).
0 commit comments