Skip to content

Releases: ndungtse/next13-progressbar

v1.2.1

22 Feb 18:35
Compare
Choose a tag to compare
  • [Fix]: issue #25 showing endless progressbar on a link with other target other than _blank. Credits to @johannbuscail.
  • [Feat]: progress bar doesn't also show on email and telephone link.

v1.2.0

09 Feb 09:21
Compare
Choose a tag to compare
  • [Feat] Include Suspense within the library to allow build of next >= 14.1.0 to to build successfully.
    Regarding issues #22 and #24
  • [Ref] Refactor code to remove unnecessary files.
  • [Ref] Add default export of Next13ProgressBar from the package.
    i.e:
    import Next13ProgressBar from 'next13-progressbar';
    can now be used.

v1.1.3

01 Jan 14:21
Compare
Choose a tag to compare
  • fix #12 Show progress on query param change with useRouter. Thanks to @mehdiraized
  • [demo] add search params route on demo

v1.1.2

28 Dec 11:13
Compare
Choose a tag to compare
  • [fix] fixed issue #10 . Now progressbar is shown on router.replace()
  • [example] Added example for replace in web demo.

v1.1.1

27 Nov 06:06
Compare
Choose a tag to compare

v1.1.1

  • Fix Option/alt shift + click to download page and open link in new tab make current tab show loading forever
  • (misc) add github packages workflow.

v1.1.0

15 Nov 12:02
Compare
Choose a tag to compare

v1.1.0

  • Fix Ctrl + click to open link in new tab make current tab show loading forever #6
  • Remove Link export from package.
  • (docs) fix next.js context api link.

v1.0.2

02 Aug 20:33
Compare
Choose a tag to compare

Fix issue #2

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Aug 13:30
Compare
Choose a tag to compare

Major Changes:

  • Introducing useRouter hook to programtically navigate to routes.
  • You can now use new <Next13ProgressBar /> to inject in providers.tsx without full wrapping NProvider
  • NProvider became deprecated as it required unnecessary wrapping to children
  • smooth increment of the progressbar
    Full Changelog: v0.1.2...v1.0.1

v0.1.2

29 Jun 14:11
Compare
Choose a tag to compare

Changes

  • Add support to next/link component to ease the configuration

Full Changelog: v0.1.0...v0.1.2

v0.1.0

29 Jun 13:21
Compare
Choose a tag to compare