diff --git a/src/routes/breaking-changes.mdx b/src/routes/breaking-changes.mdx index e5a6678..76b2cc1 100644 --- a/src/routes/breaking-changes.mdx +++ b/src/routes/breaking-changes.mdx @@ -73,7 +73,6 @@ Solid represents Boolean Attribute using `boolean`. Note: It has to be `boolean`. `truthy` and `falsy` won't work. -[`bool:`](https://docs.solidjs.com/reference/jsx-attributes/bool) namespace can be used in that case. ### Enumerated Attributes @@ -122,6 +121,10 @@ type ClassList = >; ``` +### Deprecated Namespaces + +`bool:` and `attr:` namespaces became superflous and have been removed. + ### Event Handlers Lowercase event handlers were supported but not encouraged.