mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
parent
754fbb8d31
commit
2414e50eb1
@ -121,7 +121,7 @@ Changelog
|
||||
* Move commenting trigger to inline toolbar and move block splitting to the block toolbar and command palette only in Draftail (Thibaud Colas)
|
||||
* Pages are now locked when they are scheduled for publishing (Karl Hobley)
|
||||
* Simplify page chooser views by converting to class-based views (Matt Westcott)
|
||||
* Add reference documentation and snippets usage guide for `RevisionMixin`, `DraftStateMixin`, and `PreviewableMixin` (Sage Abdullah)
|
||||
* Add support for previews, revisions and drafts on snippets (Sage Abdullah)
|
||||
* Add "Translate" button within pages’ Actions dropdown when editing pages (Sage Abdullah)
|
||||
* Add translated labels to the bulk actions tags and collections bulk update fields (Stefan Hammer)
|
||||
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
|
||||
|
@ -104,6 +104,16 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
|
||||
* Adopt the slim header in page listing views, with buttons moved under the "Actions" dropdown
|
||||
* Add convenient access to the translate page button in the parent "more" button
|
||||
|
||||
### Previews, revisions and drafts for snippets
|
||||
|
||||
Snippets can now be given a previewable HTML representation, revision history, and draft / live states through the use of the mixins `PreviewableMixin`, `RevisionMixin`, and `DraftStateMixin`. For more details, see:
|
||||
|
||||
* [](wagtailsnippets_making_snippets_previewable)
|
||||
* [](wagtailsnippets_saving_revisions_of_snippets)
|
||||
* [](wagtailsnippets_saving_draft_changes_of_snippets)
|
||||
|
||||
These features were developed by Sage Abdullah.
|
||||
|
||||
### Documentation improvements
|
||||
|
||||
The documentation now has dark mode which will be turned on by default if set in your browser or OS preferences, it can also be toggled on and off manually. The colours and fonts of the documentation now align with the design updates introduced in Wagtail 3.0. These features were developed by Vince Salvino.
|
||||
@ -181,7 +191,6 @@ There are also many improvements to the documentation both under the hood and in
|
||||
* Move commenting trigger to inline toolbar and move block splitting to the block toolbar and command palette only in Draftail (Thibaud Colas)
|
||||
* Pages are now locked when they are scheduled for publishing (Karl Hobley)
|
||||
* Simplify page chooser views by converting to class-based views (Matt Westcott)
|
||||
* Add reference documentation and snippets usage guide for `RevisionMixin`, `DraftStateMixin`, and `PreviewableMixin` (Sage Abdullah)
|
||||
* Add "Translate" button within pages’ Actions dropdown when editing pages (Sage Abdullah)
|
||||
* Add translated labels to the bulk actions tags and collections bulk update fields (Stefan Hammer)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user