Skip to content

Commit 1174851

Browse files
committed
docs: add note about conditional export names to migration doc
1 parent 7daa9fd commit 1174851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MIGRATING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ I spent a day [flexing every graphic design muscle in my body](https://i.kym-cdn
1313

1414
## Breaking Changes
1515

16+
- Tooling now **must** be Svelte-aware. This means adding conditional export names to Rollup and Webpack config. See installation docs.
1617
- SMUI 7 (after v7.0.0-beta.9) is no longer compatible with Svelte 3. It now requires Svelte 4.
1718
- If you had started using `component={Svg}`, you need to use `tag="svg"` after v7.0.0-beta.12.
1819
- The `@smui/common/elements` components are gone. Just set the `tag` prop on components now (like `<Button tag="div">`).

0 commit comments

Comments
 (0)