@furystack/shades-lottie 7.0.35 → 8.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.0] - 2026-02-09
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Updated peer dependency `@furystack/shades` to latest minor version
8
+ - Updated peer dependency `@furystack/shades` to new major version
9
+ - Updated `@furystack/shades` dependency with microtask-based batched rendering
10
+ - Updated `@furystack/*` dependencies
11
+ - Peer dependency on `@furystack/shades` bumped to new major version
12
+ - Updated `@furystack/shades` dependency
13
+
14
+ ### 💥 Breaking Changes
15
+
16
+ ### Requires `@furystack/shades` v3
17
+
18
+ This package now depends on the new major version of `@furystack/shades` which removed the `constructed` callback from the Shade API.
19
+
20
+ ### Peer Dependency Bump
21
+
22
+ Updated peer dependency on `@furystack/shades` to the new major version with VNode-based rendering. No API changes in this package.
23
+
24
+ ## [7.0.36] - 2026-02-01
25
+
26
+ ### ⬆️ Dependencies
27
+
28
+ - Updated peer dependency `@furystack/shades` to include new CSS styling features
29
+
3
30
  ## [7.0.35] - 2026-01-26
4
31
 
5
32
  ### 🔧 Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-lottie",
3
- "version": "7.0.35",
3
+ "version": "8.0.0",
4
4
  "description": "Lottie animation player wrapper for FuryStack Shades",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -41,7 +41,7 @@
41
41
  "vitest": "^4.0.17"
42
42
  },
43
43
  "dependencies": {
44
- "@furystack/shades": "^11.0.35",
44
+ "@furystack/shades": "^12.0.0",
45
45
  "@lottiefiles/lottie-player": "^2.0.12"
46
46
  },
47
47
  "engines": {