docs: mention removal of `foreign` namespace (#12906)

leftover from #12869
pull/12907/head
Simon H 1 year ago committed by GitHub
parent 78b55c4130
commit 1681b218cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save