From 2deb44f30e7bf7f1278b501236b6436a29f03627 Mon Sep 17 00:00:00 2001 From: Tito Bouzout Date: Thu, 14 Aug 2025 09:38:49 -0300 Subject: [PATCH] documents namespace removals --- src/routes/breaking-changes.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/breaking-changes.mdx b/src/routes/breaking-changes.mdx index 26c8077..be0ac46 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.