parent
97a08b82b7
commit
e863a539bf
10 changed files with 117 additions and 108 deletions
@ -1,10 +1,22 @@ |
||||
# Development notes |
||||
|
||||
- When updating the translations or localizations in the app, please take a look at the [Translation](./translation.md) page as it has important notes in order to work, if you also add a feature that adds new localizations then you need to the instructions of it in order for the translations to take effect |
||||
- We use the same package version and `CHANGELOG.md` for all the packages, for more [details](https://github.com/singerdmx/flutter-quill/pull/1878), the process is automated. We have a script that will do the followings: |
||||
1. Generate the `CHANGELOG.md` files by `CHANGELOG_JSON.json` (source of data) and then paste them into all the packages we have (overwrite), you don't need to |
||||
manually change/update any of the mentioned files above, once a new GitHub release published, the CI will take the release notes from the release, pass the info to the |
||||
script, the release notes can be auto-generated by Github using a button, a descirptive PRs title would help but you don't have to since we can change it at anytime. |
||||
2. The script require the new version as an argument, you don't need to run the script manually, when a maintainer create a new tag and publish a new GitHub release, the publish workflow will extract the new version from the tag name, run the script (pass the extracted version as an argument), commit the changes and push them into the repository, the script will update the `version` property for all the packages so the `flutter pub publish` will use the new version for each package correctly. |
||||
- When updating the translations or localizations in the app, please take a look at the [Translation](./translation.md) |
||||
page as it has important notes to work. |
||||
If you also add a feature that adds new localizations, then you need it |
||||
to the instructions of it in order for the translations to take effect |
||||
- We use the same package version and `CHANGELOG.md` for all the packages, for |
||||
more [details](https://github.com/singerdmx/flutter-quill/pull/1878), the process is automated. We have a script that |
||||
will do the following: |
||||
1. Generate the `CHANGELOG.md` files by `CHANGELOG_JSON.json` (source of data) and then paste them into all the |
||||
packages we have (overwrite), you don't need to |
||||
manually change/update any of the mentioned files above, once a new GitHub release published, the CI will take |
||||
the release notes from the release, pass the info to the |
||||
script, the release notes can be auto-generated by GitHub using a button, a descriptive PRs title would help but |
||||
you don't have to since we can change it at anytime. |
||||
2. The script require the new version as an argument, you don't need to run the script manually, when a maintainer |
||||
create a new tag and publish a new GitHub release, the publish workflow will extract the new version from the tag |
||||
name, run the script (pass the extracted version as an argument), commit the changes and push them into the |
||||
repository, the script will update the `version` property for all the packages so the `flutter pub publish` will |
||||
use the new version for each package correctly. |
||||
|
||||
the script will be used the CI and no need to run it manually |
||||
the script will be used the CI and no need to run it manually |
@ -1,55 +0,0 @@ |
||||
# Todo |
||||
|
||||
This is a todo list page that added recently and will be updated soon. |
||||
|
||||
## Table of contents |
||||
- [Todo](#todo) |
||||
- [Table of contents](#table-of-contents) |
||||
- [Flutter Quill](#flutter-quill) |
||||
- [Features](#features) |
||||
- [Improvemenets](#improvemenets) |
||||
- [Bugs](#bugs) |
||||
- [Flutter Quill Extensions](#flutter-quill-extensions) |
||||
- [Features](#features-1) |
||||
- [Improvemenets](#improvemenets-1) |
||||
- [Bugs](#bugs-1) |
||||
|
||||
## Flutter Quill |
||||
|
||||
### Features |
||||
|
||||
- Add support for Text magnification feature, for more [info](https://github.com/singerdmx/flutter-quill/issues/1504) |
||||
- Provide a way to expose quills undo redo stacks, for more [info](https://github.com/singerdmx/flutter-quill/issues/1381) |
||||
- Add callback to the `QuillToolbarColorButton` for custom color picking logic |
||||
|
||||
### Improvemenets |
||||
|
||||
- Improve the Raw Quill Editor, for more [info](https://github.com/singerdmx/flutter-quill/issues/1509) |
||||
- Provide more support to all the platforms |
||||
- Extract the shared properties between `QuillRawEditorConfigurations` and `QuillEditorConfigurations` |
||||
- The todo in the this [commit](https://github.com/singerdmx/flutter-quill/commit/79597ea6425357795c0663588ac079665241f23a) needs to be checked |
||||
- use `maybeOf` and of instead `ofNotNull` in the providers to follow flutter offical convenstion, completly rework the providers and update the build context extensions |
||||
- Add line through to the text when the check point checked is true |
||||
- Change the color of the numbers and dots in ol/ul to match the ones in the item list |
||||
- Fix the bugs of the font family and font size |
||||
- Try to update Quill Html Converter |
||||
- When pasting a HTML text from cliboard by not using the context menu builder, the new logic won't work |
||||
- When selecting all text and paste HTML text, it will not replace the current text, instead it will add a text |
||||
- Add strike-through in checkbox text when the checkpoint is checked |
||||
- No more using of dynamic |
||||
- There is a bug here, the first character is not being formatted when choosing font family or font size and type in the editor |
||||
- Fix the toolbar and the toolbar buttons, rework some of them, for example missing tooltips |
||||
|
||||
### Bugs |
||||
|
||||
Empty for now. |
||||
Please go to the [issues](https://github.com/singerdmx/flutter-quill/issues) |
||||
|
||||
|
||||
## Flutter Quill Extensions |
||||
|
||||
### Features |
||||
|
||||
### Improvemenets |
||||
|
||||
### Bugs |
Loading…
Reference in new issue