Releases: FriendsOfREDAXO/cke5
Releases · FriendsOfREDAXO/cke5
3.2.1
3.2.0
- clang support for rex_link-button
- set /.media/ by definition
- ckeditor5_reximage plugin updated for cke5 version 11.2.0
- image support issue in mblock and multiple initialized editors fixed
- use default values for editor tags by data parameters
- fix smooth scrolling effect by height collapse toggle
3.1.0
Version 3.1.0
- execute building process and added new cke5 version 11.2.0
https://ckeditor.com/blog/CKEditor-5-v11.2.0-with-paste-from-Word-and-file-manager-support-released/ - add new toolbar elements to creation array
- remove ckeditor5-supersub module there will replace by:
@ckeditor/ckeditor5-basic-styles/src/subscript
@ckeditor/ckeditor5-basic-styles/src/superscript
NOTICE: sub
, sup
will not work anymore
- update issue from 2.0.1 to 3.0.x fixed
- added sql update statement in
update.php
for all profiles there containssub
,sup
. There will replacesub
,sup
withsubscript
,superscript
.
3.0.0
- add rex:ready @dergel
- fix duplicate by pjax call
- editor height range slider don't notice profile update fixed
- add link to profile edit in preview site
- add mform code example to preview site
- add profile info to preview site
- show profile settings add to preview site
- execute building process and add newest cke5 version 11.1.1 with media embed
- add Media embed in default profile
- remove php version requirement to make addon for php7 installable: redaxo/redaxo#2204
- remove supersub plugin, add supsub plugin
super
toolbar key was replaced withsup
- add embed media example to demo page
2.1.0
Version 2.1.0
- update ckeditor 5 vendors to version 11
- fix many problems with rex_link and rex_images plugins for ckeditor5 v11
- add super-sub plugin https://github.com/mjadobson/ckeditor5-super-sub
- add super and sub to profile editor
2.0.1
2.0.0
Changelog
Version 2.0.0
- @CKEditor5 classic build update to v10.1.0
- add @CKEditor5 table plugin
- add options for @CKEditor5 table-toolbar in profile builder
- hide image toolbar settings in profile builder is imageUpload or rexImage disable
- update Keyboard support tables in readme.md's
- to don't lose custom profiles after update recreate profiles by update
- execute sql by update to v2.0.0
- use better style like github for keyboard support table
- add preview in profile builder
- add preview page with code example
- add text license to mblock demo page
Cke5\Creator\Cke5ProfilesApi::addProfile
api was add to create profiles without user interface
$create = \Cke5\Creator\Cke5ProfilesApi::addProfile(
'full_cke',
'Cke5 with all possible tools',
['heading', '|', 'fontSize', 'fontFamily', 'alignment', 'bold', 'italic', 'underline', 'strikethrough', 'insertTable', 'code', 'link', 'rexImage', 'bulletedList', 'numberedList', 'blockQuote', 'highlight', 'emoji', 'undo', 'redo'],
['paragraph', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'],
['left', 'right', 'center', 'justify'],
['imageTextAlternative', '|', 'full', 'alignLeft', 'alignCenter', 'alignRight'],
['tiny', 'small', 'big', 'huge'],
['yellowMarker', 'greenMarker', 'pinkMarker', 'blueMarker', 'redPen', 'greenPen'],
['tableColumn', 'tableRow', 'mergeTableCells'],
['internal', 'media']
);
echo (is_string($create)) ? $create : 'successful profile created';
1.1.5
Version 1.1.5
- fixed: image width on help page
- fixed: lang != language change key-name in js and profile settings
- add all supported backend languages in one file
- update editor build to fix language conflicts
- fixed: save ever only default settings by add profile
- add get user default lang helper
- use user default lang in examples
1.1.3
- fixed: js error in Demo caused by missing mblock installation
- swedish translation: thx to: @interweave-media
1.1.2
Version 1.1.2
- fixed: remove ck element by MBlock add not ever work
- fix many reinit register callback bug by pjax callback event
- Translate README -> thanks @crydotsnake