19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
- Updated translations. (f1beaaa)
17.0.0 (2020-02-18)
- The
align-left
,align-right
,align-center
, andalign-justify
icons have been moved to@ckeditor/ckeditor5-core
.
- Moved alignment icons to
@ckeditor/ckeditor5-core
(see ckeditor/ckeditor5-table#227). (410e279) - Updated translations. (288672f)
16.0.0 (2019-12-04)
- Updated translations. (9085f7b)
15.0.0 (2019-10-23)
- Updated translations. (a719974) (2fed077)
- Added
pluginName
to the editor plugin part of the feature. (3b42798)
11.2.0 (2019-08-26)
- Integrated the text alignment feature with different editor content directions (LTR and RTL). See ckeditor/ckeditor5#1151. (edc7d8b)
- The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403). (599ea01)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (54f81b3)
- The text alignment toolbar should have a proper
aria-label
attribute (see ckeditor/ckeditor5#1404). (3ed81de) - Updated translations. (feb4ab3)
11.1.3 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.1.2 (2019-07-04)
- Updated translations. (bb7f494)
11.1.1 (2019-06-05)
- Updated translations. (32c32c1)
11.1.0 (2019-04-10)
- Marked alignment as a formatting attribute using the
AttributeProperties#isFormatting
property. Closes ckeditor/ckeditor5#1664. (6358e08)
- Updated translations. (78bfc40)
11.0.0 (2019-02-28)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2018-12-05)
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (1d71d33)
- Updated translations. (547f8d8) (43d8225)
10.0.3 (2018-10-08)
- Updated translations. (5b30202)
10.0.2 (2018-07-18)
- Updated translations. (33c281c)
10.0.1 (2018-06-21)
- Updated translations.
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (eed1029)
- Updated translations. (baa1fbe)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
1.0.0-beta.4 (2018-04-19)
- Updated translations. (586ae62)
1.0.0-beta.2 (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.1 (2018-03-15)
- Initial implementation. Closes #2.