Skip to content

Commit

Permalink
Release super_editor v0.0.3 dev.1 (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll authored Jun 11, 2024
1 parent e711233 commit fc53920
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
19 changes: 15 additions & 4 deletions super_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
## [x.y.z] - ???
* FEATURE: Delete words in IME mode (#1161)
* Mac: `option + backspace` deletes a word upstream, `option + delete` deletes a word downstream
* Windows/Linux: `control + backspace` deletes a word upstream, `control + delete` deletes a word downstream
## [0.3.0-dev.1] - June 10, 2024
MAJOR UPDATE: First taste of the new editor pipeline.

This is a dev release so that you can begin to see the changes coming in the next major version.
This release comes with numerous and significant breaking changes. As we get closer to stability
for the next release, we'll add website guides to help update all of our users.

The primary features that we've been working on since last release include:
* Undo/Redo
* A stable edit pipeline: requests > commands > change list > reactions > listeners
* Common reaction features, e.g., hash tags and user tagging

In addition to the major feature work, we've made hundreds of little adjustments, including bugfixes.

We expect a steady stream of dev releases from this point forward, until we reach `v0.3.0`.

## [0.2.6] - May 28, 2023
* FEATURE: `SuperReader` now launches URLs when tapping a link (#1151)
Expand Down
12 changes: 6 additions & 6 deletions super_editor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_editor
description: Configurable, composable, extensible text editor and document renderer for Flutter.
version: 0.2.6-dev.1
version: 0.3.0-dev.1
homepage: https://github.com/superlistapp/super_editor

screenshots:
Expand All @@ -21,28 +21,28 @@ dependencies:
flutter:
sdk: flutter

attributed_text: ^0.3.0
attributed_text: ^0.3.1
characters: ^1.2.0
collection: ^1.15.0
follow_the_leader: ^0.0.4+8
http: ">=0.13.1 <2.0.0"
linkify: ^5.0.0
logging: ^1.0.1
super_text_layout: ^0.1.9
super_text_layout: ^0.1.10
url_launcher: ^6.1.9
uuid: ^4.0.0
overlord: ^0.0.3+5

# Dependencies for testing tools that we ship with super_editor
flutter_test:
sdk: flutter
flutter_test_robots: 0.0.23
flutter_test_robots: ^0.0.24

dependency_overrides:
# # Override to local mono-repo path so devs can test this repo
# # against changes that they're making to other mono-repo packages
attributed_text:
path: ../attributed_text
# attributed_text:
# path: ../attributed_text
# super_text_layout:
# path: ../super_text_layout

Expand Down
2 changes: 1 addition & 1 deletion super_editor_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

super_editor: ^0.2.5
super_editor: ^0.3.0-dev
logging: ^1.0.1
markdown: ^5.0.0

Expand Down

0 comments on commit fc53920

Please sign in to comment.