Skip to content

Commit f13ae37

Browse files
committed
chore: bump version to 2.10.0
1 parent 0614685 commit f13ae37

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to BluePLM will be documented in this file.
44

5+
## [2.10.0] - 2025-12-18
6+
7+
### Added
8+
- **Cascading sidebar panels**: Replaced tooltip submenus with elegant cascading sidebar panels for better navigation and module access
9+
- **Extended sidebar customization**: Full drag-and-drop customization of sidebar modules with custom groups
10+
- **Custom groups**: Create, edit, and organize modules into custom groups with parent selector dropdown
11+
12+
### Changed
13+
- **Module dependencies display**: Simplified to inline, greyed-out style for cleaner appearance
14+
- **Icon system**: Unified icon lookup to use LucideIcons consistently throughout the app
15+
- **Group edit button**: Changed to pencil icon for better clarity
16+
17+
### Fixed
18+
- **Drag-drop reliability**: Eliminated dead zones in drag-drop by using gap-based positioning
19+
- **Cascading sidebar behavior**: Prevent premature closing, position panels relative to hovered item
20+
- **Submenu item sizing**: Match cascading submenu items to parent menu sizing
21+
- **Group drag behavior**: Dragging a group now properly moves its child modules
22+
- **Left-aligned sidebar text**: Restored and added rule to prevent future changes
23+
24+
---
25+
526
## [2.9.7] - 2025-12-18
627

728
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-plm",
3-
"version": "2.9.7",
3+
"version": "2.10.0",
44
"description": "Product Lifecycle Management for everyone who builds",
55
"main": "dist-electron/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)