Skip to content

Commit

Permalink
Release note for #7684
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Mar 2, 2022
1 parent 92cc026 commit ef2fa2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -4,6 +4,7 @@ Changelog
2.17 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

* Phase out special-purpose panel types (`StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, `DocumentChooserPanel`, `PageChooserPanel`, `SnippetChooserPanel`) in favour of `FieldPanel` (Matt Westcott)
* 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))
Expand Down
6 changes: 6 additions & 0 deletions docs/releases/2.17.md
Expand Up @@ -14,6 +14,12 @@ Here are other changes related to the redesign:

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


### Removal of special-purpose field panel types

The panel types `StreamFieldPanel`, `RichTextFieldPanel`, `ImageChooserPanel`, `DocumentChooserPanel` and `SnippetChooserPanel` have been phased out, and can now be replaced with `FieldPanel`. Additionally, `PageChooserPanel` is only required when passing a `page_type` or `can_choose_root`, and can otherwise be replaced with `FieldPanel`. In all cases, `FieldPanel` will now automatically select the most appropriate form element. This feature was developed by Matt Westcott.


### Other features

* Upgrade ESLint and Stylelint configurations to latest shared Wagtail configs (Thibaud Colas)
Expand Down

0 comments on commit ef2fa2e

Please sign in to comment.