Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.27.0

* Upgrade to Flutter 3.44
* [Fix] Editor reveals cursor and widget when not focused

## 1.26.0

- Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's `scrollable` property
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.26.0
fleather: ^1.27.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.26.0
version: 1.27.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand All @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
collection: ^1.19.1
parchment_delta: ^1.0.0
parchment: ^1.25.1
parchment: ^1.27.0
intl: ">=0.19.0 <0.21.0"

dependency_overrides:
Expand Down
4 changes: 4 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.27.0

* Upgrade to Flutter 3.44

## 1.25.1

* Add `hasSpanEmbed` to `LineNode`
Expand Down
2 changes: 1 addition & 1 deletion packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.25.1
version: 1.27.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand Down
Loading