packages feed

reflex-dom-th-0.3.2: CHANGELOG.md

# Revision history for reflex-dom-th

## 0.3.2
* ghc 8.10 support 


## 0.3.01
* pre sorting and packing of attribute maps to text
** this solves a problem with empty attributes like in <tag attr="">


## 0.3.00 -- 2022-03-02

* support for dynamic attributes
* parser accepts space between last attribute and >

## 0.2.0.0 -- 2022-02-20

* specialization to el-variants
* parse widgets inside texts
* allow refs to widgets
* dash '-' is now valid in attribute names
	


## 0.1.0.0 -- 2022-02-18

* First version. Released on an unsuspecting world.