Skip to content

Releases: Skyleen77/bprogress

2.3.4

06 Mar 15:52
Compare
Choose a tag to compare

Fix props types with withSuspense wrapper

2.3.2

04 Mar 17:20
Compare
Choose a tag to compare

Fix:

  • Blob link are no longer affected

2.3.1

01 Mar 22:28
Compare
Choose a tag to compare

2.3.0

01 Mar 17:59
Compare
Choose a tag to compare

Fixes :

  • do not trigger the progress bar for a simple hash change
  • other fixes...

Features :

  • add startPosition props
  • add startPosition parameter to the router

2.2.0

29 Feb 18:08
Compare
Choose a tag to compare

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

2.1.2

15 Aug 08:20
Compare
Choose a tag to compare

Skip ctrl + click

2.1.0

07 Aug 17:31
Compare
Choose a tag to compare

Update useRouter:

  • Add progress bar in router.back() with next-nprogress-bar router
  • Add showProgressBar option in router.push and router.back to disable progress bar
  • Disable the progress bar when you push in the same URL

2.0.3

16 Jul 09:51
Compare
Choose a tag to compare

Fix anchors without href attribut plus skipping anchors with target="_blank"

2.0.2

04 Jul 12:40
Compare
Choose a tag to compare

Fix app directory router

2.0.1

04 Jul 11:51
Compare
Choose a tag to compare

Add migrate documentation in the README.md