Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.54 KB

2.17.md

File metadata and controls

37 lines (24 loc) · 1.54 KB

Wagtail 2.17 release notes - IN DEVELOPMENT

.. contents::
    :local:
    :depth: 1

What's new

Page editor redesign

Here are other changes related to the redesign:

  • Switch the Wagtail branding font to a system font stack (Steven Steinwand)

Other features

  • Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas)
  • Major updates to frontend tooling; move Node tooling from Gulp to Webpack, upgrade to Node v16 and npm v8, eslint v8, stylelint v14 and others (Thibaud Colas)
  • Change comment headers’ date formatting to use browser APIs instead of requiring a library (LB (Ben Johnston))
  • Lint with flake8-comprehensions and flake8-assertive (Mads Jensen)
  • Add black configuration and reformat code using it (Dan Braghis)
  • Remove UI code for legacy browser support: polyfills, IE11 workarounds, Modernizr (Thibaud Colas)

Bug fixes

Upgrade considerations

Hallo legacy rich text editor has moved to an external package

  • Hallo was deprecated in Wagtail v2.0 (February 2018) 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 legacy Hallo editor package.
  • There will be no ongoing support for this package beyond this release.
  • window.registerHalloPlugin will no longer be created on the page editor load, unless the legacy package is installed.