- put styles inside of
headtag
- Use
React.memofor better performance - Allow passing custom css tag in props
- Properly handle
routeChangeErrorevent
- Added nonce support
- Added autocomplete for advanced options
- Fixed react version issue
- Updated README.md's 'How to use' section to be more clear and consise. Also added further context to Default Config.
- Updated Next.js version to v12
- 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.
- Upgraded the
nextversion to 11.0.0 indevDependencies.