Skip to content

Releases: y-js/y-element

Fix update in array

21 Jun 14:10
Compare
Choose a tag to compare
v0.2.2

fix update in arrays

Bugfix

10 Apr 13:57
Compare
Choose a tag to compare
v0.2.1

fix wrong reference to this

Removed y.js, y-map, and y-array script includes.

10 Apr 12:43
Compare
Choose a tag to compare

All y* modules must be explicitly included now. The reason for this change is that the async import nature of polymer makes it impossible to include y-* modules right after y-element is included.

Set data property read-only

23 Jan 12:47
Compare
Choose a tag to compare

Fire events when type changes

18 Jan 10:35
Compare
Choose a tag to compare
Pre-release
v0.0.3

fix correct event name

close/open y instance on detach/attach

10 Nov 16:08
Compare
Choose a tag to compare
Pre-release
v0.0.2

close y element when detached. reconnect when attached

Enjoy

08 Nov 01:03
Compare
Choose a tag to compare
Enjoy Pre-release
Pre-release
v0.0.1

make sure everything works smoth when initializing y several times in…