Skip to content

Commit 39d4034

Browse files
committed
Release v1.27.0
1 parent e98e277 commit 39d4034

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

packages/fleather/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.27.0
2+
3+
* Upgrade to Flutter 3.44
4+
* [Fix] Editor reveals cursor and widget when not focused
5+
16
## 1.26.0
27

38
- Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's `scrollable` property

packages/fleather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add Fleather to your dependencies.
2525
dependencies:
2626
flutter:
2727
sdk: flutter
28-
fleather: ^1.26.0
28+
fleather: ^1.27.0
2929
```
3030
3131
## Usage

packages/fleather/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleather
22
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3-
version: 1.26.0
3+
version: 1.27.0
44
homepage: https://fleather-editor.github.io
55
repository: https://github.com/fleather-editor/fleather
66
issue_tracker: https://github.com/fleather-editor/fleather/issues
@@ -26,7 +26,7 @@ dependencies:
2626
sdk: flutter
2727
collection: ^1.19.1
2828
parchment_delta: ^1.0.0
29-
parchment: ^1.25.1
29+
parchment: ^1.27.0
3030
intl: ">=0.19.0 <0.21.0"
3131

3232
dependency_overrides:

packages/parchment/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.27.0
2+
3+
* Upgrade to Flutter 3.44
4+
15
## 1.25.1
26

37
* Add `hasSpanEmbed` to `LineNode`

packages/parchment/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parchment
22
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
3-
version: 1.25.1
3+
version: 1.27.0
44
homepage: https://fleather-editor.github.io
55
repository: https://github.com/fleather-editor/fleather
66
issue_tracker: https://github.com/fleather-editor/fleather/issues

0 commit comments

Comments
 (0)