kopia lustrzana https://github.com/wagtail/wagtail
rodzic
0dc2f60469
commit
25c4763d08
|
@ -10,6 +10,7 @@ Changelog
|
||||||
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
|
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
|
||||||
* Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey)
|
* Add `purge_embeds` management command to delete all the cached embed objects in the database (Aman Pandey)
|
||||||
* Make it possible to resize the page editor’s side panels (Sage Abdullah)
|
* Make it possible to resize the page editor’s side panels (Sage Abdullah)
|
||||||
|
* Add ability to include `form_fields` as an APIField on `FormPage` (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston)
|
||||||
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
* Fix: Make sure workflow timeline icons are visible in high-contrast mode (Loveth Omokaro)
|
||||||
* Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
|
* Fix: Ensure authentication forms (login, password reset) have a visible border in Windows high-contrast mode (Loveth Omokaro)
|
||||||
* Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
|
* Fix: Ensure visual consistency between buttons and links as buttons in Windows high-contrast mode (Albina Starykova)
|
||||||
|
|
|
@ -666,6 +666,7 @@ Contributors
|
||||||
* Florian Vogt
|
* Florian Vogt
|
||||||
* Fatuma Abdullahi
|
* Fatuma Abdullahi
|
||||||
* Elizabeth Bassey
|
* Elizabeth Bassey
|
||||||
|
* Suyash Singh
|
||||||
|
|
||||||
Translators
|
Translators
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -20,6 +20,7 @@ depth: 1
|
||||||
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
|
* Add full support for secondary buttons with icons in the Wagtail design system - `button bicolor button--icon button-secondary` including the `button-small` variant (Seremba Patrick)
|
||||||
* Add [`purge_embeds`](purge_embeds) management command to delete all the cached embed objects in the database (Aman Pandey)
|
* Add [`purge_embeds`](purge_embeds) management command to delete all the cached embed objects in the database (Aman Pandey)
|
||||||
* Make it possible to resize the page editor’s side panels (Sage Abdullah)
|
* Make it possible to resize the page editor’s side panels (Sage Abdullah)
|
||||||
|
* Add ability to include [`form_fields` as an APIField](form_page_fields_api_field) on `FormPage` (Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston)
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue