@furystack/shades-lottie 9.0.0 → 9.0.2
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/CHANGELOG.md +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.0.2] - 2026-03-19
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- Bumped `@furystack/shades` and `@furystack/core` dependencies.
|
|
8
|
+
- 9.0.0 breaking change: `shadowDomName` renamed to `customElementName`.
|
|
9
|
+
|
|
10
|
+
### ⬆️ Dependencies
|
|
11
|
+
|
|
12
|
+
- Upgraded `vite` from ^7.3.1 to ^8.0.0 for improved build performance and new features
|
|
13
|
+
- Upgraded `vitest` from ^4.0.18 to ^4.1.0
|
|
14
|
+
- Upgraded `@vitest/coverage-istanbul` from ^4.0.18 to ^4.1.0
|
|
15
|
+
|
|
16
|
+
## [9.0.1] - 2026-03-10
|
|
17
|
+
|
|
18
|
+
### ⬆️ Dependencies
|
|
19
|
+
|
|
20
|
+
- Bumped `@furystack/shades` dependency
|
|
21
|
+
- Updated `@furystack/core` dependency to the new major version
|
|
22
|
+
|
|
3
23
|
## [9.0.0] - 2026-03-07
|
|
4
24
|
|
|
5
25
|
### ⬆️ Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@furystack/shades-lottie",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Lottie animation player wrapper for FuryStack Shades",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"homepage": "https://github.com/furystack/furystack",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"typescript": "^5.9.3",
|
|
41
|
-
"vitest": "^4.0
|
|
41
|
+
"vitest": "^4.1.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@furystack/shades": "^13.
|
|
44
|
+
"@furystack/shades": "^13.1.1",
|
|
45
45
|
"@lottiefiles/lottie-player": "^2.0.12"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|