v0.2.73
What's Changed
- feat(ui): drop classname utilities — object-form css() + token.* helper by @viniciusdacal in #2769
- feat(scripts): add classname shorthand migration tool by @viniciusdacal in #2772
- chore(vtz): rename plugin system, delete ReactPlugin + orphan shims by @viniciusdacal in #2773
- chore(plans): archive vtz-plugin-system + retrospective by @viniciusdacal in #2775
- feat(codegen): generate typed SDK for services (#2759) by @viniciusdacal in #2774
- feat(ui): raw HTML injection via innerHTML JSX prop [#2761] by @viniciusdacal in #2791
- feat: Phase 3 — migrate call sites to object-form css() + token.* by @viniciusdacal in #2792
- chore(ci): migrate CI workflows from bun install to vtz install by @viniciusdacal in #2793
- fix(compiler): route innerHTML through AOT content, not HTML attribute [#2790] by @viniciusdacal in #2797
- feat(ui): drop shorthand classname parser — object-form css() only by @viniciusdacal in #2795
- fix(pm): write dist-tag deps to vertz.lock [#2794] by @viniciusdacal in #2800
- fix(compiler): route ref JSX prop through __ref helper [#2788] by @viniciusdacal in #2798
- fix(compiler,ui): emit numeric/boolean raw CSS declarations [#2783] by @viniciusdacal in #2799
- feat(oxlint): add no-narrowing-let rule (#2779) by @viniciusdacal in #2803
- fix(theme-shadcn): dialog stack panel + title use foreground color [#2756] by @viniciusdacal in #2806
- fix(db): re-export column/table/relation types from entry [#2778] by @viniciusdacal in #2805
- fix(db): export EnumSchemaLike named by d.enum overload [#2804] by @viniciusdacal in #2807
- fix(ui): form() coerces FormData per @vertz/schema leaves [#2771] by @viniciusdacal in #2810
- feat(vertz): rename vertz/env → vertz/client + fix ImportMeta.hot types [#2777] by @viniciusdacal in #2822
- fix(runtime): clean Node-like env for server handlers [#2760] by @viniciusdacal in #2823
- fix(vtz): scope CI cache restore_keys to same package by @viniciusdacal in #2825
- fix(ui): let globalCss() accept nested at-rules [#2776] by @viniciusdacal in #2824
- chore(ui-server): re-export toVNode from main barrel [#2781] by @viniciusdacal in #2826
- fix(compiler,ui): wrap multi-child component children in DocumentFragment [#2821] by @viniciusdacal in #2827
- fix(vtz): clear persisted errors.json on dev-server startup [#2819] by @viniciusdacal in #2829
- fix(compiler): keep ternaries inside callback bodies scoped [#2816] by @viniciusdacal in #2828
- fix(vtz): enrich dev-server compile errors + de-flake inspector test [#2818, #2832] by @viniciusdacal in #2831
- fix(compiler): transform JSX in .map() callbacks with destructured params [#2817] by @viniciusdacal in #2830
- fix(jsx): honor defaultValue/defaultChecked on input and textarea [#2820] by @viniciusdacal in #2833
- fix(testing): drop #2815 inference workaround, strengthen proxy probes by @viniciusdacal in #2836
- feat(agents): add Anthropic provider adapter [#2834] by @viniciusdacal in #2837
- fix(vtz): hint TS2339 on ImportMeta.hot at vertz/client tsconfig fix [#2814] by @viniciusdacal in #2839
- feat(agents): export d1Store from main @vertz/agents entry [#2838] by @viniciusdacal in #2840
- docs(mint-docs): switch imports to granular @vertz/* packages by @viniciusdacal in #2842
- chore(landing): delete Bun-only benchmark plugin by @viniciusdacal in #2849
- feat(agents): durable tool execution + transactional resume [#2835] by @viniciusdacal in #2841
- chore: version packages by @github-actions[bot] in #2770
- fix(changesets): use valid package names in two changesets by @viniciusdacal in #2853
Full Changelog: v0.2.72...v0.2.73