@luckydraw/cumulus 0.30.1 → 0.30.3
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 +8 -0
- package/dist/gateway/static/blex.min.js +77 -50
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.30.3
|
|
4
|
+
|
|
5
|
+
- Updated @luckydraw/blex to 0.1.11 (clean rebuild with Option C styling + light background fix for branch blocks)
|
|
6
|
+
|
|
7
|
+
## v0.30.2
|
|
8
|
+
|
|
9
|
+
- Updated @luckydraw/blex to 0.1.11 (stale build artifacts in 0.1.9/0.1.10)
|
|
10
|
+
|
|
3
11
|
## v0.30.1
|
|
4
12
|
|
|
5
13
|
- Updated @luckydraw/blex to 0.1.8 (adds `branch` block type — interactive flowchart navigator)
|