Skip to content

Release: Patch 9.0.11#31795

Closed
github-actions[bot] wants to merge 6 commits into
latest-releasefrom
version-patch-from-9.0.10
Closed

Release: Patch 9.0.11#31795
github-actions[bot] wants to merge 6 commits into
latest-releasefrom
version-patch-from-9.0.10

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 17, 2025

This is an automated pull request that bumps the version from 9.0.10 to 9.0.11.
Once this pull request is merged, it will trigger a new release of version 9.0.11.
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: Angular: Tailwind 4 compatibility #31759
  • 🐛 Bug: Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 #31772
  • 🐛 Bug: Addons: Use chromatic-com/storybook without version specifier #31627
  • 🐛 Bug: React Native: Fix window event listeners that dont exist on rn #31780
  • 📝 Documentation: Docs: Recommend Vitest addon instead of Portable stories in Vitest #31712

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

9.0.11

  • Addons: Use chromatic-com/storybook without version specifier - #31627, thanks valentinpalkovic!
  • Angular: Tailwind 4 compatibility - #31759, thanks valentinpalkovic!
  • Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks guysenpai!
  • React Native: Fix window event listeners that dont exist on rn - #31780, thanks dannyhw!

Greptile Summary

Patch release 9.0.11 with focused bug fixes across Angular, React Native, and addon integrations.

  • Fixed Angular 20 compatibility by supporting both experimental and stable zoneless APIs in code/frameworks/angular/src/client/angular-beta/utils/Zoneless.ts
  • Added Tailwind 4 support for Angular by implementing PostCSS plugin architecture workaround in code/frameworks/angular/src/server/angular-cli-webpack.js
  • Fixed React Native environment crashes by adding optional chaining for window event listeners in code/core/src/preview-api/modules/preview-web/render/StoryRender.ts
  • Removed version specifier constraints for @chromatic-com/storybook package to improve dependency flexibility
  • Updated documentation to recommend Vitest addon over Portable Stories in docs/api/portable-stories/portable-stories-vitest.mdx

valentinpalkovic and others added 6 commits June 17, 2025 07:16
…4-support

Angular: Tailwind 4 compatibility
(cherry picked from commit d8996e3)
Angular: fix Storybook experimentalZoneless is not compatible with Angular 20
(cherry picked from commit 6703f2e)
…-vitest

Docs: Recommend Vitest addon instead of Portable stories in Vitest
(cherry picked from commit 13db115)
…n-of-chromatic-com-storybook

Addons: Use chromatic-com/storybook without version specifier
(cherry picked from commit 76f1eca)
…eact-native

React Native: Fix window event listeners that dont exist on rn

(cherry picked from commit cc73ef3)
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jun 17, 2025
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

10 files reviewed, no comments
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants