Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/routes/breaking-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down