Releases: riot/dom-bindings
Releases · riot/dom-bindings
v9.0.0
- Add rendering support for non boolean attributes for example
draggable="true"
see also riot/riot#2975 - Update remove attributes only with 'undefined' and 'null' values breaking change
- Use es module exports
- Drop support for older node versions
v6.0.7
- Improve rendering performance
v6.0.6
- Update esm bundle excluding the external riot dependencies
v6.0.5
- Updated: add again the
esm
bundle file
v6.0.4
- Improve the code complexity of some internal methods
- Update npm dependencies
v6.0.3
- Fix riot/riot#2947
v6.0.2
- Update improve the
EachBinding
type checking
v6.0.1
- Fix small type definition issue
v6.0.0
- Add
slot
fallbak rendering #22 riot/riot#2920 - FIx riot/riot#2925 with #21 falsy expression attributes (like
NaN
) will be now removed
Many thanks to https://github.com/kachurun for your help! 🎉
v5.1.3
- Fix riot/riot#2914 many thanks to @kachurun
- Fix template tags rendering with empty DOM #19