react-semaphor 0.0.453 → 0.0.454
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/package.json +3 -3
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
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"email": "support@semaphor.cloud"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.454",
|
|
9
9
|
"description": "Fully interactive and customizable dashboards for your apps.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"zustand": "^4.4.7"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
|
-
"react": "^18.0.0
|
|
109
|
-
"react-dom": "^18.0.0
|
|
108
|
+
"react": "^18.0.0",
|
|
109
|
+
"react-dom": "^18.0.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@microsoft/api-extractor": "^7.52.1",
|