Skip to content

Commit

Permalink
update release notes with Hallo removal
Browse files Browse the repository at this point in the history
- resolves #6228
  • Loading branch information
lb- committed Mar 1, 2022
1 parent 1bfff57 commit 51a519e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases/2.17.md
Expand Up @@ -57,3 +57,10 @@ Here are other changes related to the redesign:
* The default empty value for the field has been changed from `""` to `{}`.
* This change also affects `BaseLogEntry` subclasses, i.e. `PageLogEntry` and `ModelLogEntry`.
* If you have a large number of objects for these models, running the migrations might take a while.

### Hallo legacy rich text editor has moved to an external package

* Hallo was deprecated in [Wagtail v2.0 (February 2018)](https://docs.wagtail.org/en/stable/releases/2.0.html#new-rich-text-editor) and has had only a minimal level of support since then.
* If you still require Hallo for your Wagtail installation, you will need to install the [Wagtail Hallo editor](https://github.com/wagtail/wagtail-hallo) legacy package.
* We encourage all users of the Hallo editor to take steps to migrate to the new Draftail editor as this external package is unlikely to have ongoing maintenance.
* `window.registerHalloPlugin` will no longer be created on the page editor load, unless the legacy package is installed.

0 comments on commit 51a519e

Please sign in to comment.