|
1 |
| -## [0.3.0-dev.19] - Feb 11, 2024 |
| 1 | +## [0.3.0-dev.20] - Mar 7, 2025 |
| 2 | + * FIX: Keyboard safe area rare layout exception due to dirty ancestor layout. |
| 3 | + |
| 4 | +## [0.3.0-dev.19] - Feb 11, 2025 |
2 | 5 | * FIX: Immutability error in the spelling and grammar styler.
|
3 | 6 | * ADJUSTMENT: Upgrade to `attributed_text` `v0.4.4` (with some fixes to inline placeholders).
|
4 | 7 |
|
5 |
| -## [0.3.0-dev.18] - Jan 30, 2024 |
| 8 | +## [0.3.0-dev.18] - Jan 30, 2025 |
6 | 9 | * ADJUSTMENT: Upgrade to `attributed_text` `v0.4.3` (with fixes to per-character lookup).
|
7 | 10 |
|
8 |
| -## [0.3.0-dev.17] - Jan 28, 2024 |
| 11 | +## [0.3.0-dev.17] - Jan 28, 2025 |
9 | 12 | * FEATURE: Inline widgets for `SuperTextField`.
|
10 | 13 | * FIX: `SuperEditor`: Selecting text with inline widgets and toggling styles deleted the inline widgets.
|
11 | 14 | * FIX: Caret place wrong with RTL languages.
|
12 | 15 | * FIX: Crash when selecting in an empty paragraph with a selection color strategy.
|
13 | 16 | * FIX: Backspace to un-indent on Web.
|
14 | 17 | * ADJUSTMENT: Tasks are rendered by default in `SuperReader`.
|
15 | 18 |
|
16 |
| -## [0.3.0-dev.16] - Jan 24, 2024 |
| 19 | +## [0.3.0-dev.16] - Jan 24, 2025 |
17 | 20 | * FIX: `KeyboardScaffoldSafeArea` in rare circumstances was trying to use `NaN` for bottom insets.
|
18 | 21 | * FIX: On Safari/Firefox, double tapping on text closing the IME connection.
|
19 | 22 |
|
20 |
| -## [0.3.0-dev.15] - Jan 17, 2024 |
| 23 | +## [0.3.0-dev.15] - Jan 17, 2025 |
21 | 24 | * FEATURE: Spellcheck for mobile (when using the `super_editor_spellcheck` plugin).
|
22 | 25 | * ADJUSTMENT: Upgrade to `attributed_text` `v0.4.2` (with some fixes to inline placeholders).
|
23 | 26 |
|
24 |
| -## [0.3.0-dev.14] - Jan 14, 2024 |
| 27 | +## [0.3.0-dev.14] - Jan 14, 2025 |
25 | 28 | * FIX: `KeyboardScaffoldSafeArea` breaks and defers to `MediaQuery` when there's only one in the tree.
|
26 | 29 |
|
27 |
| -## [0.3.0-dev.13] - Jan 10, 2024 |
| 30 | +## [0.3.0-dev.13] - Jan 10, 2025 |
28 | 31 | * BREAKING: All `DocumentNode`s are now immutable. To change a node, it must be copied and replaced.
|
29 | 32 | * BREAKING: Newline insertion behavior is now configurable.
|
30 | 33 | * All newlines are inserted with explicit `EditRequest`s, e.g., `InsertNewlineRequest`, `InsertSoftNewlineRequest`.
|
|
0 commit comments