Skip to content

Commit 2e46bf9

Browse files
committed
fixed typo in template value in prop type table in README
1 parent 3982df8 commit 2e46bf9

File tree

5 files changed

+27
-17
lines changed

5 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,13 @@
177177
### Fixed
178178

179179
- Fixed typo in template value and shadow value in prop type table in README
180+
181+
## v3.6.15
182+
183+
### Updated
184+
185+
- Updated copyright year in LICENSE
186+
187+
### Fixed
188+
189+
- Fixed typo in template value in prop type table in README

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Shri Ganesh Jha
3+
Copyright (c) 2024 Shri Ganesh Jha
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,20 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
160160

161161
#### `NextTopLoaderProps` (props passed to the TopLoader)
162162

163-
| **Name** | **Type** | **Default Value** |
164-
| ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
165-
| `color` | `string` | `"#2299DD"` |
166-
| `initialPosition` | `number` | `0.08` |
167-
| `crawlSpeed` | `number` | `200` |
168-
| `height` | `number` | `3` |
169-
| `crawl` | `boolean` | `true` |
170-
| `showSpinner` | `boolean` | `true` |
171-
| `easing` | `string` | `"ease"` |
172-
| `speed` | `number` | `200` |
173-
| `shadow` | `string \| false` | `"0 0 10px #2299DD,0 0 5px #2299DD"` |
174-
| `template` | `string` | `<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>` |
175-
| `zIndex` | `number` | `1600` |
176-
| `showAtBottom` | `boolean` | `false` |
163+
| **Name** | **Type** | **Default Value** |
164+
| ----------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
165+
| `color` | `string` | `"#2299DD"` |
166+
| `initialPosition` | `number` | `0.08` |
167+
| `crawlSpeed` | `number` | `200` |
168+
| `height` | `number` | `3` |
169+
| `crawl` | `boolean` | `true` |
170+
| `showSpinner` | `boolean` | `true` |
171+
| `easing` | `string` | `"ease"` |
172+
| `speed` | `number` | `200` |
173+
| `shadow` | `string \| false` | `"0 0 10px #2299DD,0 0 5px #2299DD"` |
174+
| `template` | `string` | `"<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>"` |
175+
| `zIndex` | `number` | `1600` |
176+
| `showAtBottom` | `boolean` | `false` |
177177

178178
## Contributors
179179

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesgj/nextjs-toploader",
3-
"version": "3.6.14",
3+
"version": "3.6.15",
44
"exports": "./src/index.tsx",
55
"compilerOptions": {
66
"jsx": "react-jsx",

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": "3.6.14",
3+
"version": "3.6.15",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)