Skip to content

2.2.0

Compare
Choose a tag to compare
@Skyleen77 Skyleen77 released this 29 Feb 18:08
· 127 commits to main since this release

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: or tel:
  • 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