Skip to content

Releases: hawkticehurst/stellar

v0.4.0

07 Dec 08:57
d30fc3d
Compare
Choose a tag to compare

Features

  • event handling logic: update how events listeners are configured to better match HTML standard spec recommendations (#4)

Docs

  • update project readme: add more information about the project
  • add todo-list example: add more information about the project (#4)

v0.3.0

21 Oct 23:38
Compare
Choose a tag to compare

Features

  • add $checked directive: implement support for $state:checked

Bugs

  • fix $derive edge case: handles edge case when $derive directive params have spaces between commas

Docs

  • complete reactivity docs: finish the first draft of the reactivity docs
  • add astro doc page: add the initial "using astro" doc page scaffolding
  • add/update assets: add and update readme and doc page image assets
  • add toggle checkbox example: add example that demonstrates using $state:property directive

Admin

  • update example deps: update all examples to use the latest version of stellar

v0.2.0

20 Oct 05:01
Compare
Choose a tag to compare

Features

  • ignore nested components: when parsing a component children ignore nested components and nested component children

Docs

  • nested components example: add a new example demonstrating how nesting components works

Admin

  • remove comments from build: update tsconfig so comments are removed from built files

v0.1.0

19 Oct 04:11
Compare
Choose a tag to compare

The initial release of Stellar!