Commit 2999c0d
authored
feat!: release version 11.0.0 with breaking changes (#2338)
* fix!: remove super_clipboard from flutter_quill_extensions and move it to quill_super_clipboard (#2322)
* chore!: remove the controller from the configuration class, remove the quill toolbar and editor provider widgets, and other minor breaking changes
* chore!: remove SimpleSpellCheckerService from flutter_quill_extensions
* chore!: remove experimental support for spell checking, remove the deprecated support for YouTube in flutter_quill_extensions, and other minor breaking changes
* chore(deps): remove equatable
* chore!: remove quill shared configuration and toolbar shared configuration
* chore!: remove QuillController.setContents()
* chore!: remove QuillController.editorFocusNode
* chore: remove outdated comments
* chore: always call setState() in _markNeedsBuild() in QuillRawEditorState even if dirty is already true (revert to old behavior)
* chore: extract code from _requestKeyboard() and add docs comment for _requireEditorCurrentState
* chore!: remove classes related to editor element options, minor docs updates in editor config, rename isOnTapOutsideEnabled to onTapOutsideEnabled
* chore!: rename 'Configurations' to 'Config'
* chore!: refactor build method of the embed block interface
* chore!: remove the experimental table support from flutter_quill_extensions
* chore!: remove old deprecated properties
* chore!: rename rawItemsMap to items for font family and font size options
* chore!: remove deprecated formula embed support from flutter_quill_extensions
* chore!: remove deprecated class SuperClipboardService, rename the directory models to config in flutter_quill_extensions
* chore: add commnet in imageProviderBuilder code docs comment in flutter_quill_extensions
* docs: fix typos in migration
* docs(readme): replace deprecated flutter_quill_internal.dart with internal.dart
* docs(readme): improve README
* docs(readme): add the GitHub flutter_quill code snippet back
* docs: add more details to the migration guide
* fix(ios): use the localized strings for 'open', 'copy', and 'remove'
* chore: rename the file quill_controller_configurations.dart to quill_controller_config.dart
* chore!: avoid storing quill editor config inside Document
* chore: restore search within embed objects feature (revert removal of editor config inside the QuillController)
* chore: add @experimental to some APIs
* docs: add emojis to the migration guide, add the migration guide link in README.md
* chore: removes quill controller web files, updates QuillControllerConfig.onClipboardPaste to allow overriding the default paste handling
* docs: fix typos in the migration guide
* chore: minor change in the migration guide
* docs: update link of QuillControllerConfig.onClipboardPaste in the migration guide
* chore: fix dart analysis issues
* chore: mark QuillEditorConfig.customLeadingBlockBuilder as experimental
* chore!: avoid exporting OptionalSize
* chore: rename _restoreToolbar to _restoreToolbarAfterMagnifier in text_selection.dart
* chore: annotate QuillEditorConfig.magnifierConfiguration as experimental
* chore: minor cleanup to magnifier feature
* chore: export missing class, fix #2333
* chore: fix dart analysis
* chore(release): temp changes to publish 11.0.0 (will revert changes of this commit)
* chore: add temp dependency_overrides to fix CI failure
* chore: temp changes to publish 11.0.0-dev.1
* ci(publish): temp change to fix CI failure
* chore: restore previous publish workflow (revert), update min version of flutter_quill in test and extensions packages, remove pubspec_overrides.yaml
* chore: revert CHANGELOG.md and publish.yml changes
* chore: revert a change in #2026 (see comment https://github.com/singerdmx/flutter-quill/pull/2026/files#r1679744497)
* chore: revert change of reverting the removal of _handles check introduced by #2026
* docs(migration): clarify the removal of the QuillToolbar widget
* docs(migration): improve removal of the QuillToolbar section
* docs: add the custom toolbar page link in: removal of the QuillToolbar
* docs: add important info at the top of the migration guide
* feat(toolbar): add the base button options feature back, supports flutter_quill_extensions's buttons too.
* chore: fix analysis warnings
* docs: add more details in the migration guide in the breaking behavior with code snippets
* chore: minor change to the 'Breaking behavior' section
* chore(deps): improve dependencies constraints for compatibility
- Fix #2341
- Fix #2347
* docs(migration): explain that QuillToolbar is not a visual widget like QuillSimpleToolbar
* docs: minor changes to README.md and migration guide
* feat: clipboard paste callbacks, partial fix to #2350
* docs: update outdated link in the migration guide
* chore: rename deltaToPaste() to getDeltaToPaste()
* docs: improve CHANGELOG.md format and quality, fixing #2211
* ci: pass the GitHub token to an action
* docs: fix format of CHANGELOG.md
* ci: use cider for CHANGELOG.md format validation
* ci: add a TODO to improve CHANGELOG.md validation
* chore: remove flutter_quill_extensions from publishing
* chore: publish flutter_quill_extensions and add 'insertVideo' in quill_en.arb
* chore(release): prepare to publish 11.0.0-dev.3
* ci: increase _expectedTranslationKeysLength due to 'insertVideo'
* ci: use a GitHub action to update the release notes
* chore(release): publish flutter_quill_extensions 11.0.0-dev.3
* chore(release): prepare to publish 11.0.0-dev.4
* ci: remove the release notes file creation
* chore(example): delete the current example to recreate
* chore: recreate the example (fix #2249), minor changes to flutter_quill_extensions
* docs(readme): update the screenshots of the example app
* docs(readme): update sample page link, remove 'breaking changes' from table of contents only
* feat: add the option to disable rich text paste feature, partial fix to #2350
* chore(release): prepare to publish 11.0.0-dev.5
* chore: regenerate translations to reflect #2358
* chore: ignore deprecations
* docs: fix a minor issue in the Contributing guide
* chore(example): add file read access for macOS
* feat(l10n): localize "insert video" for Khmer language
Source: #2358 (comment)
* chore: simplify PR template
* docs: update development notes
* docs(readme): use images from GitHub repo instead of relative path to load on pub.dev1 parent f122cf9 commit 2999c0d
344 files changed
Lines changed: 8921 additions & 19905 deletions
File tree
- .github
- workflows
- doc
- configurations
- migration
- example
- android
- app
- src/main
- kotlin/dev/flutterquill/flutter_quill_example
- res/xml
- gradle/wrapper
- assets
- fonts
- images
- ios
- Runner.xcodeproj
- Runner
- lib
- extensions
- gen
- screens
- home/widgets
- quill
- embeds
- samples
- settings
- cubit
- widgets
- simple
- spell_checker
- linux
- flutter
- macos
- Flutter
- Runner.xcodeproj
- RunnerTests
- Runner
- Configs
- test
- web
- windows
- flutter
- runner
- flutter_quill_extensions
- lib
- src
- common
- extensions
- utils
- element_utils
- editor
- formula
- image
- config
- widgets
- spell_checker
- table
- video
- config
- models
- widgets
- toolbar
- camera
- config
- formula
- models
- image
- config
- table
- models
- video
- config
- flutter_quill_test
- test
- lib
- src
- controller
- clipboard
- web
- delta
- document
- nodes
- editor
- config
- elements
- list
- embed
- magnifier
- raw_editor
- builders
- config
- events
- keyboard_shortcuts
- spellchecker
- style_widgets
- widgets
- default_leading_components
- text
- l10n
- extensions
- generated
- widgets
- toolbar
- base_button
- buttons
- alignment
- color
- hearder_style
- search
- legacy
- config
- buttons
- embed
- theme
- scripts
- test
- controller
- document
- editor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
15 | | - | |
| 9 | + | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
20 | | - | |
21 | 14 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 15 | + | |
26 | 16 | | |
27 | 17 | | |
| 18 | + | |
28 | 19 | | |
29 | 20 | | |
30 | 21 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
37 | 26 | | |
38 | 27 | | |
39 | | - | |
| 28 | + | |
40 | 29 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
44 | 33 | | |
45 | 34 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | | - | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | | - | |
54 | | - | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| |||
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
74 | | - | |
75 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
76 | 90 | | |
77 | | - | |
78 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
79 | 96 | | |
80 | 97 | | |
81 | | - | |
82 | | - | |
| 98 | + | |
83 | 99 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 100 | + | |
89 | 101 | | |
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
93 | 105 | | |
94 | 106 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
0 commit comments