Commit 3ec34f2
committed
chore(release): 17.32.0 [skip ci]
# [17.32.0](v17.31.0...v17.32.0) (2025-03-17)
### Bug Fixes
* **json-crdt:** 🐛 correct Log.undo() for LWW nodes ([c90a0a7](c90a0a7))
### Features
* **json-crdt-extensions:** 🎸 report insertion spans from Editor ([ce6cbac](ce6cbac))
* **json-crdt-peritext-ui:** 🎸 add history trackign to more events ([45759a1](45759a1))
* **json-crdt-peritext-ui:** 🎸 add undo/redo top toolbar buttons ([91d117a](91d117a))
* **json-crdt-peritext-ui:** 🎸 adjust cursor on text insert/delte undo/redo ([a0c565e](a0c565e))
* **json-crdt-peritext-ui:** 🎸 cleanup undo history implementations ([893d6d3](893d6d3))
* **json-crdt-peritext-ui:** 🎸 implement history redo method ([c777adf](c777adf))
* **json-crdt-peritext-ui:** 🎸 implement in-memory undo manager ([38978f9](38978f9))
* **json-crdt-peritext-ui:** 🎸 improve undo manager integration ([d494e05](d494e05))
* **json-crdt-peritext-ui:** 🎸 introduce history undo/redo annals event ([d95814a](d95814a))
* **json-crdt-peritext-ui:** 🎸 print debug text for annals controller ([bcaed96](bcaed96))
* **json-crdt-peritext-ui:** 🎸 progress on undo manager implementation ([0e9e083](0e9e083))
* **json-crdt-peritext-ui:** 🎸 save selection and restore it ([3350468](3350468))
* **json-crdt-peritext-ui:** 🎸 setup new undo controller ([53b50fa](53b50fa))
* **json-crdt-peritext-ui:** 🎸 update undo setup ([b6f1119](b6f1119))
* **json-crdt:** 🎸 add ability to replay log until patch non-inclusively ([6770ffc](6770ffc))
* **json-crdt:** 🎸 add ability to retireve a partial view of as span in RGA ([80603ae](80603ae))
* **json-crdt:** 🎸 allow immediate drain on autoflush ([a7a2e76](a7a2e76))
* **json-crdt:** 🎸 implement .prevId() utility ([5905bfd](5905bfd))
* **json-crdt:** 🎸 implement "arr" node undo ([d6d564d](d6d564d))
* **json-crdt:** 🎸 implement "bin" node deletion undo ([c33a0a5](c33a0a5))
* **json-crdt:** 🎸 implement string deletion undo in Log ([348ab2c](348ab2c))
* **json-crdt:** 🎸 improve Log construction API ([29633d4](29633d4))
* **json-crdt:** 🎸 start .undo() implementation ([d34dca8](d34dca8))
### Performance Improvements
* **json-crdt-peritext-ui:** ⚡️ do not track of undo element text length ([7844476](7844476))1 parent 61aea75 commit 3ec34f2
2 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
1 | 40 | | |
2 | 41 | | |
3 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments