v11.0.0-dev.20
Pre-release
Pre-release
·
64 commits
to master
since this release
Changed
- BREAKING: Change the
optionsparameter class type fromQuillToolbarToggleStyleButtonOptionstoQuillToolbarClipboardButtonOptionsinQuillToolbarClipboardButton. To migrate, useQuillToolbarClipboardButtonOptionsinstead ofQuillToolbarToggleStyleButtonOptions#2433. This change was made for the PR #2427. - BREAKING: Change the
onTapDownto acceptTapDownDetailsinstead ofTapDragDownDetails(revert #2128 due to regressions). - BREAKING: Change the
onTapUpto acceptTapUpDetailsinstead ofTapDragUpDetails(revert #2128 due to regressions). - BREAKING: Revert
Copy TapAndPanGestureRecognizer from TextFieldPR #2128, restoring editor behavior to match versions before10.4.0due to the regressions #2413.