File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.0-dev.19] - Feb 11, 2024
2
+ * FIX: Immutability error in the spelling and grammar styler.
3
+ * ADJUSTMENT: Upgrade to ` attributed_text ` ` v0.4.4 ` (with some fixes to inline placeholders).
4
+
1
5
## [ 0.3.0-dev.18] - Jan 30, 2024
2
6
* ADJUSTMENT: Upgrade to ` attributed_text ` ` v0.4.3 ` (with fixes to per-character lookup).
3
7
Original file line number Diff line number Diff line change 1
1
name : super_editor
2
2
description : Configurable, composable, extensible text editor and document renderer for Flutter.
3
- version : 0.3.0-dev.18
3
+ version : 0.3.0-dev.19
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
funding :
6
6
- https://flutterbountyhunters.com
@@ -29,7 +29,7 @@ dependencies:
29
29
flutter :
30
30
sdk : flutter
31
31
32
- attributed_text : ^0.4.3
32
+ attributed_text : ^0.4.4
33
33
characters : ^1.3.0
34
34
collection : ^1.15.0
35
35
follow_the_leader : ^0.0.4+8
@@ -48,11 +48,11 @@ dependencies:
48
48
flutter_test_robots : ^0.0.24
49
49
clock : ^1.1.1
50
50
51
- dependency_overrides :
52
- # Override to local mono-repo path so devs can test this repo
53
- # against changes that they're making to other mono-repo packages
54
- attributed_text :
55
- path : ../attributed_text
51
+ # dependency_overrides:
52
+ # # Override to local mono-repo path so devs can test this repo
53
+ # # against changes that they're making to other mono-repo packages
54
+ # attributed_text:
55
+ # path: ../attributed_text
56
56
# super_text_layout:
57
57
# path: ../super_text_layout
58
58
You can’t perform that action at this time.
0 commit comments