|
| 1 | +## [0.3.0-dev.3] - Aug 16, 2024 |
| 2 | + * DEPENDENCY: Upgraded `super_text_layout` to `v0.1.11`. |
| 3 | + * BREAKING: Remove `nodes` list from `Document` API in preparation for immutable `Document`s. |
| 4 | + * BREAKING: When inserting new nodes, make copies of the provided nodes instead of |
| 5 | + retaining the original node, so that undo/redo can restore the original state. |
| 6 | + * FEATURE: Undo/redo (partial implementation, off by default). |
| 7 | + * FEATURE: Can apply arbitrary underline decorations to text in documents. |
| 8 | + * ADJUSTMENT: Deprecated `document` and `composer` properties of `SuperEditor` - they're not read |
| 9 | + directly from the `Editor`. |
| 10 | + * ADJUSTMENT: Added extension methods on `Editor` to access `document` and `composer` directly. |
| 11 | + * ADJUSTMENT: Selection-by-word on Android. |
| 12 | + * ADJUSTMENT: Mobile text selection handle appearance. |
| 13 | + * ADJUSTMENT: Dragging to change selection on Android plays haptic feedback. |
| 14 | + * FIX: Crash on long press over non-text node. |
| 15 | + * FIX: Caret was blinking while being dragged (should stop blinking). |
| 16 | + * FIX: Crash when merging paragraphs (Mac). |
| 17 | + * FIX: Exception thrown when pressing ESC while composing an action tag. |
| 18 | + * FIX: Vertical scrolling on multi-line `SuperTextField` now works. |
| 19 | + * FIX: List item component styles are respected when the stylesheet doesn't specify |
| 20 | + list item styles. |
| 21 | + * FIX: Horizontal drag and editor scrolling. |
| 22 | + |
1 | 23 | ## [0.3.0-dev.2] - July 2, 2024
|
2 | 24 | * DEPENDENCY: Upgraded `attributed_text` to `v0.3.2`.
|
3 | 25 | * FEATURE: Tasks can now be indented.
|
|
0 commit comments