Releases: hawkticehurst/stellar
Releases · hawkticehurst/stellar
v0.4.0
v0.3.0
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
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
The initial release of Stellar!