@shimmer-from-structure/svelte 2.4.3 → 2.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1028,9 +1028,11 @@ The core package contains all DOM measurement logic, while React, Vue, Svelte, A
|
|
|
1028
1028
|
- [ ] Customizable shimmer direction (vertical, diagonal)
|
|
1029
1029
|
- [ ] React Native support
|
|
1030
1030
|
|
|
1031
|
-
## 📚
|
|
1031
|
+
## 📚 Featured In
|
|
1032
1032
|
|
|
1033
1033
|
- <a href="https://neciudan.dev/lets-build-dynamic-shimmer-skeletons" target="_blank" rel="noopener noreferrer">Build your own shimmer skeleton that never goes out of sync</a> - Deep dive blog post on the implementation
|
|
1034
|
+
- <a href="https://svelte.dev/blog/whats-new-in-svelte-march-2026" target="_blank" rel="noopener noreferrer">What's new in Svelte: March 2026</a> - Featured in Svelte's official blog
|
|
1035
|
+
- <a href="https://react.statuscode.com/issues/459" target="_blank" rel="noopener noreferrer">React Status Issue #459</a> - Featured in React Status newsletter
|
|
1034
1036
|
|
|
1035
1037
|
---
|
|
1036
1038
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shimmer-from-structure/svelte",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Svelte adapter for shimmer-from-structure",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"svelte": "^5.53.5"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@shimmer-from-structure/core": "2.4.
|
|
30
|
+
"@shimmer-from-structure/core": "2.4.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|