aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.44k stars 2.13k forks source link

feat(adapter-nextjs): support next.js 15 #13947

Open HuiSF opened 1 month ago

HuiSF commented 1 month ago

Description of changes

Issue #, if available

https://github.com/aws-amplify/amplify-js/issues/13924

Description of how you validated changes

  1. npx next build
  2. unit tests
  3. automated e2e tests with a sample app that uses Next.js v15
  4. automated e2e tests with a smaple app that uses Next.js v14 (backwards compatibility)
  5. manual testing

Checklist

Checklist for repo maintainers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.