CatHood0
aa35caa18f
added warnings about line height attribute could cause conflicts with original Quill API
10 months ago
CatHood0
95e68265ec
set showLineHeightButton to false
10 months ago
CatHood0
ad0aac57ed
added docs comments
10 months ago
CatHood0
ec671938b2
fix: changed MenuAnchor to showMenu method since this MenuAnchor appears below keyboard
10 months ago
CatHood0
7f2ea387c6
fix(test): controller_test doesn't find LineHeightAttribute
10 months ago
CatHood0
738ed1d22d
chore: dart fixes
10 months ago
CatHood0
60dbfbbcec
fix: select_line_height_dropdown_button doesn't find LineHeightAttribute constants
10 months ago
CatHood0
f4d7636b55
fix: better organization for line height attribute
10 months ago
CatHood0
c651691999
fix: restore h1 configurations on DefaultStyles
10 months ago
CatHood0
218416394e
fix: increased _expectedTranslationKeysLength value for new line height translation
10 months ago
CatHood0
4a1b7293f9
fix(test): blockSelectionStyle doesn't find line-height attribute
10 months ago
CatHood0
99ec1a7b04
chore: dart fixes
10 months ago
CatHood0
5aece8d529
fix(translations): line-height translation empty
10 months ago
CatHood0
42265dce5c
Support for Line height
10 months ago
singerdmx
151e629ee3
chore(version): update to version 9.5.3
10 months ago
Alspb
e06aa5b371
Perf: Performance optimization ( #1964 )
...
* Node.length, Node.offset caching added
* Unnecessary Document.from removed, method arguments changed accordingly
* root.toDelta check replaced with assertion
10 months ago
singerdmx
40214bd13d
chore(version): update to version 9.5.2
10 months ago
AtlasAutocode
858d61a7a3
Fix style settings ( #1962 )
...
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* Add: test for QuillController clipboard
Dart Formatted
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix style settings
---------
Co-authored-by: Douglas Ward <dward@scied.com>
10 months ago
Cheryl
02ad0517f5
Upgrade flutter_quill to ^9.5.1 in flutter_quill_extensions
10 months ago
singerdmx
c4d9ab6551
chore(version): update to version 9.5.1
10 months ago
Ellet
c8a99c943f
feat(extensions): Youtube Video Player Support Mode ( #1916 )
...
* chore: update comment for packages section in pubspec.yaml
* chore: add youtube_explode_dart package
* feat: add YoutubeVideoSupportMode
* docs: add a link to the 'flutter_inappwebview' plugin desktop support issue in YoutubeVideoSupportMode
* chore: add TODO in QuillToolbarVideoButton
10 months ago
Ellet
a87b8cbdfa
chore(extensions): deprecate media button, enable table button in the example
10 months ago
Ellet
0488d8e0dc
chore(translations): add key for 'Insert table' in quill_en.arb
10 months ago
Ellet
4b675a3604
docs(readme): update flutter_quill_extensions README to reflect the latest changes of table support, add ref when using the packages from git repository
10 months ago
singerdmx
aef302dccc
chore(version): update to version 9.5.0
10 months ago
Cat
e76de1b58e
Partial support for table embed ( #1960 )
10 months ago
singerdmx
612ef5e0dc
chore(version): update to version 9.4.9
10 months ago
X Code
03d7c1e6bc
Update pubspec.yaml ( #1958 )
10 months ago
singerdmx
d91badf8be
chore(version): update to version 9.4.8
10 months ago
Cat
1f32e84643
Add support for html underline and videos ( #1955 )
...
* fixed #1953 italic detection error
fix: issue where when html2md parse <em> to "_" instead of "*" that won't be detected MarkdownToDelta converter
feat(test): added test for DeltaX
feat: added config classes to MarkdownToDelta and html2md that allow users configure their own styles
* Added support for html underline and videos
* removed print calls and fix no expect in test
* removed useless element attr for underline
* improved video url validator pattern
* Added support for <video> tag
* chore: dart fixes
* fix: removed useless params
* fix: imports issue
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
10 months ago
singerdmx
83e27541e1
chore(version): update to version 9.4.7
10 months ago
Cat
ca12fb610e
fixed #1953 italic detection error ( #1954 )
10 months ago
singerdmx
4969113359
chore(version): update to version 9.4.6
10 months ago
Ellet
e722e70194
chore(tests): update outdated description for FlutterQuillLocalizationsWidget tests
10 months ago
Ellet
7cab43ed72
docs: update custom_buttons to revert a minor change from previous commit
10 months ago
Ellet
4caa4c37ef
chore(docs): improve doc/configurations markdown files readability
10 months ago
Ellet
5fc6d34d10
fix(docs): update outdated code in markdown files
10 months ago
Ellet
5d9ad020c7
fix(editor): implement editor shortcut action for home and end keys to fix exception about unimplemented ScrollToDocumentBoundaryIntent ( #1937 )
...
* fix(editor): implement editor shortcut action for home and end keys to fix thrown exception about unimplemented ScrollToDocumentBoundaryIntent action
10 months ago
Ellet
7d6731ca40
test(localizations): write a few tests for FlutterQuillLocalizationsWidget
10 months ago
Ellet
26b04443f7
fix: search dialog throw an exception due to missing FlutterQuillLocalizations.delegate in the editor ( #1938 )
10 months ago
singerdmx
fe6787272a
chore(version): update to version 9.4.5
10 months ago
geronimol
126921f2c7
fix: color picker hex unfocus on web ( #1934 )
10 months ago
singerdmx
2d78e0985d
chore(version): update to version 9.4.4
10 months ago
Joep Heijnen
01cf92a73e
fix: Enabled link regex to be overridden ( #1931 )
...
* fix: Enabled link regex to be overridden
* chore: Updated formatting
10 months ago
singerdmx
57302fdc6e
chore(version): update to version 9.4.3
10 months ago
windows7lake
be4b21d128
fixed: setState() called after dispose(): QuillToolbarClipboardButtonState (link #1895 ) ( #1926 )
10 months ago
singerdmx
5effc5ca21
chore(version): update to version 9.4.2
10 months ago
Guillermo Bueno Vargas
de5c5f801d
Respect autofocus, closes #1923 ( #1924 )
10 months ago
singerdmx
3959c9e554
chore(version): update to version 9.4.1
10 months ago
Salman Ahmed
082cea9e6b
replace base64 regex string ( #1919 )
...
* replace base64 regex string
* replace base64RegExp String due to app crash in release mode, throws stack overflow error
---------
Co-authored-by: SalmanAhmed <salman.ahmed@digicopsolutions.com>
10 months ago