This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v13.0.0
Features
- Implemented the single view mode for the
ContextualBalloon
plugin. See https://github.com/ckeditor/ckeditor5-mention/issues/74. (c000c93) - Introduced rotatable panels for
ContextualBalloon
. Closes https://github.com/ckeditor/ckeditor5-ui/issues/491. (581d8f7)
Other changes
- Renamed a misspelled
InputTextViewariaDesribedById
property toInputTextView#ariaDescribedById
. Closes #483. (2288bf3) - The
_rwd.css
mixin was moved to this package from@ckeditor/ckeditor5-theme-lark
. See ckeditor/ckeditor5#1662. (96e3a3c) - The
ContextualBalloon#add()
method should accept thewithArrow
option. Closes #487. (0e7f670) - Updated translations. (4699d8b) (d4c5714)
BREAKING CHANGES
- The (misspelled)
InputTextView#ariaDesribedById
property is no longer available. UseariaDescribedById
instead.