Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Dec 11:52
· 408 commits to master since this release

Features

  • Implemented the .ck-labeled-input__status for labeled input's tips and errors. Replaced the .ck-labeled-input__error class with .ck-labeled-input__status_error. Fixed breaking layout when the status is longer than the labeled input (see ckeditor/ckeditor5-media-embed#35). (26215d5)
  • Introduced the ck-media-phone RWD mixin that outputs a @media query. Improved responsiveness of media embed, link, and image form views in narrow viewports (see ckeditor/ckeditor5#416). (305a745)

Bug fixes

Other changes

  • Moved widget spacing styles to respective content styles in packages. Closes #209. (2418242)

BREAKING CHANGES

  • The .ck-labeled-input__error class has been replaced with .ck-labeled-input__status_error.