react-semaphor 0.0.37719 → 0.1.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.
- package/CHANGELOG.md +54 -0
- package/dist/chunks/dashboard-plus-BDQLhRLH.js +270 -0
- package/dist/chunks/dashboard-plus-CuVaDeqE.js +20277 -0
- package/dist/chunks/index-CsQT_gTd.js +980 -0
- package/dist/chunks/index-opTTQPdi.js +102557 -0
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +4 -2
- package/dist/index.cjs +6 -1
- package/dist/index.js +238 -35
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +4 -2
- package/dist/types/dashboard.d.ts +742 -21
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.js +8 -1
- package/dist/types/main.d.ts +1410 -64
- package/dist/types/surfboard.d.ts +741 -20
- package/dist/types/types.d.ts +741 -20
- package/package.json +39 -16
- package/dist/chunks/index-B2UB5v7l.js +0 -411
- package/dist/chunks/index-CaTx9ujK.js +0 -192
- package/dist/chunks/index-DXddLbEP.js +0 -64003
- package/dist/chunks/index-DybOvW7V.js +0 -6117
- package/dist/chunks/lucide-react-BInWIJ_d.js +0 -27626
- package/dist/chunks/lucide-react-DCVg_bGB.js +0 -7321
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
---
|
|
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
|
+
|
|
27
|
+
## [0.0.95] - 2025-03-26
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- useTextFilter hook
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- Default Styles
|
|
36
|
+
|
|
37
|
+
## [0.0.92] - 2025-03-24
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- Security Enhancements
|
|
42
|
+
- Dashboard customization options
|
|
43
|
+
- Scheduled Reports
|
|
44
|
+
- Enhanced Assistant
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Table layout
|
|
49
|
+
- Frame Tabs
|
|
50
|
+
- Assistant location
|
|
51
|
+
|
|
52
|
+
### Fixed
|
|
53
|
+
|
|
54
|
+
- Custom Config for visuals
|