-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Actions stable release #11843
Actions stable release #11843
Conversation
🦋 Changeset detectedLatest commit: 0613a2b The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is blocked because it contains a minor
changeset. A reviewer will merge this at the next release if approved.
@florian-lefebvre I revisited your comment on simplifying the integration. I realized we could do so! I split things up so we have |
48fbd8e
to
6dce616
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just giving Ben more permission to hype it up in the changeset as he sees fit! Errors nicely updated as well! Approving for docs!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some reservations on how we load the actions file, because it adds yet another way to do things.
I don't want to block the PR, but I believe we should address it.
* feat: expose zod from astro:schema * chore: changeset * chore: update release strategy in changeset * fix: move deprecated notice to type def * fix: update config doc reference * chore: remove z from astro:actions * edit: changeset with minor release note remove * wip: increase button click timeouts * Revert "wip: increase button click timeouts" This reverts commit a870bc2. * chore: remove content collections disclaimer * fix: undo biome change * agh tabs * agh newlines * fix: bad docs merge * wip: add back timeout extension * fix(test): astro schema import
967c560
to
8bd3ed4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One little changeset nit, otherwise both changesets are approved by docs!
Actions is one of the many features I love in astro. I couldn't wait for it to be stable and the provided guide is so extensive. I looove it. Thanks to @bholmesdev for tremendous effort on this and other contributors too for this feature. |
Ah, you made my day! Thanks @kenedyolisi |
Changes
This makes Actions stable for v4.15.
experimental
flaggetActionProps()
APIactions/index.ts
file that isn't actions related.Testing
Remove experimental flag and
getActionProps()
from testsDocs
withastro/docs#8980