v11.0.0-dev.20
Pre-release
Pre-release
github-actions
released this
19 Jan 04:34
·
6 commits
to master
since this release
Changed
- BREAKING: Change the
options
parameter class type fromQuillToolbarToggleStyleButtonOptions
toQuillToolbarClipboardButtonOptions
inQuillToolbarClipboardButton
. To migrate, useQuillToolbarClipboardButtonOptions
instead ofQuillToolbarToggleStyleButtonOptions
#2433. This change was made for the PR #2427. - BREAKING: Change the
onTapDown
to acceptTapDownDetails
instead ofTapDragDownDetails
(revert #2128 due to regressions). - BREAKING: Change the
onTapUp
to acceptTapUpDetails
instead ofTapDragUpDetails
(revert #2128 due to regressions). - BREAKING: Revert
Copy TapAndPanGestureRecognizer from TextField
PR #2128, restoring editor behavior to match versions before10.4.0
due to the regressions #2413.