Releases: riot/dom-bindings
Releases · riot/dom-bindings
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
v4.4.1
- Fix
<slot>
tags in conditional<template>
v4.4.0
- Add
<slots>
attributes handling
v4.3.0
- Update: internal events handing using DOM listeners instead of inline events
- Update: improve the compatibility with native web components, object attributes will be passed down native components
- Improve: rendering performance
- Fix: riot/riot#2745 nested templates handling