ortoni-report 3.0.4 → 4.0.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 +37 -0
- package/dist/index.html +21 -0
- package/dist/ortoni-report.d.mts +2 -12
- package/dist/ortoni-report.d.ts +2 -12
- package/dist/ortoni-report.js +162 -283
- package/dist/ortoni-report.mjs +160 -281
- package/package.json +4 -5
- package/readme.md +26 -33
- package/dist/chunk-AY2PKDHU.mjs +0 -69
- package/dist/chunk-OOALU4XG.mjs +0 -72
- package/dist/chunk-ZSIRUQUA.mjs +0 -68
- package/dist/style/main.css +0 -80
- package/dist/views/analytics.hbs +0 -103
- package/dist/views/head.hbs +0 -11
- package/dist/views/main.hbs +0 -1285
- package/dist/views/project.hbs +0 -238
- package/dist/views/sidebar.hbs +0 -244
- package/dist/views/summaryCard.hbs +0 -15
- package/dist/views/testIcons.hbs +0 -13
- package/dist/views/testPanel.hbs +0 -45
- package/dist/views/testStatus.hbs +0 -9
- package/dist/views/userInfo.hbs +0 -260
package/changelog.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Change Log:
|
|
2
2
|
|
|
3
|
+
## V4.0.0
|
|
4
|
+
|
|
5
|
+
#### 🚨 Breaking Changes
|
|
6
|
+
|
|
7
|
+
- **Theme Settings Removed** – The explicit theme setting option has been removed.
|
|
8
|
+
|
|
9
|
+
- Theme now automatically adapts to the **system default** and persists via **cookies**.
|
|
10
|
+
|
|
11
|
+
- **Chart Type Settings Removed** – Users can no longer switch chart types manually.
|
|
12
|
+
- **Database Redesign** – The database schema has been restructured.
|
|
13
|
+
|
|
14
|
+
- ⚠️ Previous data may not be compatible with this release.
|
|
15
|
+
|
|
16
|
+
#### ✨ New Features & Improvements
|
|
17
|
+
|
|
18
|
+
- **Complete Redesign & Modern Tech Stack**
|
|
19
|
+
|
|
20
|
+
- Migrated frontend to **React**, **shadcn/ui**, **Tailwind CSS**, and **Framer Motion** for smoother UI/UX.
|
|
21
|
+
|
|
22
|
+
- **Reporting Improvements**
|
|
23
|
+
|
|
24
|
+
- Cleaner, more interactive report layouts with improved navigation and accessibility.
|
|
25
|
+
|
|
26
|
+
- **Chart Migration**
|
|
27
|
+
|
|
28
|
+
- Moved from **Chart.js** to **Recharts** for better customization and performance.
|
|
29
|
+
|
|
30
|
+
- **Performance Boost**
|
|
31
|
+
- Significant optimizations across rendering, loading, and interactivity.
|
|
32
|
+
|
|
33
|
+
## v3.0.4
|
|
34
|
+
|
|
35
|
+
#### 🐛 Bug Fixes
|
|
36
|
+
|
|
37
|
+
- Fixed timeZone - #88
|
|
38
|
+
- Fixed markdown open page - #87
|
|
39
|
+
|
|
3
40
|
## v3.0.4
|
|
4
41
|
|
|
5
42
|
#### 🐛 Bug Fixes
|