You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,29 @@
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
5
5
6
+
## 1.0.1 (2025-01-14)
7
+
8
+
### Bug Fixes
9
+
10
+
- Fixed layout bug causing white square to appear at the top of blueprint containers
11
+
- Resolved height rendering issue by removing fixed height constraints
12
+
13
+
### Features
14
+
15
+
- Added configurable rendering height setting in plugin settings
16
+
- Implemented draggable height resizer for blueprint containers
17
+
- Added minimum and maximum height constraints for better UX
18
+
- Enhanced drag handle with Unreal Engine blueprint-style design
19
+
- Added smooth hover animations and visual feedback for resize controls
20
+
21
+
### Improvements
22
+
23
+
- Blueprint containers now auto-adapt to content height
24
+
- Resize handle appears on hover with smooth opacity transitions
25
+
- Added plugin settings panel for customizing default dimensions
26
+
- Improved container hierarchy to prevent rendering conflicts
0 commit comments