Releases: ndungtse/next13-progressbar
Releases · ndungtse/next13-progressbar
v1.2.2
v1.2.1
v1.2.0
- [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:can now be used.import Next13ProgressBar from 'next13-progressbar';
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
v1.0.1
Major Changes:
- Introducing
useRouter
hook to programtically navigate to routes. - You can now use new
<Next13ProgressBar />
to inject inproviders.tsx
without full wrappingNProvider
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
Changes
- Add support to
next/link
component to ease the configuration
Full Changelog: v0.1.0...v0.1.2