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 8.0.0-alpha.4 #25189

Merged
merged 129 commits into from
Dec 19, 2023

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    a275999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543bdf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d25687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d96efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20863a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    7797cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1d14a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    1893bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fbcd93 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Oct 20, 2023

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

Commits on Nov 5, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    376029f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5317302 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. update lockfile

    JReinhold committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7f6c1cc View commit details
    Browse the repository at this point in the history
  2. remove unused join

    JReinhold committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c85a698 View commit details
    Browse the repository at this point in the history
  3. fix

    JReinhold committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    012e909 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 24, 2023

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

Commits on Nov 27, 2023

  1. Render colors in the same order as provided

    Object.keys/Object.values/Object.entries (see screenshot below) don't guarantee maintaining the output order. We're using `for..in` instead to ensure colors swatches are rendered.
    kaelig committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fce6e2a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 30, 2023

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

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    413f579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7893089 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a79a362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16722d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a695e View commit details
    Browse the repository at this point in the history
  4. fix pr comments

    paoloricciuti committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2785843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    564e088 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b09b1c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    791ba23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163d347 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    297eca8 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f5a7235 View commit details
    Browse the repository at this point in the history
  4. cleanup

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    90e95bd View commit details
    Browse the repository at this point in the history
  5. fixes

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5d65a35 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24972 from Marklb/marklb/fix-angular-name-collisions

    Angular: Add random attribute to bootstrapped selector
    valentinpalkovic committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8a9dce4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ee9a72 View commit details
    Browse the repository at this point in the history
  8. fixes

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c44d4ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4282571 View commit details
    Browse the repository at this point in the history
  10. fix react-dom-shim

    JReinhold committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c49a841 View commit details
    Browse the repository at this point in the history
  11. Merge branches 'addon-docs-without-react' and 'addon-docs-without-rea…

    …ct' of github.com:storybookjs/storybook into addon-docs-without-react
    JReinhold committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e2374e5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #24531 from storybookjs/norbert/fix-24487-angular-…

    …tsconfig
    
    Angular: Reduce the warnings from `ts-loader` via stricter list of `includes`
    valentinpalkovic committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    593a774 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c92162 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e7ce81 View commit details
    Browse the repository at this point in the history
  15. add sandbox for react16

    ndelangen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d2d27c4 View commit details
    Browse the repository at this point in the history
  16. Update CONTRIBUTING.md

    bodograumann committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    441ccac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cb0495 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    72a0423 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #24630 from bodograumann/docs-contributer-returns

    Docs: Explain how to clean local files for contributers
    jonniebigodes committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b4acf3a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    0fd75af View commit details
    Browse the repository at this point in the history
  2. fix linting

    ndelangen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b6af032 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25001 from kaelig/patch-6

    Blocks: Render colors in the same order as provided
    ndelangen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f013ffe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    171493e View commit details
    Browse the repository at this point in the history
  5. add prompt-only automigrate

    ndelangen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ba924cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c590019 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dab5b63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5b8f86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dab576d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f81a397 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'addon-docs-without-react' of github.com:storybookjs/sto…

    …rybook into addon-docs-without-react
    JReinhold committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    46cb279 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e289b59 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15e365e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #25217 from storybookjs/valentin/remove-preact5-we…

    …bpack-sandboxes
    
    Build: Remove preact-webpack5 sandboxes
    valentinpalkovic committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0e95602 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f85710c View commit details
    Browse the repository at this point in the history
  16. Docs: Fixed Typo in documentation template

    Removed unused imports from Documentation Template
    Darth-koder007 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    86ad08a View commit details
    Browse the repository at this point in the history
  17. Merge pull request #25132 from paoloricciuti/fix-sveltekit-other-app-…

    …modules
    
    SvelteKit: Fix missing `$app` modules
    JReinhold committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a9824bc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d0979bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d3b01f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    6ea2365 View commit details
    Browse the repository at this point in the history
  2. fix

    ndelangen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    99a1b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6958dd View commit details
    Browse the repository at this point in the history
  4. Update code/lib/cli/src/automigrate/fixes/prompt-remove-react.ts

    Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
    ndelangen and JReinhold committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    678f669 View commit details
    Browse the repository at this point in the history
  5. Update code/lib/cli/src/automigrate/fixes/prompt-remove-react.ts

    Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
    ndelangen and JReinhold committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b217193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d3619a View commit details
    Browse the repository at this point in the history
  7. simplify

    ndelangen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fb06d36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    303a5d6 View commit details
    Browse the repository at this point in the history
  9. add to daily

    ndelangen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    aeec36d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #19785 from zhyd1997/refactor/ea45781-yadong-jsx-d…

    …ecorator
    
    Docs: Improve inherited 'react-element-to-jsx-string'
    ndelangen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    389eaa9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2131586 View commit details
    Browse the repository at this point in the history
  12. Fix snippets

    jonniebigodes committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a742b55 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #25229 from storybookjs/docs_fix_install_controls_…

    …feature_support
    
    Docs: Remove documentation only components and MDX files
    jonniebigodes committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    43af8b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    523d280 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #25221 from Darth-koder007/patch-1

    Docs: Fixed Typo in documentation template
    jonniebigodes committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    276af47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d96c62d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d9d5453 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #25230 from storybookjs/docs_install_fix_heading

    Docs: Fix Install troubleshooting heading
    jonniebigodes committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    70da7da View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. cleanup

    JReinhold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    01182e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'addon-docs-without-react' of github.com:storybookjs/sto…

    …rybook into addon-docs-without-react
    JReinhold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    00f031b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021bb56 View commit details
    Browse the repository at this point in the history
  4. export it

    ndelangen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ed302ce View commit details
    Browse the repository at this point in the history
  5. fix

    ndelangen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    37d3bf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28051ed View commit details
    Browse the repository at this point in the history
  7. Merge pull request #25235 from storybookjs/norbert/fix-18734-type-bun…

    …dling
    
    UI: Embed `react-textarea-autosize` types
    ndelangen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    655aa07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff88e04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d5f965 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d767ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05efeae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3840f4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #25241 from storybookjs/shilman/fix-sveltekit-envi…

    …ronment-story
    
    Build: Ignore changing `version` in SvelteKit story
    shilman committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5854e5a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    34d5354 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    482ef84 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

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

Commits on Dec 18, 2023

  1. Merge pull request #25236 from storybookjs/shilman/kill-stories-json

    API: Remove stories.json support
    shilman committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    152edae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db44d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17d493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2c345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ea28ea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25239 from storybookjs/shilman/bundle-for-node18

    Core: Bundle for node18 in SB8
    ndelangen committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1aa7b1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc3a098 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #24881 from storybookjs/addon-docs-without-react

    Addon Docs: Remove `react` peer dependency
    JReinhold committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0096e7b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #25196 from storybookjs/norbert/not-add-react-init

    CLI: No longer add react in init
    JReinhold committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ce5d8a1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #25215 from storybookjs/norbert/prompt-removal-rea…

    …ct-automigration
    
    CLI: Add prompt-only automigrate asking for react-removal
    JReinhold committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9cd9f65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd2cf8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ad970d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d61821 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ef8ba7 View commit details
    Browse the repository at this point in the history
  15. fix parallelism count

    yannbf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e6ecbe0 View commit details
    Browse the repository at this point in the history
  16. improve cadence check message

    yannbf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d9dca67 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #25199 from storybookjs/norbert/add-internalreact1…

    …6-sandbox
    
    Build: Add sandbox for react-16
    yannbf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    405dfee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6cc0744 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f77e80b View commit details
    Browse the repository at this point in the history
  20. Merge pull request #25253 from storybookjs/docs_update_viewports

    Docs: Adds list of available viewports
    jonniebigodes committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4c3db68 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    862637c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25244 from paoloricciuti/new-sveltekit-modules

    SvelteKit: Support 2.0 modules with mocks
    JReinhold committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    aae68d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ab202 View commit details
    Browse the repository at this point in the history