Skip to content

Commit

Permalink
docs: mention removal of foreign namespace (#12906)
Browse files Browse the repository at this point in the history
leftover from #12869
  • Loading branch information
dummdidumm authored Aug 19, 2024
1 parent 78b55c4 commit 1681b21
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ Error and warning codes have been renamed. Previously they used dashes to separa

### Reduced number of namespaces

The number of valid namespaces you can pass to the compiler option `namespace` has been reduced to `html` (the default), `mathml`, `svg` and `foreign`.
The number of valid namespaces you can pass to the compiler option `namespace` has been reduced to `html` (the default), `mathml` and `svg`.

The `foreign` namespace was only useful for Svelte Native, which we're planning to support differently in a 5.x minor.

### beforeUpdate/afterUpdate changes

Expand Down

0 comments on commit 1681b21

Please sign in to comment.