- put styles inside of
head
tag
- Use
React.memo
for better performance - Allow passing custom css tag in props
- Properly handle
routeChangeError
event
- 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
next
version to 11.0.0 indevDependencies
.