Skip to content

Releases: riot/dom-bindings

v4.5.0

30 Nov 09:07
Compare
Choose a tag to compare
  • Update domdiff to v 2.2.0
  • Update improve rendering performance
  • Update reduce size of the core

v4.4.7

27 Oct 17:08
Compare
Choose a tag to compare

v4.4.6

08 Oct 19:19
Compare
Choose a tag to compare
  • Update improve performance of the text expressions

v4.4.5

06 Oct 16:46
Compare
Choose a tag to compare
  • Fix avoid the parent scope caching for the <slot> tags (I will handle it directly in Riot.js)

v4.4.4

05 Oct 20:30
Compare
Choose a tag to compare
  • Remove unnecessary code

v4.4.3

05 Oct 19:17
Compare
Choose a tag to compare

v4.4.2

26 Sep 20:33
Compare
Choose a tag to compare

v4.4.1

23 Sep 21:06
Compare
Choose a tag to compare
  • Fix <slot> tags in conditional <template>

v4.4.0

23 Sep 21:05
Compare
Choose a tag to compare
  • Add <slots> attributes handling

v4.3.0

31 Aug 08:37
Compare
Choose a tag to compare
  • 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