Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.11.0 #178

Merged
merged 2 commits into from
Dec 1, 2023
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
11 changes: 8 additions & 3 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## 1.11.0

* Support for Flutter 3.16
* [Fix] exception thrown when inserting new line with toggled inline styles

## 1.10.0

* Support for Flutter 3.13

## 1.9.1

* Fix light theme inline code background color for Material 3
* Fix wrong bounding box for text lines in block
* Fix alignment and direction in blocks
* [Fix] light theme inline code background color for Material 3
* [Fix] wrong bounding box for text lines in block
* [Fix] alignment and direction in blocks

## 1.9.0

Expand Down
2 changes: 1 addition & 1 deletion 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.10.0
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
publish_to: none

Expand Down
5 changes: 5 additions & 0 deletions packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.11.0

* Add support for strike-through in Markdown codec
* [Fix] HTML encoder for tangled inline tags

## 1.9.0

* Migrated to Dart 3
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.9.0
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather

environment:
Expand Down
Loading