Skip to content
Snippets Groups Projects

Issue #3277174: CKEditor 5 compatibility

Closed mmiramont requested to merge issue/nbsp-3277174:3277174-ckeditor-5-compatibility into 8.x-2.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • mmiramont added 2 commits

    added 2 commits

    • 506abe0a - Revert CKEditor 4 plugin to keep previous behaviour and code while having the <nbsp> tag
    • d0dbdddb - Finalizing the CKEditor5 plugin version

    Compare with previous version

  • mmiramont resolved all threads

    resolved all threads

  • mmiramont added 1 commit

    added 1 commit

    • 18f8b0c4 - Fix the testButton test by adding text

    Compare with previous version

  • 1 1 name: 'CKEditor Non-breaking space Plugin'
    2 2 type: module
    3 3 description: 'Minimal module to insert a non-breaking space into the content by pressing Ctrl+Space or using the provided button.'
    4 core_version_requirement: ^8.8 || ^9
    4 core_version_requirement: ^8.8 || ^9 || ^10
    5 5 package: CKEditor
    6 6
    7 7 dependencies:
    8 8 - drupal:editor
    9 9 - drupal:ckeditor
  • mmiramont added 27 commits

    added 27 commits

    • 18f8b0c4...7a5e5f46 - 17 commits from branch project:8.x-2.x
    • 6cdc3ea1 - Replaced deprecated code to be Drupal 10 compatible
    • 08c80c15 - Custom Self tab <nbsp></nbsp> (Issue #3066349)
    • dee548e8 - Start of CKEditor 5 compatibility
    • 1e2d9bb8 - Fix CKEditor 5 Nbsp plugin not loading
    • 750ba5d2 - Make the CKEditor 5 plugin add a <nbsp> tag on the content
    • 5c1419b8 - Update README to match the last updates
    • 9fa8f9d7 - Revert CKEditor 4 plugin to keep previous behaviour and code while having the <nbsp> tag
    • 75ef63f6 - Finalizing the CKEditor5 plugin version
    • 1aa7cbb7 - Fix the testButton test by adding text
    • a3917c58 - Updated tests and dependencies to align to the latest Drupal 10 version

    Compare with previous version

  • mmiramont added 1 commit

    added 1 commit

    • b6804620 - Updated tests and dependencies to align to the latest Drupal 10 version

    Compare with previous version

  • Merged

  • closed

  • Please register or sign in to reply
    Loading