diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index a3ef67f..63ea484 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -274,6 +274,16 @@ for decoupled applications will be improved in a future release. ### Settings Tray +* [Added a CSS reset to the Settings Tray](https://www.drupal.org/node/2826722) to improve the user experience. +* [Form validation messages now appear in the Settings Tray instead of main page](https://www.drupal.org/node/2785047). +* [Changed the toolbar background to blue when in Edit mode](https://www.drupal.org/node/2894427). +* [Hid Title input unless it is displayed and changed label to Block Title](https://www.drupal.org/node/2882729). +* Off Canvas tray [now opens with default width instead of previous unclosed state](https://www.drupal.org/node/2828912). +* ["Quick edit" is now listed before "Configure" in contextual links while in Edit mode](https://www.drupal.org/node/2784567). +* ["Quick edit" links for custom blocks are now differentiated as "Quick edit settings"](https://www.drupal.org/node/2786193). +* [Edit mode now behaves the same way whether accessed by clicking "quick edit" or clicking through the toolbar](https://www.drupal.org/node/2847664) +* [Added escape from Edit mode with ESC key](https://www.drupal.org/node/2784571) to improve accessibility. + ### Place Block * [Marked as hidden](https://www.drupal.org/node/2898267).