Releases: dfilatov/vidom
Releases · dfilatov/vidom
0.11.5
- Added typings for some html attributes
csstype
version is bumped to 3.0.7
0.11.4
- Removed redundant comment dom nodes for text elements
0.11.3
- Fixed edge case with wrong children normalizing
0.11.2
- Add remounting the only child if its key is changed
0.11.1
- Fixed wrong behaviour with node reusage check in some edge cases
0.11.0
- Synthetic event system is removed, now event handlers are received native browser events #347
- Improved soundness of typings for html elements #348
- Improved soundness of typings for css style properties #351
- Uglifyjs is replaced with terser
0.10.13
- Added support of pointer events #346
0.10.12
- Introduced
vidom.h(type, props, ...children)
factory #343
0.10.11
- Fixed an issue with escaping of content of plain text nodes #341
0.10.9
- Fixed an issue with rendering to string of overloaded "download" attribute