- d906493: refactor: drop support for Next.js v13/v14
- 51967c2: refactor: compile to ES6
- d906493: feat: support Next.js v15
- 232c3b3: refactor: remove qs-stringify dependency in favour of native URLSearchParams
- 638f4ed: Support next.js v14
- 4b0cd8a: Undeprecate project
- Enable module type in package.json
- Support only Next.js v13+ and React v18+
- Support Next.js v10 -> v12.x
- Widen peerDependencies to include Next.js v10 & v11
contextualHref
replaced bymakeContextualHref
function
- Support navigation with
history.back
and browser's back button - Enable providing extra router params to contextual navigation
href
's
- Replace
query-string
withqs-stringify
(-1.7 kb gzipped)
Initial release