kopia lustrzana https://github.com/wagtail/wagtail
Release notes for #7776
rodzic
1f5734ce3f
commit
a7e58e9c67
|
@ -14,6 +14,8 @@ Changelog
|
||||||
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||||
* Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
* Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
||||||
* Add `page_url_path_changed` signal for pages (Andy Babic)
|
* Add `page_url_path_changed` signal for pages (Andy Babic)
|
||||||
|
* Fix: 'Page move' actions being incorrectly logged as 'Page reorder' under some circumstances (Andy Babic)
|
||||||
|
* Add `ever_live()` and `never_live()` filters to `PageQuerySet` (Andy Babic)
|
||||||
|
|
||||||
|
|
||||||
2.15.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
2.15.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
|
|
@ -18,12 +18,14 @@
|
||||||
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
|
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
|
||||||
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
|
||||||
* Add `page_url_path_changed` signal for Pages (Andy Babic)
|
* Add `page_url_path_changed` signal for Pages (Andy Babic)
|
||||||
|
* Add `ever_live()` and `never_live()` filters to `PageQuerySet` (Andy Babic)
|
||||||
|
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
* Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
* Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||||
* Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
* Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
||||||
|
* 'Page move' actions being incorrectly logged as 'Page reorder' under some circumstances (Andy Babic)
|
||||||
|
|
||||||
|
|
||||||
## Upgrade considerations
|
## Upgrade considerations
|
||||||
|
|
Ładowanie…
Reference in New Issue