helixevo 0.2.32 → 0.2.33
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to HelixEvo are documented here.
|
|
4
4
|
|
|
5
|
+
## [0.2.32] - 2026-03-23
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Changelog page in dashboard sidebar with document icon link
|
|
9
|
+
- Sidebar footer redesigned: version + "Changelog" link on separate rows
|
|
10
|
+
- CHANGELOG.md included in npm package for dashboard to read
|
|
11
|
+
|
|
12
|
+
## [0.2.31] - 2026-03-23
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- Dashboard `/changelog` page showing full version history
|
|
16
|
+
- Parsed CHANGELOG.md rendered as styled cards with color-coded sections
|
|
17
|
+
- "latest" badge on current version
|
|
18
|
+
- Changelog accessible from sidebar footer
|
|
19
|
+
|
|
5
20
|
## [0.2.30] - 2026-03-23
|
|
6
21
|
|
|
7
22
|
### Fixed
|
package/package.json
CHANGED