Skip to content

Commit

Permalink
feat: next.js v15 support (#87)
Browse files Browse the repository at this point in the history
* feat: next v15 support

* chore: minor cleanups
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent d634071 commit d906493
Show file tree
Hide file tree
Showing 10 changed files with 1,003 additions and 1,362 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-kids-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-use-contextual-routing': minor
---

feat: support Next.js v15
5 changes: 5 additions & 0 deletions .changeset/three-panthers-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'next-use-contextual-routing': major
---

refactor: drop support for Next.js v13/v14
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ The path to return to to close contextual navigation.
| v2.2.0 | v9.X -> v12.X |
| v3.0.0 | v13.X |
| v3.2.0 + | v13.X -> v14.X |
| v4.0.0 + | v15.X |

## Notes

Expand Down
2 changes: 1 addition & 1 deletion demo/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit d906493

Please sign in to comment.