Skip to content

alloy@0.12.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 17:28
· 139 commits to main since this release
f5c7764

@alloy-js/core

Bug Fixes

  • #134 Support readonly collection in <For> each prop.

Features

  • #114 instantiateSymbolInto now mirrors both instance and static members (including nested static hierarchies), and no longer errors on static-only sources.

Breaking Changes

  • #127 Use a scheduler for effects. Effects are no longer run instantly but are queued to run after the current effect finishes. This significantly reduces effect calls due to coalescing multiple updates and also enables more recursive patterns.

@alloy-js/java

No changes, version bump only.

@alloy-js/json

No changes, version bump only.

@alloy-js/csharp

No changes, version bump only.

@alloy-js/typescript

Bug Fixes

  • #121 JS Doc comment close with */ instead of **/

Features

  • #117 Add nullish to TS Symbol flags
  • #125 Automatically enter a type context when inside of interface, function type, type declaration, etc. This allow referenced used in there to automatically add the type keyword in the import
  • #124 Add type prop on Reference component to mark this reference as a type only reference allowing imports to be specialized in type import

@alloy-js/create

No changes, version bump only.