Skip to content

Commit 4de3338

Browse files
committed
Update unreleased.md with widget cursor and reading mode fixes
Added release notes for: - #958: Fixed cursor jumping and layout shifts in live preview - #513: Fixed widgets not appearing in reading mode Acknowledged @thesmithmode and @berzernberg for reporting.
1 parent 23e7517 commit 4de3338

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/releases/unreleased.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,13 @@ Example:
9494
- Prevents ambiguous midnight values in frontmatter that could cause calculation issues
9595
- Thanks to @skoove for reporting
9696

97+
- (#958) Fixed cursor jumping and layout shifts when typing near task card or relationships widgets in live preview
98+
- Converted widgets from CodeMirror Decoration API to DOM manipulation to avoid cursor interaction issues
99+
- Fixed page scrolling and visual jumps when creating new lines near widgets
100+
- Thanks to @thesmithmode for detailed debugging information
101+
102+
- (#513) Fixed task card and relationships widgets not appearing in reading mode (Preview Mode)
103+
- Both widgets now display correctly in reading mode on task notes and project notes
104+
- Fixed critical memory leak where event listeners were never cleaned up
105+
- Thanks to @berzernberg for reporting
106+

0 commit comments

Comments
 (0)