Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Releases: weccoframework/core

0.24.0

12 May 11:26

Choose a tag to compare

  • updateElement emits custom events updatestart and updateend to notify listeners when an update is
    applied to an element
  • custom elements created using define emit custom events connect and disconnect to notify listeners
    when the custom element is connected/disconnected from the DOM

0.23.0

28 Apr 09:00

Choose a tag to compare

Breaking Change: This version contains an API change that breaks with prior
versions.

  • define accepts 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

07 Apr 19:25

Choose a tag to compare

  • Fix handling of null and undefined when updating bound attributes of custom elements
  • Improve bundles
  • Rework examples

0.22.1

12 Mar 20:25

Choose a tag to compare

Fix null value error when using null inside a placeholder of wecco.html

0.22.0

12 Mar 19:39

Choose a tag to compare

Breaking Change: This version contains an API change that breaks with prior versions.

  • Change signature of app functions to always receive ctx as the first parameter. This allows a very much easier use of bind when building views.
  • null is allowed for functions that return an ElementUpdate. A null value causes no change in the element`s DOM.
  • Minor dev dependency upgrades
  • Example uses vite.js (instead of webpack)

0.21.7

04 Mar 21:48

Choose a tag to compare

Upgrade several (almost all) dependencies (security fixes)

0.21.6

05 Jan 18:50
141709e

Choose a tag to compare

fix: preserve case when setting properties from HTML template attributes

0.21.5

29 Dec 08:52

Choose a tag to compare

v0.21.5

release: v0.21.5

0.21.4

28 Dec 13:10

Choose a tag to compare

fix: send update event only for connected elements

0.21.3

24 Dec 12:49

Choose a tag to compare

0.21.3 fixes an issue when using wecco with shadow roots.