Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.31 KB

File metadata and controls

63 lines (40 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v1.0.9] - 2026-04-01

Added

  • Add theme support to IotaElement

[v1.0.8] - 2026-03-18

Added

  • Add $html tagged template (uses @aegisjsproject/core/parsers/html.js)

[v1.0.7] - 2026-03-17

Added

  • Add $proxy and createSignalProxy()

Deprecated

  • Fix $signal to be $state and mark $signal as deprecated

[v1.0.6] - 2026-03-16

Added

  • Add IotaElement as base class for custom elements

[v1.0.5] - 2026-03-15

Fixed

  • Fixed binding to state ($text()) using of an empty string

[v1.0.4] - 2026-03-15

Changed

  • Update toString() on signals to avoid need for hydration step

[v1.0.3] - 2026-03-14

Added

  • Add support for boolean/array attributes
  • Add helper attribute functions such as $disabled, $hidden, etc.
  • Add $peek() and $log()

[v1.0.2] - 2026-03-13

Added

  • Add support for boolean attributes
  • Add $render() (observer & replace children of target)

[v1.0.1] - 2026-03-11

Added

  • Add tests

[v1.0.0] - 2026-03-11

Initial Release