Changelogs/release notes/contributors for

pull/7749/head
Karl Hobley 2021-12-02 13:47:52 +00:00
rodzic 27a5c77a46
commit 4803133fee
3 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -7,10 +7,14 @@ Changelog
* Added Aging Pages report (Tidjani Dia)
* Add more SketchFab oEmbed patterns for models (Tom Usher)
* Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
* Private pages can now be fetched over the API (Nabil Khalil)
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
* Fix: Transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
* 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)
2.15.1 (11.11.2021)
~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -551,6 +551,8 @@ Contributors
* Shariq Jamil
* Kyle Bayliss
* John Simms
* Justin Michalicek
* Nabil Khalil
Translators
===========

Wyświetl plik

@ -14,10 +14,13 @@
* Added Aging Pages report (Tidjani Dia)
* Add more SketchFab oEmbed patterns for models (Tom Usher)
* Add collapse option to `StreamField`, `StreamBlock`, and `ListBlock` which will load all sub-blocks initially collapsed (Matt Westcott)
* Private pages can now be fetched over the API (Nabil Khalil)
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
### Bug fixes
* Fixed transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
* 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)