astro-loading-indicator
Advanced tools
Comparing version 0.2.0 to 0.3.0
# astro-loading-indicator | ||
## 0.3.0 | ||
### Minor Changes | ||
- 6d06726: Updates implementation to use `swup` instead of `nprogress` | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "astro-loading-indicator", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Display a progress bar between page navigations when using View Transitions", | ||
@@ -30,8 +30,5 @@ "author": { | ||
"dependencies": { | ||
"nprogress": "^0.2.0" | ||
"@swup/progress-plugin": "^3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/nprogress": "^0.2.3" | ||
}, | ||
"scripts": {} | ||
} |
Sorry, the diff of this file is not supported yet
6629
0
+ Added@swup/progress-plugin@^3.1.2
+ Added@swup/plugin@4.0.0(transitive)
+ Added@swup/progress-plugin@3.2.0(transitive)
+ Addeddelegate-it@6.2.1(transitive)
+ Addedopencollective-postinstall@2.0.3(transitive)
+ Addedpath-to-regexp@6.3.0(transitive)
+ Addedswup@4.8.1(transitive)
+ Addedtyped-query-selector@2.12.0(transitive)
- Removednprogress@^0.2.0
- Removednprogress@0.2.0(transitive)