2.2.0
Fixes :
- wrap AppProgressBar in a Suspense to fix the errors :
- useSearchParams() should be wrapped in a suspense boundary at page "/".
- deopted into client-side rendering
- dont show nprogress bar when the href is
mailto:
ortel:
- show nprogress bar on query param change with useRouter
- other small fixes...
Features :
- display nprogress bar on the router.replace()
- add
data-disable-nprogress={true}
to disable nprogress bar on a specific link - add the prop shouldCompareComplexProps
- add the prop targetPreprocessor
- implement support for links inside
<svg>
- doc update