Skip to content

Releases: FriendsOfREDAXO/cke5

3.2.1

07 Feb 19:55
Compare
Choose a tag to compare
  • user cke5-rex_link v1.2.1
  • fix media path not used in drag&drop image plugin
  • toggle for media categories in profile settings

3.2.0

07 Feb 09:44
8de9d97
Compare
Choose a tag to compare
  • 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

14 Jan 15:54
7ef52a2
Compare
Choose a tag to compare

Version 3.1.0

@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 contains sub, sup. There will replace sub, sup with subscript, superscript.

3.0.0

11 Nov 09:10
Compare
Choose a tag to compare
  • 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 with sup
  • add embed media example to demo page

2.1.0

28 Jul 15:49
Compare
Choose a tag to compare

Version 2.1.0

2.0.1

28 Jun 08:29
84bf0f9
Compare
Choose a tag to compare

Version 2.0.1

  • fix php compatibility problems
  • fix locale will change bug in profile editor
  • fix provide exception problem

2.0.0

25 Jun 18:43
Compare
Choose a tag to compare

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

14 Jun 18:08
678b02e
Compare
Choose a tag to compare

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

07 Jun 17:58
6c909ed
Compare
Choose a tag to compare
  • fixed: js error in Demo caused by missing mblock installation
  • swedish translation: thx to: @interweave-media

1.1.2

27 May 19:53
c1eb475
Compare
Choose a tag to compare

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