pull/10375/head
Thibaud Colas 2023-04-18 13:05:07 +01:00
rodzic 78eb3d5844
commit 117eae2299
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -122,6 +122,7 @@ Changelog
* Maintenance: Replace jQuery autosize v3 with Stimulus `w-autosize` controller using autosize npm package v6 (Suyash Srivastava)
* Maintenance: Update `w-action` controller to support a click method (Suyash Srivastava)
* Maintenance: Migrate the site settings switcher select from jQuery to a refined version of the `w-action` controller usage (Aadi jindal, LB (Ben) Johnston)
* Maintenance: Always use expanded Sass output so CSS processing is identical in development and production builds (Thibaud Colas)
4.2.2 (03.04.2023)

Wyświetl plik

@ -169,6 +169,7 @@ Those improvements were implemented by Albina Starykova as part of an [Outreachy
* Replace jQuery autosize v3 with Stimulus `w-autosize` controller using autosize npm package v6 (Suyash Srivastava)
* Update `w-action` controller to support a click method (Suyash Srivastava)
* Migrate the site settings switcher select from jQuery to a refined version of the `w-action` controller usage (Aadi jindal, LB (Ben) Johnston)
* Always use expanded Sass output so CSS processing is identical in development and production builds (Thibaud Colas)
## Upgrade considerations