• 0.7.0 557cb15c7e

    0.7.0 Pre-release

    endeavorance released this 2026-02-04 14:49:54 +00:00 | 0 commits to main since this release

    This release updates a lot of the API surface on components to consolidate a bit

    Changes

    • Component.styles -> Component.style
    • liveAttributes system removed
      • Instead, changedAttributes is passed to beforeUpdate()
    • component.stopListening() removed
      • Instead, component.listen() returns a function to clean up the listener manually if needed
    • component.requireElementById() -> component.ref()
    • initialState and computedProperties must be defined as functions
    Downloads