File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
packages/react-sketch-canvas Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1010 },
1111 "changesets" : [
1212 " cold-nails-wave" ,
13+ " curly-icons-hear" ,
1314 " famous-onions-brush" ,
1415 " serious-bobcats-burn" ,
1516 " shy-ghosts-poke" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.0.0-next.5
4+
5+ ### Patch Changes
6+
7+ - Fix undo/redo behavior:
8+ - Fix timing issues by moving history update logic into mouse-down/redo/undo/clear functions
9+ - Prevent extra strokes from being recorded during history updates
10+ - Fix bug where canvas couldn't undo to empty state
11+ - Improve loadPath function to properly handle history state
12+ - Add proper history handling when using loadPaths
13+ - Fix reset canvas history logic
14+ - Implement event queue for undo/redo operations
15+ - Fix order of operations in history management
16+ - Add tests for undo behavior after clear and with loadPaths
17+
318## 7.0.0-next.4
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-sketch-canvas" ,
3- "version" : " 7.0.0-next.4 " ,
3+ "version" : " 7.0.0-next.5 " ,
44 "description" : " react-sketch-canvas - Freehand vector drawing tool for React using SVG as canvas" ,
55 "author" : " Vinoth Pandian" ,
66 "homepage" : " https://vinoth.info/react-sketch-canvas" ,
You can’t perform that action at this time.
0 commit comments