Releases: riot/dom-bindings
Releases · riot/dom-bindings
v4.6.2
- Fix function attributes (for example
<p attr={function() myFunction{}}>
) will not be rendered
v4.6.1
- Fix nested if conditions inside slots bug
v4.6.0
- Add typescript interfaces
- Improve rendering performance
v4.5.0
- Update
domdiff
to v 2.2.0 - Update improve rendering performance
- Update reduce size of the core
v4.4.7
- Fix riot/riot#2771
v4.4.6
- Update improve performance of the text expressions
v4.4.5
- Fix avoid the parent scope caching for the
<slot>
tags (I will handle it directly in Riot.js)
v4.4.4
- Remove unnecessary code
v4.4.3
- Fix slot parent scope issues riot/riot#2762
v4.4.2
- Fix riot/riot#2762