Skip to content

5.0.0-rc2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 02:11

Features / Updates:

  • Updates for Drupal Contrib
    • core_context to 1.1
  • Updates for WxT
    • Remove duplicate editor/filter config 3381990
    • CKEditor JS error with JS aggregation enabled 3381980
    • CKEditor5 and CKEditor compatibility support 3382168
  • Updated for WxT Bootstrap
  • Updates for WxT Library
    • Correct logic for Search block visibility reliance on core search

Upgrade path:

Important: Please backup your database before running the upgrade process for this release.

  • Update your codebase:

    • composer update
  • Run database updates:

    • drush cache:rebuild
    • drush updatedb
  • Run WxT configuration updates:

    • drush cache:rebuild
    • drush update:wxt

Note(s):

There were some issues in 5.0.0-rc1 related to the text formats and filters logic.

The rich_text format now functions as before using CKEditor4.

There is a new rich_text_ckeditor5 format which uses the newer CKEditor5.