Skip to content

Releases: apal21/nextjs-progressbar

v0.0.16

12 Oct 12:26
v0.0.16
8f4959a
Compare
Choose a tag to compare

v0.0.16

  • Use React.memo for better performance
  • Allow passing custom css tag in props

Version 0.0.15

16 Aug 09:27
v0.0.15
41e07e6
Compare
Choose a tag to compare
  • Properly handle routeChangeError event

v0.0.14

26 Feb 18:11
a122fd2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v.0.0.14

Version 0.0.13

29 Oct 09:38
50dbf00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

Version 0.0.12

29 Oct 08:13
Compare
Choose a tag to compare

Updated:

  • Updated README.md's 'How to use' section to be more clear and concise. Also added further context to Default Config.
  • Updated Next.js version to v12

Version 0.0.11

18 Jun 19:52
8cc0946
Compare
Choose a tag to compare

Added:

  • Added next.js version 11.0.0 in package.json peerDependancies.
  • Added color highlight to the code in the README.md file.
  • Added type of showOnShallow of NextNProgress class in index.d.ts.

Updated:

  • Upgraded the next version to 11.0.0 in devDependencies.

NextJS version upgrade

31 Oct 11:43
Compare
Choose a tag to compare
  • Upgraded nextjs to ^10.0.0
  • Added the lastest nextjs version in the peerDependancies.

Added typescript definition

08 Oct 11:00
Compare
Choose a tag to compare
  • Added typescript definition