Add html::attr
This commit is contained in:
parent
abd0cc6247
commit
ceefa426f6
6 changed files with 1082 additions and 16 deletions
|
|
@ -20,10 +20,15 @@ A dependency update to an incompatible version is considered a breaking change.
|
|||
### Added
|
||||
|
||||
- `Attr::set`
|
||||
- `html::attr`
|
||||
|
||||
### Deprecated
|
||||
|
||||
- `Attr::new` in favor of `Attr::set`
|
||||
- `Attr::id` in favor of `html::attr::id`
|
||||
- `Attr::class` in favor of `html::attr::class`
|
||||
- `Attr::style` in favor of `html::attr::style`
|
||||
- `Attr::data` in favor of `html::attr::data_x`
|
||||
|
||||
## v0.1.1 - 2024-12-08
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue