Skip to content

chore: version packages#128

Merged
ladparth merged 1 commit intomainfrom
changeset-release/main
Apr 15, 2026
Merged

chore: version packages#128
ladparth merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@buildnbuzz/form-core@0.1.6

Patch Changes

  • #127 d4302d9 Thanks @ladparth! - Unify dynamic expression APIs and logic under Expr.
    • Introduce Expr<T> unified expression system replacing DynamicValue and VisibilityCondition.
    • Add $text node for string interpolation.
    • Add $when node for conditional branching (ternary).
    • Add $fn node for calling custom registry functions.
    • Introduce ExprContext with data and context properties.
    • Fix InferType for empty-name primitive arrays to produce flat arrays.
    • Deprecate evaluateVisibility, resolveDynamicValue, and old context types.

@buildnbuzz/form-react@0.1.6

Patch Changes

  • #127 d4302d9 Thanks @ladparth! - Unify runtime registries under FormRegistries and migrate to Expr.

    • Introduce FormRegistries container for fields, validators, resolvers, and fns.
    • Add registries prop to FormProvider, Form, and useForm.
    • Deprecate registry, customValidators, and optionResolvers top-level props in favor of the unified registries object.
    • Update Field and LayoutField to use unified expression evaluator.
    • Support inline functions as expressions for all dynamic field properties.
    • Update documentation and canonical examples to modern expression syntax.
  • Updated dependencies [d4302d9]:

    • @buildnbuzz/form-core@0.1.6

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
buzzform Ready Ready Preview, Comment Apr 15, 2026 0:45am

@ladparth ladparth merged commit d3a8d1b into main Apr 15, 2026
2 checks passed
@ladparth ladparth deleted the changeset-release/main branch April 15, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant