File tree Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1
- ## [ x.y.z] - ???
2
- * FEATURE: Delete words in IME mode (#1161 )
3
- * Mac: ` option + backspace ` deletes a word upstream, ` option + delete ` deletes a word downstream
4
- * Windows/Linux: ` control + backspace ` deletes a word upstream, ` control + delete ` deletes a word downstream
1
+ ## [ 0.3.0-dev.1] - June 10, 2024
2
+ MAJOR UPDATE: First taste of the new editor pipeline.
3
+
4
+ This is a dev release so that you can begin to see the changes coming in the next major version.
5
+ This release comes with numerous and significant breaking changes. As we get closer to stability
6
+ for the next release, we'll add website guides to help update all of our users.
7
+
8
+ The primary features that we've been working on since last release include:
9
+ * Undo/Redo
10
+ * A stable edit pipeline: requests > commands > change list > reactions > listeners
11
+ * Common reaction features, e.g., hash tags and user tagging
12
+
13
+ In addition to the major feature work, we've made hundreds of little adjustments, including bugfixes.
14
+
15
+ We expect a steady stream of dev releases from this point forward, until we reach ` v0.3.0 ` .
5
16
6
17
## [ 0.2.6] - May 28, 2023
7
18
* FEATURE: ` SuperReader ` now launches URLs when tapping a link (#1151 )
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.2.6 -dev.1
3
+ version : 0.3.0 -dev.1
4
4
homepage : https://github.com/superlistapp/super_editor
5
5
6
6
screenshots :
@@ -21,28 +21,28 @@ dependencies:
21
21
flutter :
22
22
sdk : flutter
23
23
24
- attributed_text : ^0.3.0
24
+ attributed_text : ^0.3.1
25
25
characters : ^1.2.0
26
26
collection : ^1.15.0
27
27
follow_the_leader : ^0.0.4+8
28
28
http : " >=0.13.1 <2.0.0"
29
29
linkify : ^5.0.0
30
30
logging : ^1.0.1
31
- super_text_layout : ^0.1.9
31
+ super_text_layout : ^0.1.10
32
32
url_launcher : ^6.1.9
33
33
uuid : ^4.0.0
34
34
overlord : ^0.0.3+5
35
35
36
36
# Dependencies for testing tools that we ship with super_editor
37
37
flutter_test :
38
38
sdk : flutter
39
- flutter_test_robots : 0.0.23
39
+ flutter_test_robots : ^ 0.0.24
40
40
41
41
dependency_overrides :
42
42
# # Override to local mono-repo path so devs can test this repo
43
43
# # against changes that they're making to other mono-repo packages
44
- attributed_text :
45
- path : ../attributed_text
44
+ # attributed_text:
45
+ # path: ../attributed_text
46
46
# super_text_layout:
47
47
# path: ../super_text_layout
48
48
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- super_editor : ^0.2.5
14
+ super_editor : ^0.3.0-dev
15
15
logging : ^1.0.1
16
16
markdown : ^5.0.0
17
17
You can’t perform that action at this time.
0 commit comments