stellar

A stellar way to build reactive custom elements.

MIT License

Downloads
24
Stars
46
Committers
1

Bot releases are visible (Hide)

stellar - v0.4.0 Latest Release

Published by hawkticehurst 11 months ago

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)
stellar - v0.3.0

Published by hawkticehurst 12 months ago

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
stellar - v0.2.0

Published by hawkticehurst almost 1 year ago

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
stellar - v0.1.0

Published by hawkticehurst about 1 year ago

The initial release of Stellar!