Skip to content

Version Packages#60

Merged
gitsad merged 1 commit into
mainfrom
changeset-release/main
Jul 24, 2026
Merged

Version Packages#60
gitsad merged 1 commit into
mainfrom
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

@mobile-reality/mdma-renderer-vue@0.2.0

Minor Changes

  • 19977c0: Add @mobile-reality/mdma-renderer-vue, a Vue 3 renderer for MDMA documents.

    It turns a parsed MDMA document into interactive Vue 3 components — forms, tables, charts,
    approval gates, and the rest of the component catalog — with full state, bindings, actions,
    policy, audit, and PII redaction, all from the headless spec + runtime stack. Give
    MdmaDocument an AST and a document store and it renders the live UI and dispatches user
    interactions back into the store.

    • State via composables. useComponentState, useBinding, and useDocumentState return
      ComputedRefs, so reads stay reactive.
    • provide/inject wiring. MdmaProvider, MdmaThemeProvider, element overrides, and custom
      variants are supplied through Vue's provide/inject with exported InjectionKeys.
    • Themeable. Ships styles.css driven by --mdma-* variables; pass a theme prop
      ("light" | "dark" | "auto", or a full MdmaTheme) to MdmaDocument.
    • Customizable. Override any built-in component via customizations.components, or draw a
      host-registered custom block via customizations.customVariants; custom renderers spread the
      exported blockRendererProps declaration.

    Components are authored as defineComponent + h() in plain .ts — no .vue SFCs — so the
    package builds with tsc and needs no bundler.

mdma-example-vue@0.0.2

Patch Changes

  • Updated dependencies [19977c0]
    • @mobile-reality/mdma-renderer-vue@0.2.0

@gitsad
gitsad merged commit 71af8bf into main Jul 24, 2026
1 check passed
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