0.1.6 - Core Work
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 likecomponent.classList
andcomponent.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.