Skip to content

v0.2.0

Compare
Choose a tag to compare
@Nefsen402 Nefsen402 released this 23 Mar 23:39
· 567 commits to main since this release

This release includes many improvements.

Breaking changes:

  • Element properties can no longer be duplicated
  • Special casing for event listeners has been removed. click= now must be $onclick= to utilize the native browser's handling. The old version supports the new style so a transition can be more gradual.
  • Styles with a object topology must now use the $style property.

Improvements:

  • Performance improvements (mostly in the memory/garbage collection area)
  • All array mounts are now reconciliated as they are all managed through the same code.
  • Replacing a html node will now directly use replaceChild