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.2.0-alpha.2 #27151

Merged
merged 41 commits into from
May 18, 2024

Commits on May 18, 2023

  1. fix: color control buggy

    Co-authored-by: BikashSah999 <[email protected]>
    gitstart and BikashSah999 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4cce677 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Same name for related Radio

    srapilly committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    63a952b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 28, 2023

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    a6252a2 View commit details
    Browse the repository at this point in the history
  2. move comments

    balazsorban44 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9b66eec View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. test(core-common): migrate to vitest test functions

    One of the `get-renderer-name` tests is failing, but this goes uncaught
    since vitest does not understand node's test runner output.
    
    This basically moves to using `it` from vitest rather than `node:test`,
    thus introducing a failing test. The failing test has then been fixed.
    43081j committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0245d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e3617 View commit details
    Browse the repository at this point in the history
  3. Update type and fix docs

    noranda committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4496b48 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Misc docs updates

    - Update story pipeline images
    - Add TypeScript config disclaimer
    kylegach committed May 14, 2024
    Configuration menu
    Copy the full SHA
    640a84f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    ecc734c View commit details
    Browse the repository at this point in the history
  2. Fix failing stories

    yannbf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9454788 View commit details
    Browse the repository at this point in the history
  3. fix another story

    yannbf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e80cb5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a0bf20 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27068 from 43081j/cc-test

    Build: Fix test in core-common being ignored
    JReinhold authored May 15, 2024
    Configuration menu
    Copy the full SHA
    41c15fc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26475 from noranda/nb/fix-typeset-fontsizes-type

    Docs: Fix `Typeset` Doc block `fontSizes` type
    JReinhold authored May 15, 2024
    Configuration menu
    Copy the full SHA
    3e5fb46 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #22615 from gitstart/fix/color-input-buggy

    Controls: Throttling makes Color control lagging
    JReinhold authored May 15, 2024
    Configuration menu
    Copy the full SHA
    879f979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42a1f32 View commit details
    Browse the repository at this point in the history
  9. Angular: Consider style inject option

    Currently, every kind of style is injected into the iframe HTML, although some of them are marked with inject:false to not inject them, but rather to leave it to the user to dynamically load them if required
    valentinpalkovic committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cca91fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aea3797 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #23374 from srapilly/group-radio-by-name

    UI: Same html name for related Radio
    JReinhold authored May 15, 2024
    Configuration menu
    Copy the full SHA
    9c93c4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72664eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3124c9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1a7e34 View commit details
    Browse the repository at this point in the history
  15. tweak issue comments

    vanessayuenn committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3fe2c16 View commit details
    Browse the repository at this point in the history
  16. Update invalid-link.md

    vanessayuenn committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e8352d0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d378cc View commit details
    Browse the repository at this point in the history
  18. Merge pull request #27160 from storybookjs/vy/nissuer

    Actions: Introduce `nissuer`
    
    Co-authored-by: Balázs Orbán <[email protected]>
    vanessayuenn and balazsorban44 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    db078a6 View commit details
    Browse the repository at this point in the history
  19. Merge next

    kylegach committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c72473b View commit details
    Browse the repository at this point in the history
  20. Add React 18 disclaimer

    kylegach committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b85c91f View commit details
    Browse the repository at this point in the history
  21. Merge pull request #27132 from storybookjs/misc-docs-updates

    Docs: Misc 8.1 updates
    kylegach authored May 15, 2024
    Configuration menu
    Copy the full SHA
    3974106 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f96341e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request #27165 from storybookjs/jeppe/27059-bench-script-f…

    …lakiness
    
    Bench: Fix flake `Cannot read properties of null (reading 'page')`
    JReinhold authored May 16, 2024
    Configuration menu
    Copy the full SHA
    27fa22a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27145 from storybookjs/yann/fix-failing-stories

    Build: Fix failing stories
    yannbf authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ba69532 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. tweak the bug report template

    if too much text is allowed in the "repro" section, the regex for the `nissuer` bot doesn't work properly.
    vanessayuenn committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1b50ce3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27108 from storybookjs/valentin/fix-angular-style…

    …s-options-filtering
    
    Angular: Fix filtering of workspace config styles
    valentinpalkovic authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a2bbf3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88816f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27184 from storybookjs/vy/nissuer

    Actions: Re-enable `nissuer` bot
    vanessayuenn authored May 17, 2024
    1 Configuration menu
    Copy the full SHA
    d4d4603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea71032 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #27189 from storybookjs/valentin/angular-cleanup-t…

    …ypes
    
    Angular: Cleanup types
    valentinpalkovic authored May 17, 2024
    Configuration menu
    Copy the full SHA
    3c1098c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0206f1a View commit details
    Browse the repository at this point in the history