From a7be700ac2a6c99596aa305752d7ce644be50d50 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Mon, 12 May 2025 14:54:33 -0700 Subject: [PATCH] Clarify docs and remove pre-1.0 caveats --- pages/cloudflare/index.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/cloudflare/index.mdx b/pages/cloudflare/index.mdx index ca9f797..5dcdedd 100644 --- a/pages/cloudflare/index.mdx +++ b/pages/cloudflare/index.mdx @@ -27,15 +27,12 @@ This is an important difference from `@cloudflare/next-on-pages`, which only sup ### Supported Next.js versions -`@opennextjs/cloudflare` is pre 1.0, and still in active development. We intend to support all minor and patch versions of Next.js 15 and the latest minor of Next.js 14. +All minor and patch versions of Next.js 15 and the latest minor of Next.js 14 are supported. To help improve compatibility, we encourage you to [report bugs](https://github.com/opennextjs/opennextjs-cloudflare/issues) and contribute code! ### Supported Next.js features -Some Next.js features are not yet supported are not fully tested. -We will update the list as we progress towards releasing 1.0. - - [x] [App Router](https://nextjs.org/docs/app) - [x] [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers) - [x] [Dynamic routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes)