semaphor 0.0.95 → 0.0.96
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/dist/chunks/{index-0MEcYsnu.js → index-B2_LiBan.js} +24456 -18446
- package/dist/chunks/index-DzbI-g5k.js +386 -0
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +4 -2
- package/dist/index.cjs +117 -67
- package/dist/index.js +5552 -3890
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -0
- package/dist/types/dashboard.d.ts +83 -1
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.js +8 -1
- package/dist/types/main.d.ts +160 -16
- package/dist/types/surfboard.d.ts +83 -1
- package/dist/types/types.d.ts +83 -1
- package/package.json +5 -1
- package/dist/chunks/index-Bbfo9qsA.js +0 -369
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [0.0.96] - 2025-04-26
|
|
8
|
+
|
|
9
|
+
## Fixed
|
|
10
|
+
|
|
11
|
+
- Table header layout shift and scroll overlay
|
|
12
|
+
- Grouped Range Chart bug
|
|
13
|
+
- KPI color indicator
|
|
14
|
+
- Text (Title) editor
|
|
15
|
+
|
|
16
|
+
## Changed
|
|
17
|
+
|
|
18
|
+
- Chart Setting Location for Legend and Format Number
|
|
19
|
+
|
|
20
|
+
## Added
|
|
21
|
+
|
|
22
|
+
- Funnel Chart
|
|
23
|
+
- Default Dashboard Filters
|
|
24
|
+
- ClickHouse support
|
|
25
|
+
- Python support for Dashboard Assistant
|
|
26
|
+
|
|
7
27
|
## [0.0.95] - 2025-03-26
|
|
8
28
|
|
|
9
29
|
### Fixed
|