File tree Expand file tree Collapse file tree 4 files changed +97
-388
lines changed
Expand file tree Collapse file tree 4 files changed +97
-388
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [Unreleased]
99
10+ ## [0.2.0] - 2025-06-28
11+
12+ ### Added
13+
14+ - Support for Next.js 15.3+ Link component which no longer uses router.push()
15+ - Comprehensive E2E test suite using Playwright ([#28](https://github.com/LayerXcom/next-navigation-guard/pull/28))
16+ - Support for React 19 ([#18](https://github.com/LayerXcom/next-navigation-guard/pull/18)). @marekventur
17+
18+ ### Fixed
19+
20+ - Fix to use Math.random for jest compatibility ([#17](https://github.com/LayerXcom/next-navigation-guard/pull/17)). @tmtmtoo
21+ - Fix jest import issue ([#14](https://github.com/LayerXcom/next-navigation-guard/pull/14)). @peinguin
22+
1023## [0.1.2] - 2024-12-11
1124
1225### Fixed
@@ -25,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2538
2639- The initial release of next-navigation-guard.
2740
28- [unreleased]: https://github.com/LayerXcom/next-navigation-guard/compare/v0.1.2...HEAD
41+ [unreleased]: https://github.com/LayerXcom/next-navigation-guard/compare/v0.2.0...HEAD
42+ [0.2.0]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.2.0
2943[0.1.2]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.2
3044[0.1.1]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.1
3145[0.1.0]: https://github.com/LayerXcom/next-navigation-guard/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "next" : " 15.3.4 " ,
12+ "next" : " 14.2.0 " ,
1313 "next-navigation-guard" : " link:.." ,
1414 "react" : " ^18" ,
1515 "react-dom" : " ^18"
Original file line number Diff line number Diff line change 11{
22 "name" : " next-navigation-guard" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Navigation Guard for Next.js App Router and Pages Router." ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments