Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: Story children no longer forwards args & storyContext & add new props - asChild and template #228

Open
wants to merge 15 commits into
base: next
Choose a base branch
from

Commits on Nov 8, 2024

  1. update deps

    xeho91 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b864eb2 View commit details
    Browse the repository at this point in the history
  2. update example

    xeho91 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d88cf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb1c0f1 View commit details
    Browse the repository at this point in the history
  4. update templating example

    xeho91 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    968918b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. attempt to fix svelte-check

    fix type errors & add `TemplateSnippet` & document
    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cf72ff5 View commit details
    Browse the repository at this point in the history
  2. replace jsdom with happy-dom

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c40b861 View commit details
    Browse the repository at this point in the history
  3. update Vitest config

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5081d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688b73d View commit details
    Browse the repository at this point in the history
  5. refactor transform parser

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a0b0a96 View commit details
    Browse the repository at this point in the history
  6. update MIGRATION.md

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    12a1a74 View commit details
    Browse the repository at this point in the history
  7. update ERRORS.md

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6abc5c3 View commit details
    Browse the repository at this point in the history
  8. update README.md

    xeho91 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ee29a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. introduce asChild

    xeho91 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    55c4167 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Dominik G. <[email protected]>
    xeho91 and dominikg authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    814bbf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e697925 View commit details
    Browse the repository at this point in the history