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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 6, 2024

This is an automated pull request that bumps the version from 8.1.0-alpha.8 to 8.1.0-beta.0.
Once this pull request is merged, it will trigger a new release of version 8.1.0-beta.0.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🐛 Bug: Onboarding: Improve UI #27074
  • 🐛 Bug: Portable Stories: Remove link to missing docs #27075
  • 🐛 Bug: UI: Fix panel layout resizing do not apply when done too fast #26460
  • 🔧 Maintenance: Dependencies: Upgrade ejs to 3.1.10 #27054
  • ✨ Feature Request: Tags: Add project tags, negation, dev/autodocs/test system tags #26634
  • 📦 Dependencies: Dependencies: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.3.1 #26673
  • ✨ Feature Request: Nextjs: Implement next redirect and the RedirectBoundary #27050
  • 🔧 Maintenance: React: Support v19 betas in peer dependencies #26960 (will also be patched)
  • 🏗️ Build: Build: Add extension to prevent failure to load .ts files in CRA #27072
  • 🏗️ Build: Build: Fix nextjs prerelease peerDep warning #27065
  • 📝 Documentation: Docs: Add docs for story tags #26715
  • 📝 Documentation: Docs: Update module mocking docs #27057
  • 📝 Documentation: Docs: Minor fixes to the testing snippets #27058 (will also be patched)
  • 📝 Documentation: Docs: Unpublish portable stories jest/vitest for now #27056
  • 📝 Documentation: Docs: API - Index updates #27019 (will also be patched)
  • 🏗️ Build: Build: Add E2E tests for the module mocking stories #27046
  • 🏗️ Build: Build: Max of 5 concurrent tasks on CI #27052
  • 📝 Documentation: Docs: Fix bad link for MDX remark-gfm #27042 (will also be patched)
  • 📝 Documentation: Docs: Module mocking, and more #26858
  • 📝 Documentation: Docs: Fix broken migration link in MIGRATION.md for @storybook/addon-knobs deprecation #27006
  • 📝 Documentation: Docs: Fix incorrect syntax of object in storybook-coverage-addon-config-options.ts.mdx #27029

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

8.1.0-beta.0

  • Dependencies: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.3.1 - #26673, thanks @joshwooding!
  • Dependencies: Upgrade ejs to 3.1.10 - #27054, thanks @RiuSalvi!
  • Nextjs: Implement next redirect and the RedirectBoundary - #27050, thanks @yannbf!
  • Onboarding: Improve UI - #27074, thanks @ndelangen!
  • Portable Stories: Remove link to missing docs - #27075, thanks @JReinhold!
  • React: Support v19 betas in peer dependencies - #26960, thanks @JReinhold!
  • Tags: Add project tags, negation, dev/autodocs/test system tags - #26634, thanks @shilman!
  • UI: Fix panel layout resizing do not apply when done too fast - #26460, thanks @jorge-ji!

jorge-ji and others added 30 commits March 12, 2024 19:57
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.
- API reference
- Guide
- CLI options
- Providers
    - Configuring mocked providers with parameters
- Network requests
    - Bad link
- Modules
    - Better mock files section
    - Using mocked files in stories
- Warning for absolute imports & mocking
- Module aliases
- Subpath imports
- Mocking modules
- `@storybook/nextjs/cache.mock` module API
- 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
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
- 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
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from a2c9d40 to 1e9d054 Compare May 7, 2024 16:36
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from 1e9d054 to 9383e79 Compare May 7, 2024 16:48
Dependencies: Upgrade `ejs` to `3.1.10`
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from 9383e79 to 02d0ec9 Compare May 7, 2024 18:13
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from 02d0ec9 to 86fdbd2 Compare May 7, 2024 19:04
UI: Fix panel layout resizing do not apply when done too fast
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from 86fdbd2 to 48b0198 Compare May 7, 2024 22:11
@shilman shilman added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels May 8, 2024
Copy link

nx-cloud bot commented May 8, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e19d316. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from ad526ee to cb841eb Compare May 9, 2024 09:44
@github-actions github-actions bot changed the title Release: Prerelease 8.1.0-alpha.9 Release: Preminor beta 8.2.0-beta.0 May 9, 2024
@storybook-bot storybook-bot force-pushed the version-non-patch-from-8.1.0-alpha.8 branch from cb841eb to e19d316 Compare May 9, 2024 10:59
@github-actions github-actions bot changed the title Release: Preminor beta 8.2.0-beta.0 Release: Prerelease beta 8.1.0-beta.0 May 9, 2024
@JReinhold JReinhold merged commit fb999ef into next-release May 9, 2024
102 checks passed
@JReinhold JReinhold deleted the version-non-patch-from-8.1.0-alpha.8 branch May 9, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet