Skip to content

Commit 2e2abbf

Browse files
committed
updated to version v1.5.3
1 parent 4ef47d0 commit 2e2abbf

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,17 @@
6262
### Fixed
6363

6464
- Fixed spelling for increment. And updated the README.
65+
66+
## v1.5.3
67+
68+
### Added
69+
70+
- Added template option (#30)
71+
- Added the provision to configure z index via props (#26)
72+
73+
## Fixed
74+
75+
- Fixed loader infinity when press control click - issue (#36) fixed by pr (#40)
76+
- Fixed Unexpected symbol "?" on Safari 12.1 by adding es6 as target (#23)
77+
- Fixed the loader when href is empty
78+
- Fixed the loader for new URL starts with "blob:"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
7777
shadow="0 0 10px #2299DD,0 0 5px #2299DD"
7878
template='<div class="bar" role="bar"><div class="peg"></div></div>
7979
<div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'
80+
zIndex={1600}
8081
/>
8182
```
8283

@@ -90,6 +91,11 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
9091
- `showSpinner`: to show spinner or not.
9192
- `shadow`: a smooth shadow for the TopLoader. (set to `false` to disable it)
9293
- `template`: to include custom HTML attributes for the TopLoader.
94+
- `zIndex`: defines zIndex for the TopLoader.
95+
96+
---
97+
98+
UPI ID: sgj@apl
9399

94100
[![Sponsor me on GitHub](https://img.shields.io/badge/Sponsor%20me%20on-GitHub-brightgreen)](https://github.com/sponsors/TheSGJ)
95101

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "1.4.3",
3+
"version": "1.5.3",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)