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.12.0 #193

Merged
merged 5 commits into from
Dec 10, 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
10 changes: 10 additions & 0 deletions packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.12.0

* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
* Show context menu on desktop
* Add unset background and text color option
* Handle more text editing intents (See #180 for the list)
* [Fix] toolbar button design
* [Fix] preserve line style on new line
* [Fix] example app build for Android

## 1.11.0

* Support for Flutter 3.16
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.11.0
fleather: ^1.12.0
```

## Usage
Expand Down
13 changes: 11 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
version: 1.12.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
screenshots:
- description: 'Banner'
path: ../../images/banner.png
topics:
- editor
- text
- widgets
publish_to: none

environment:
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.12.0
* Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
* [Fix] preserve line style on new line

## 1.11.0

* Add support for strike-through in Markdown codec
Expand Down
6 changes: 4 additions & 2 deletions packages/parchment/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: parchment
description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
version: 1.11.0
homepage: https://github.com/fleather-editor/fleather
version: 1.12.0
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down