semaphor 0.0.94 → 0.0.95
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 +34 -0
- package/dist/chunks/{index-Bxe28vCB.js → index-0MEcYsnu.js} +2004 -1995
- package/dist/chunks/{index-C4q37U5v.js → index-Bbfo9qsA.js} +71 -71
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## [0.0.95] - 2025-03-26
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- useTextFilter hook
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Default Styles
|
|
16
|
+
|
|
17
|
+
## [0.0.92] - 2025-03-24
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- Security Enhancements
|
|
22
|
+
- Dashboard customization options
|
|
23
|
+
- Scheduled Reports
|
|
24
|
+
- Enhanced Assistant
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- Table layout
|
|
29
|
+
- Frame Tabs
|
|
30
|
+
- Assistant location
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
- Custom Config for visuals
|