Skip to content

0.1.6 - Core Work

Compare
Choose a tag to compare
@cblanquera cblanquera released this 08 Sep 19:57
· 30 commits to main since this release

Focused on some core fixes.

  • Resumability bindings now consider directives (like conditionals and loops)
  • Components definitely dont need markup. Can pass children or text directly.
  • Mount event now triggers once per render
  • Signals now have a change listener count.change(value => ...)
  • New component() helper that returns the component instance so things like component.classList and component.innerHTML are possible in your components.
  • Added connect, disconnect, adopt events that trigger when the DOM triggers those.
  • Fixed rendering issue with components inside components.