kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12393
rodzic
0b45e6112c
commit
0dd7d12aaf
|
@ -30,6 +30,7 @@ Changelog
|
|||
* Add support for uploading HEIC / HEIF images (Matt Westcott)
|
||||
* Allow customization of preview device sizes in the live preview panel (Bart Cieliński, alexkiro, Sage Abdullah)
|
||||
* Allow setting page privacy rules when a restriction already exists on an ancestor page (Bojan Mihelac)
|
||||
* Automatically create links when pasting content that contain URLs into a rich text input (Thibaud Colas)
|
||||
* Fix: Prevent page type business rules from blocking reordering of pages (Andy Babic, Sage Abdullah)
|
||||
* Fix: Improve layout of object permissions table (Sage Abdullah)
|
||||
* Fix: Fix typo in aria-label attribute of page explorer navigation link (Sébastien Corbin)
|
||||
|
@ -52,6 +53,7 @@ Changelog
|
|||
* Fix: Improve the text contrast of the bulk actions "Select all" button (Sage Abdullah)
|
||||
* Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)
|
||||
* Fix: Fix datetime fields overflowing its parent wrapper in listing filters (Rohit Singh)
|
||||
* Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas)
|
||||
* Docs: Upgrade Sphinx to 7.3 (Matt Westcott)
|
||||
* Docs: Document how to customize date/time format settings (Vince Salvino)
|
||||
* Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino)
|
||||
|
|
|
@ -77,6 +77,7 @@ This feature was developed by Bart Cieliński, alexkiro, and Sage Abdullah.
|
|||
* Implement new designs for the footer actions dropdown with more contrast and larger text (Sage Abdullah)
|
||||
* `StaticBlock` now renders nothing by default when no template is specified (Sævar Öfjörð Magnússon)
|
||||
* Allow setting page privacy rules when a restriction already exists on an ancestor page (Bojan Mihelac)
|
||||
* Automatically create links when pasting content that contain URLs into a rich text input (Thibaud Colas)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
@ -107,6 +108,7 @@ This feature was developed by Bart Cieliński, alexkiro, and Sage Abdullah.
|
|||
* Prevent history view from breaking if a log entry's revision is missing (Matt Westcott)
|
||||
* Prevent long filenames from breaking layout on document chooser listings (Frank Yiu, Shaurya Panchal)
|
||||
* Fix datetime fields overflowing its parent wrapper in listing filters (Rohit Singh)
|
||||
* Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas)
|
||||
|
||||
### Documentation
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue