Skip to content

Commit fc53920

Browse files
Release super_editor v0.0.3 dev.1 (#2082)
1 parent e711233 commit fc53920

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

super_editor/CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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`.
516

617
## [0.2.6] - May 28, 2023
718
* FEATURE: `SuperReader` now launches URLs when tapping a link (#1151)

super_editor/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_editor
22
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
44
homepage: https://github.com/superlistapp/super_editor
55

66
screenshots:
@@ -21,28 +21,28 @@ dependencies:
2121
flutter:
2222
sdk: flutter
2323

24-
attributed_text: ^0.3.0
24+
attributed_text: ^0.3.1
2525
characters: ^1.2.0
2626
collection: ^1.15.0
2727
follow_the_leader: ^0.0.4+8
2828
http: ">=0.13.1 <2.0.0"
2929
linkify: ^5.0.0
3030
logging: ^1.0.1
31-
super_text_layout: ^0.1.9
31+
super_text_layout: ^0.1.10
3232
url_launcher: ^6.1.9
3333
uuid: ^4.0.0
3434
overlord: ^0.0.3+5
3535

3636
# Dependencies for testing tools that we ship with super_editor
3737
flutter_test:
3838
sdk: flutter
39-
flutter_test_robots: 0.0.23
39+
flutter_test_robots: ^0.0.24
4040

4141
dependency_overrides:
4242
# # Override to local mono-repo path so devs can test this repo
4343
# # 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
4646
# super_text_layout:
4747
# path: ../super_text_layout
4848

super_editor_markdown/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
super_editor: ^0.2.5
14+
super_editor: ^0.3.0-dev
1515
logging: ^1.0.1
1616
markdown: ^5.0.0
1717

0 commit comments

Comments
 (0)