Releases: yelouafi/petit-dom
Releases · yelouafi/petit-dom
v0.2.0
- fix #14 Unmount of component not called
- add support for setting
innerHTML
(fix #13)
v0.1.0
this release brings a breaking change. petit-dom uses now setAttribute
by default and use DOM properties only when necessary (currently using DOM props for value
, selected
and checked
and all event handlers)