Update README
This commit is contained in:
parent
feaf3afae5
commit
1880f9d25a
1 changed files with 2 additions and 1 deletions
|
@ -18,11 +18,12 @@ This software is still ALPHA quality. The APIs likely change.
|
|||
|
||||
- Added:
|
||||
- React-like fragment `(<> ...)`. It lets you group elements without a wrapper element.
|
||||
- Boolean attributes support (e.g. `checked`, `disabled`). For key/value pairs corresponding to boolean attributes, only the key is rendered when the value is `t`, and nothing is rendered when the value is `nil`.
|
||||
- Improved:
|
||||
- Element functions are wrapped in macros for natural indentation.
|
||||
- Fixed several bugs.
|
||||
- Removed:
|
||||
- CSS style id and class attributes (For example `div#id.class`)
|
||||
- CSS style id and class attributes (e.g. `div#id.class`)
|
||||
|
||||
# Getting started
|
||||
|
||||
|
|
Loading…
Reference in a new issue