Skip to content

@markprompt/web@0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 14:10
· 661 commits to main since this release
3498216

Minor Changes

  • #18 c007554 Thanks @nickrttn! - In order to avoid duplicate effort, we are now publishing @markprompt/web as a composition of @markprompt/react components, rather than as a separate implementation in Lit Web Components.

    We expose a markprompt() function from @markprompt/web that allows you to initialize a pre-built version of the Markprompt dialog with all functionality included.

    As an alternative, we expose an init script at @markprompt/web/init that you can use to initialize Markprompt with a script tag.

Patch Changes