@lightspeed/crane-api 2.3.0 → 2.3.1
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 +13 -0
- package/dist/index.d.mts +952 -4193
- package/dist/index.d.ts +952 -4193
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/types.d.ts +55 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.3.1 - 2026-05-11
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Add `OverlayType` enum.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Correct design data interface types after global resolution: color uses Color, font uses string, size uses number.
|
|
12
|
+
- Prevent malformed global font references from crashing design rendering.
|
|
13
|
+
- Make the `borderInfo` property optional for image content settings.
|
|
14
|
+
- Treat empty textarea content as missing when computing `hasContent`
|
|
15
|
+
|
|
3
16
|
## 2.3.0 - 2026-04-20
|
|
4
17
|
|
|
5
18
|
### Added
|