This repository was archived by the owner on Jul 7, 2023. It is now read-only.
Releases: weccoframework/core
Releases · weccoframework/core
0.24.0
updateElementemits custom eventsupdatestartandupdateendto notify listeners when an update is
applied to an element- custom elements created using
defineemit custom eventsconnectanddisconnectto notify listeners
when the custom element is connected/disconnected from the DOM
0.23.0
Breaking Change: This version contains an API change that breaks with prior
versions.
defineaccepts an object as the optional last parameter allowing you to set
observed (HTML element) attributes as well as observed (JavaScript element)
properties- Added performance tests to benchmark render performance
0.22.2
0.22.1
0.22.0
Breaking Change: This version contains an API change that breaks with prior versions.
- Change signature of app functions to always receive
ctxas the first parameter. This allows a very much easier use ofbindwhen building views. nullis allowed for functions that return anElementUpdate. Anullvalue causes no change in the element`s DOM.- Minor dev dependency upgrades
- Example uses vite.js (instead of webpack)