diff options
author | 2024-05-09 10:47:40 +0000 | |
---|---|---|
committer | 2024-05-09 10:47:40 +0000 | |
commit | 25caca015eb3555107d615616b10b9c024d44f7b (patch) | |
tree | 57c5a87f50f94a382bcb7e62ba6a5a6b88066c72 | |
parent | f5ff4a5180aaa3ee8d88367853c1e71f6ccf04d3 (diff) | |
download | astro-25caca015eb3555107d615616b10b9c024d44f7b.tar.gz astro-25caca015eb3555107d615616b10b9c024d44f7b.tar.zst astro-25caca015eb3555107d615616b10b9c024d44f7b.zip |
[ci] format
-rw-r--r-- | packages/astro/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index bd1a6b9c1..c1d050830 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -75,7 +75,7 @@ > **NOTE**: please [read the RFC](https://github.com/withastro/roadmap/blob/feat/reroute/proposals/0047-rerouting.md) to understand the current expectations of the new APIs. -- [#10858](https://github.com/withastro/astro/pull/10858) [`c0c509b`](https://github.com/withastro/astro/commit/c0c509b6bf3f55562d22297fdcc2b3e57969734d) Thanks [@bholmesdev](<https://github.com/bholmesdev>)! - Adds experimental support for the Actions API. Actions let you define type-safe endpoints you can query from client components with progressive enhancement built in. +- [#10858](https://github.com/withastro/astro/pull/10858) [`c0c509b`](https://github.com/withastro/astro/commit/c0c509b6bf3f55562d22297fdcc2b3e57969734d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Adds experimental support for the Actions API. Actions let you define type-safe endpoints you can query from client components with progressive enhancement built in. Actions help you write type-safe backend functions you can call from anywhere. Enable server rendering [using the `output` property](https://docs.astro.build/en/basics/rendering-modes/#on-demand-rendered) and add the `actions` flag to the `experimental` object: |