From 924023068aba65761321a36f5522dd8d10974178 Mon Sep 17 00:00:00 2001 From: Ellet Date: Tue, 14 Nov 2023 03:38:58 +0300 Subject: [PATCH] Release 8.5.3 --- CHANGELOG.md | 6 ++++++ CONTRIBUTING.md | 10 +++++----- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aef8498..36af4654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 8.5.3 +- Update doc +- Update `README.md` and `CHANGELOG.md` +- Fix typos +- Use `immutable` when possible + ## 8.5.2 - Updated `README.md`. - Feature: Added the ability to include a custom callback when the `QuillToolbarColorButton` is pressed. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f0226b3..85d81a00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ The contributions are more than welcome!
This project will be better with the open-source community help -You can check the [Todo](./todo.md) list if you want to +You can check the [Todo](./doc/todo.md) list if you want to There are no guidelines for now. This page will be updated in the future. @@ -26,7 +26,7 @@ You will need a GitHub account as well as Git installed and configured with your ``` The `your-branch-name` is your choice 6. Make your changes -7. If you are working on changes that depend on different libraries in the same repo, then in that directory copy `pubspec_overrides.yaml.disabled` which exists in all the libraries (`flutter_quill_test` and `flutter_quill_extensions` etc..) +7. If you are working on changes that depend on different libraries in the same repo, then in that directory copy `pubspec_overrides.yaml.disabled` which exists in all the libraries (`flutter_quill_test` and `flutter_quill_extensions` etc...) to `pubspec_overrides.yaml` which will be ignored by `.gitignore` and will be used by dart pub to override the libraries ``` cp pubspec_overrides.yaml.disabled pubspec_overrides.yaml @@ -35,7 +35,7 @@ to `pubspec_overrides.yaml` which will be ignored by `.gitignore` and will be us ``` ./scripts/enable_local_dev.sh ``` -8. Test them in the [example](../example) and add changes in there if necessary +8. Test them in the [example](./example) and add changes in there if necessary 9. Mention the new changes in the [CHANGELOG.md](../CHANGELOG.md) in the next block 10. Run the following script if possible ``` @@ -49,7 +49,7 @@ to `pubspec_overrides.yaml` which will be ignored by `.gitignore` and will be us ``` this will push the new branch to your forked repository 12. Now you can send your pull request either by following the link that you will get in the command line or open your -forked repository, and you will find an option to send the pull request, you can also +forked repository. You will find an option to send the pull request, you can also open the [Pull Requests](https://github.com/singerdmx/flutter-quill) tab and send new pull request 13. Please wait for the review, and we might ask you to make more changes, then run: ``` @@ -61,4 +61,4 @@ git push origin your-branch-name Thank you for your time and efforts in this open-source community project!! ## Development Notes -Please read the [Development Notes](./development_notes.md) as they are important while development \ No newline at end of file +Please read the [Development Notes](./doc/development_notes.md) as they are important while development \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 81cea8e5..c120d033 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter. -version: 8.5.2 +version: 8.5.3 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill