AtlasAutocode
b8f9ff58f6
Paste multiline selection
10 months ago
AtlasAutocode
2fe8ffc444
Embed copy to clipboard
11 months ago
AtlasAutocode
fd5b86f124
Merge remote-tracking branch 'origin/master'
11 months ago
singerdmx
1e545ca298
chore(version): update to version 10.0.9
11 months ago
Cat
493bdbc54d
Fix: manual checking of directionality ( #2063 )
...
* fix: removed manual directionality checking
* chore: run before push script
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
singerdmx
522cb3f1d4
chore(version): update to version 10.0.8
11 months ago
Huan Du
5526ea4feb
fix: invalid selection when tapping placeholder text ( #2062 )
11 months ago
Huan Du
ab004b8755
feat: add callback to handle performAction ( #2061 )
11 months ago
singerdmx
964779be3d
chore(version): update to version 10.0.7
11 months ago
Cat
2818d0fce0
Fix: RTL issues ( #2060 )
...
* fix: RTL issues
* fix: removed unused imports
* dart formatting
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
AtlasAutocode
916e53a2c9
Fix: Translation en-US
11 months ago
AtlasAutocode
8b7c996249
Translation alignJustify
11 months ago
AtlasAutocode
ecf6f41dae
Translation Justify
11 months ago
Douglas Ward
a41e158441
Add: Clipboard toolbar buttons
11 months ago
Douglas Ward
046f4459aa
Move clipboard actions to QuillController
11 months ago
Douglas Ward
be49821a51
Removed deprecated functions
11 months ago
AtlasAutocode
ab4d3f40df
Value setting Stateful toolbar buttons derive from base class
11 months ago
singerdmx
6ecd377b26
chore(version): update to version 10.0.6
11 months ago
Huan Du
2a297f20c7
fix: textInputAction is not set when creating QuillRawEditorConfigurations ( #2057 )
11 months ago
singerdmx
022495cb16
chore(version): update to version 10.0.5
11 months ago
AtlasAutocode
42d830f037
Add tests for PreserveInlineStylesRule and fix link editing. Other minor fixes. ( #2058 )
...
* Value setting Stateful toolbar buttons derive from base class
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Misc fixes
---------
Co-authored-by: Douglas Ward <dward@scied.com>
11 months ago
singerdmx
faf8f558a8
chore(version): update to version 10.0.4
11 months ago
X Code
d7f13a496b
Update translation.md
11 months ago
Alex Consel
af2863b2f9
add catalan language ( #2054 )
11 months ago
Dimka
fd69f614bc
Add ability to set up horizontal spacing for block style ( #2051 )
...
Co-authored-by: dimkanovikov <Dmitriy.S.Novikov@rt.ru>
11 months ago
singerdmx
58ee571c9d
chore(version): update to version 10.0.3
11 months ago
Michael Allen
d6c74098d2
if magnifier removes toolbar, restore it when it is hidden ( #2049 )
11 months ago
Cat
9d6db48413
doc(attribute): added documentation about Attribute class and how create one ( #2048 )
11 months ago
Cat
689b8fde7c
doc(Delta): more documentation about Delta ( #2042 )
...
* doc(Delta): added documentation about Deltas
* fix: bad display of retain examples
* fix bad display of transformation examples
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
singerdmx
1fb757cb3f
chore(version): update to version 10.0.2
11 months ago
Guillermo Bueno Vargas
8da8e059f1
Have the ability to create custom rules, closes #1162 ( #2040 )
...
* Have the ability to create custom rules, closes #1162
* Sort extensions.dart
11 months ago
Ellet
eb38c51bf0
chore: update issue bug template
11 months ago
Ellet
5a9de8d883
chore: enable blank issues template in GitHub repo
11 months ago
Ellet
28c59444bc
chore(scripts): migrate the scripts from sh to dart ( #2036 )
...
* chore(scripts): migrate the scripts from sh to dart, update GitHub PR template
* fix(ci): fix GitHub workflows failure by run 'flutter pub get' before running local development script
11 months ago
EchoEllet
af7e4048ed
chore(version): update to version 10.0.1
11 months ago
Ellet
acb15968d2
fix: require 10.0.0 as minimum version for quill packages ( #2035 )
11 months ago
singerdmx
179a44db2a
chore(version): update to version 10.0.0
11 months ago
Ellet
7dc848a80e
chore: update GitHub PR template ( #2033 )
...
* chore: update GitHub PR template
11 months ago
Ellet
f5e0f8589b
refactor: use immutable annotation from flutter foundation instead of meta package in flutter_quill
11 months ago
Ellet
4a166e3d1d
chore: remove invalid docs comment in Leaf.splitAt()
11 months ago
Ellet
9764f75006
refactor: restructure project into modular architecture for flutter_quill ( #2032 )
...
* refactor: restructure project into modular architecture for flutter_quill
* refactor: move LineHeightAttribute class to custom_attributes.dart
* chore: remove nullable controller extension
11 months ago
singerdmx
af3679840b
chore(version): update to version 9.6.0
11 months ago
License name
af691e69ed
[feature] : quill add magnifier ( #2026 )
...
* [feature] : quill add magnifier
* [feature] : fix ci issue
* [feature] : fix ci issue
* [feature] : desktop not show magnifier
* [feature] : empty line case exception
---------
Co-authored-by: xuyang <xuyang@qimao.com>
11 months ago
singerdmx
0dbe4c4685
chore(version): update to version 9.5.23
11 months ago
Khoshbin Ali Ahmed
785529acdc
add untranslated Kurdish keys ( #2029 )
11 months ago
singerdmx
4bf2289a88
chore(version): update to version 9.5.22
11 months ago
Cat
d2e3784b77
Fix(rule): PreserveInlineStyleRule assume the type of the operation data and throw stacktrace ( #2028 )
11 months ago
Cat
eb29c3a7f6
Fix outdated contributor guide link on PR template ( #2027 )
11 months ago
singerdmx
8de8569b73
chore(version): update to version 9.5.21
11 months ago
AtlasAutocode
f3a5e113f6
Fix: Key actions not being handled ( #2025 )
...
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix: Up arrow with large fonts, assert at start of text for indent
* Fix: PgUp/Dn, arrow scroll, Up arrow with large fonts, assert at start of text for indent
* Remove overridable action from PageIntent processing
* Fix: outdent at start
---------
Co-authored-by: Douglas Ward <dward@scied.com>
11 months ago