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

Release: Prerelease beta 8.1.0-beta.0 #27036

Merged
merged 159 commits into from
May 9, 2024

Commits on Mar 12, 2024

  1. Fix #25759: Panel resizing is not applied when done too fast

    When trying to resize any panel too fast, the changes would not be applied.
    The fix was done by changing a comparison condition in "useLayoutEffect()". Instead of using a variable ("prevManagerLayoutStateRef") that was also modified by another function ("useEffect()") that could execute at the same time, it now uses a variable that is only modified by the own function, making it so that the supposed layout values are not changed after they are set.
    jorge-ji committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c9dc4e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Add metaTags, tag removal

    shilman committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    32e854a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    ab64211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445e0cd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add project-level tags

    shilman committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b5b17f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52d943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebce080 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add docs for story tags

    - API reference
    - Guide
    - CLI options
    kylegach committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3317619 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f54b030 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    fea9c2e View commit details
    Browse the repository at this point in the history
  2. Remove metaTags concept

    shilman committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bcd3da8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. WIP

    kylegach committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1efccbe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Split into 3 pages

    kylegach committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0242371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3f2e9 View commit details
    Browse the repository at this point in the history
  3. More mocking content

    - Providers
        - Configuring mocked providers with parameters
    - Network requests
        - Bad link
    - Modules
        - Better mock files section
        - Using mocked files in stories
    kylegach committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    92e1382 View commit details
    Browse the repository at this point in the history
  4. Updates for Next.js

    - Warning for absolute imports & mocking
    - Module aliases
    - Subpath imports
    - Mocking modules
    - `@storybook/nextjs/cache.mock` module API
    kylegach committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    75b0820 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    299a2c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update Decorators and Interaction tests pages

    - Decorators
        - Focus the "context" section on only that argument
        - Move irrelevant examples and snippets to the Story rendering page
    - Interaction Testing
        - Under the Write an interaction test section, add:
            - Run code before each test section
            - Mocked modules section
    kylegach committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ec6742b View commit details
    Browse the repository at this point in the history
  2. Add missing TODOs

    kylegach committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    abc9b7c View commit details
    Browse the repository at this point in the history
  3. Add vite example

    Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
    kylegach and JReinhold committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    194a9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2f4d13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7c0676 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d8ee28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4faf1ae View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Address feedback

    - Next.js
        - Add portable stories section
    - Mocking modules
        - Clarify requirements of mock files
        - Prose and snippet tweaks
    - Interaction testing
        - Bring over `mockdate` example
        - Prose and snippet tweaks
    kylegach committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2ac03c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1da9c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a4cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bab73a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46c31eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eef3290 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Add back nextjs router/navigation override instructions

    Other improvements:
    - Consistency improvements in snippets throughout
    - Prose tweaks
    kylegach committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f88bea5 View commit details
    Browse the repository at this point in the history
  2. Improve MSW snippets

    - Use MSW 2.0 API
    - Use loader instead of decorator
    - Improve snippet filename format
    kylegach committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3f7e44c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eaeb94 View commit details
    Browse the repository at this point in the history
  4. Prettify snippets

    kylegach committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f4914e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    eae5d3a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    875af9d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    9f7ca74 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' of github.com:storybookjs/storybook into jeppe/re…

    …act-prerelease-sandboxes
    JReinhold committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5731002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc44d82 View commit details
    Browse the repository at this point in the history
  4. adjust ci parallelism

    JReinhold committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5d8fd43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6f8032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e244830 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    18df4de View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    3ed89f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    cf2be73 View commit details
    Browse the repository at this point in the history
  2. Address review

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    42773e3 View commit details
    Browse the repository at this point in the history
  3. add cache.mock entrypoint to nextjs

    JReinhold authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e850d36 View commit details
    Browse the repository at this point in the history
  4. Try another mock naming convention

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    401fd26 View commit details
    Browse the repository at this point in the history
  5. Bind this

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9920353 View commit details
    Browse the repository at this point in the history
  6. Update snapshot

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b55673f View commit details
    Browse the repository at this point in the history
  7. Fix name

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a033167 View commit details
    Browse the repository at this point in the history
  8. Hide some junk of next for nwo

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    537fbb2 View commit details
    Browse the repository at this point in the history
  9. Update code/frameworks/nextjs/src/export-mocks/navigation/index.ts

    Co-authored-by: Yann Braga <yannbf@gmail.com>
    2 people authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7cacdfa View commit details
    Browse the repository at this point in the history
  10. Update code/frameworks/nextjs/src/export-mocks/navigation/index.ts

    Co-authored-by: Yann Braga <yannbf@gmail.com>
    2 people authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    af31a1f View commit details
    Browse the repository at this point in the history
  11. Update code/frameworks/nextjs/src/export-mocks/navigation/index.ts

    Co-authored-by: Yann Braga <yannbf@gmail.com>
    2 people authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    789991f View commit details
    Browse the repository at this point in the history
  12. Update code/frameworks/nextjs/src/export-mocks/navigation/index.ts

    Co-authored-by: Yann Braga <yannbf@gmail.com>
    2 people authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    17c5152 View commit details
    Browse the repository at this point in the history
  13. Hide some junk of next for now

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fc7e664 View commit details
    Browse the repository at this point in the history
  14. Show redirect and next/cache spies

    kasperpeulen authored and kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5fafb46 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
    kylegach and jonniebigodes committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a9ce1d4 View commit details
    Browse the repository at this point in the history
  16. Address feedback

    - Re-order TOC items
    - Fix conditional content
    - Improve nextjs module API references
    - Make example snippets more consistent
    - Re-organize subpath imports section of module mocking guide
    - Fix typos, grammar
    kylegach committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    01c6509 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    39689ac View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Snippetize examples

    kylegach committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1dca308 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary snippets

    kylegach committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6bf05a1 View commit details
    Browse the repository at this point in the history
  3. Prettify snippets

    kylegach committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c715248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27d7ed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4b07b5 View commit details
    Browse the repository at this point in the history
  6. Address feedback

    - Make nextjs module alias usage more clear
    - Update msw graphql snippets
    - Add preact support for mocking providers
    - Prose improvements
    kylegach committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7be08e3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    ef6710f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update decorator snippets

    kylegach committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a9d9bfa View commit details
    Browse the repository at this point in the history
  2. Update index.md

    add space between text and link
    laurens94 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    370cff6 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    - Snippet consistency
    - Prose tweaks
    kylegach committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d2f7fe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88253e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea2f38c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge branch 'next' of github.com:storybookjs/storybook into jeppe/re…

    …act-prerelease-sandboxes
    JReinhold committed May 4, 2024
    Configuration menu
    Copy the full SHA
    da74a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55bee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f677115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfa56b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    3160354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c0730 View commit details
    Browse the repository at this point in the history
  3. Add dev/docs tag behaviors

    shilman committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ca88bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d89ff2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e0e822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd1f0cb View commit details
    Browse the repository at this point in the history
  7. dont be stupid now

    JReinhold committed May 5, 2024
    Configuration menu
    Copy the full SHA
    206e6ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b20236 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix incorrect TypeScript syntax

    r4ai committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4f2bec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7978c View commit details
    Browse the repository at this point in the history
  3. Replace docs tag by autodocs

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    149dd06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fc32ee View commit details
    Browse the repository at this point in the history
  5. Update snapshots

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8f7d569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ac168 View commit details
    Browse the repository at this point in the history
  7. Fix portable stories tests

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5b46717 View commit details
    Browse the repository at this point in the history
  8. Fix tags inheritance story

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f5447a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74afbb1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #27029 from r4ai/fix-coverage-config-snippets

    Docs: Fix incorrect syntax of object in `storybook-coverage-addon-config-options.ts.mdx`
    yannbf committed May 6, 2024
    Configuration menu
    Copy the full SHA
    493679c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #27006 from SpanishPear/patch-1

    Docs: Fix broken migration link in MIGRATION.md for @storybook/addon-knobs deprecation
    yannbf committed May 6, 2024
    Configuration menu
    Copy the full SHA
    254e03e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    638b96a View commit details
    Browse the repository at this point in the history
  13. Remove bogus console.log

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    01923cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc28521 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #26960 from storybookjs/jeppe/react-prerelease-san…

    …dboxes
    
    React: Support v19 betas in peer dependencies
    JReinhold committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6a6da24 View commit details
    Browse the repository at this point in the history
  16. Try to fix CI

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d810f8e View commit details
    Browse the repository at this point in the history
  17. Address feedback

    kylegach committed May 6, 2024
    Configuration menu
    Copy the full SHA
    dfa82ab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2a0d245 View commit details
    Browse the repository at this point in the history
  19. Fix bad merge

    shilman committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bdbd332 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #26858 from storybookjs/module-mocking-docs

    Docs: Module mocking, and more
    kylegach committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8648002 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b751b83 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2c0005b View commit details
    Browse the repository at this point in the history
  23. Revise tags docs

    - Document new API
    - Add examples
    - Remove `main-config-tags`
    - Remove `--tags` and `--exclude-tags` CLI flags
    - Remove `autodocs: true | false | 'tag'`
    - Remove old snippets
    kylegach committed May 6, 2024
    Configuration menu
    Copy the full SHA
    64c67b4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b44b838 View commit details
    Browse the repository at this point in the history
  25. Fix bad link

    kylegach committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c992970 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #27042 from storybookjs/docs-mdx-gfm-link

    Docs: Fix bad link for MDX remark-gfm
    kylegach committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cbadd74 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Mention badges addon

    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    348d23b View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Nextjs: Implement next redirect and the RedirectBound…

    …ary""
    
    This reverts commit b309c94.
    yannbf committed May 7, 2024
    Configuration menu
    Copy the full SHA
    af3906d View commit details
    Browse the repository at this point in the history
  3. Fix yarn.lock

    shilman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    31ae4d6 View commit details
    Browse the repository at this point in the history
  4. Update csf-tools babel deps

    shilman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1a4bd14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b35e06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15d7ef9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83639e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1ca72d View commit details
    Browse the repository at this point in the history
  9. Fix CI?

    shilman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    aad8a11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    607c790 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b218ba4 View commit details
    Browse the repository at this point in the history
  12. update comment

    ndelangen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9c4a5e5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #27052 from storybookjs/norbert/lower-cpu-usage-ci

    Build: Max of 5 concurrent tasks on CI
    ndelangen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    872630f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2707c15 View commit details
    Browse the repository at this point in the history
  15. fix mock name

    yannbf committed May 7, 2024
    Configuration menu
    Copy the full SHA
    561ad98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ac197d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2793bcc View commit details
    Browse the repository at this point in the history
  18. Merge pull request #27050 from storybookjs/yann/nextjs-redirect-boundary

    Nextjs: Implement next redirect and the RedirectBoundary
    yannbf committed May 7, 2024
    Configuration menu
    Copy the full SHA
    27dc023 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #27046 from storybookjs/yann/add-module-mocking-e2…

    …e-tests
    
    Build: Add E2E tests for the module mocking stories
    JReinhold committed May 7, 2024
    Configuration menu
    Copy the full SHA
    56debf0 View commit details
    Browse the repository at this point in the history
  20. Fix tags stories

    shilman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    14f86ec View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cb49021 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2dee030 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #27019 from laurens94/patch-1

    Docs: API - Index updates
    jonniebigodes committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ad98449 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #26673 from storybookjs/upgrade-vite-plugin-react-…

    …docgen-typescript
    
    Dependencies: Upgrade `@joshwooding/vite-plugin-react-docgen-typescript` to `0.3.1`
    ndelangen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a17fe0b View commit details
    Browse the repository at this point in the history
  25. Snippetize examples

    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    25ed3c2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a379e68 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #27056 from storybookjs/unpublish-portable-stories…

    …-jest-vitest
    
    Docs: Unpublish portable stories jest/vitest for now
    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c6348d2 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #26634 from storybookjs/shilman/add-tag-exclusion

    Tags: Add project tags, negation, `dev`/`autodocs`/`test` system tags
    shilman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e62d7f3 View commit details
    Browse the repository at this point in the history
  29. Update module mocking docs

    - Link to demo repo
    - Add `mockName` guidance
    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    50dd267 View commit details
    Browse the repository at this point in the history
  30. Address feedback

    - Clarify static nature of tags
    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    34c0e17 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ca13021 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #27058 from storybookjs/docs_fix_storyshots_migrat…

    …ion_guide_snippet
    
    Docs: Minor fixes to the testing snippets
    jonniebigodes committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7c9db11 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    92a2180 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #27057 from storybookjs/module-mocking-docs-2

    Docs: Update module mocking docs
    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    37f944a View commit details
    Browse the repository at this point in the history
  35. Merge pull request #27054 from RiuSalvi/next

    Dependencies: Upgrade `ejs` to `3.1.10`
    JReinhold committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d06d40d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    974ad92 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #26715 from storybookjs/tags-docs

    Docs: Add docs for story tags
    kylegach committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4ea3fcf View commit details
    Browse the repository at this point in the history
  38. Merge pull request #26460 from jorge-ji/my-first-storybook-contribution

    UI: Fix panel layout resizing do not apply when done too fast
    JReinhold committed May 7, 2024
    Configuration menu
    Copy the full SHA
    abff28c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    6012858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b4fbd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27065 from storybookjs/norbert/add-nextjs-peerwar…

    …ning-exception
    
    Build: Fix nextjs prerelease peerDep warning
    ndelangen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8787873 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    85690eb View commit details
    Browse the repository at this point in the history
  2. improve UI of onboarding

    ndelangen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d9e824e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a49b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27072 from storybookjs/norbert/fix-mock-test-cra

    Build: Add extension to prevent failure to load `.ts` files in CRA
    ndelangen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f9ca4d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27075 from storybookjs/jeppe/remove-portable-stor…

    …ies-docs-link
    
    Portable Stories: Remove link to missing docs
    ndelangen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    25de7f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d8b2c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e19d316 View commit details
    Browse the repository at this point in the history