Releases: skyizwhite/hsx
Releases · skyizwhite/hsx
0.4.0
- When defining components with
defcomp
macro, component names must be prefixed with a tilde (~).
Bug Fix:
- Child elements of components are now detected by the
hsx
macro.
Full Changelog: 0.3.0...0.4.0
0.3.0
- The
hsx
macro no longer detects built-in symbols from embedded CL forms. You should usehsx
macro again when working with HSX elements in embedded CL forms.
<= v0.2.1
(hsx
(ul
(loop :repeat 3 :collect (li "item"))))
>= v0.3.0
(hsx
(ul
(loop :repeat 3 :collect (hsx (li "item")))))
Full Changelog: 0.2.1...0.3.0
0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Specification
- Strings in element properties are now minified
- Internal
- Migrate testing framework from fiveam to rove
- Merge
hsx/escape
andhsx/group
intohsx/utils
- Rename
hsx/hsx
tohsx/dsl
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
Full Changelog: https://github.com/skyizwhite/hsx/commits/0.1.0