From 977202f01a863c1e3fc67a57e860bdec3fb33451 Mon Sep 17 00:00:00 2001 From: Andrea Carraro Date: Wed, 3 Jul 2024 14:16:52 +0200 Subject: [PATCH] chore: undeprecate project (#28) --- CHANGELOG.md | 4 ++++ README.md | 7 +------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724bdff..fde9435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.1.0 + +### Undeprecate project + # 3.0.2 ### Deprecate project diff --git a/README.md b/README.md index 5c998a2..5f1fc0e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ -# Next use contextual routing (deprecated) +# Next use contextual routing -[![deprecated](http://badges.github.io/stability-badges/dist/deprecated.svg)](http://github.com/badges/stability-badges) [![Build status][ci-badge]][ci] [![Test coverage report][coveralls-badge]][coveralls] [![Npm version][npm-badge]][npm] [![Bundle size][bundlephobia-badge]][bundlephobia] -## This project is deprecated - -Next.js v13.3 introduced [Parallel Routes and Intercepting Routes](https://nextjs.org/blog/next-13-3#parallel-routes-and-interception) which can natively provide the same functionality of this library. - ## Intro React hook that generates round trip hrefs to enable [contextual routing][next-docs-contextual-routing] for [Next.js][next]. Take a look to the [demo 👈][demo].