Maintenance release 4.1.19
You can update from previous Bolt 4 installs by running composer update.
Released: 2021-05-11
🐛 Bug fixes
- Several fixes for handling Relations (bobdenotter, #2576)
- Copy packaged themes in
bolt:copy-themes
command (I-Valchev, #2563) - Fix a CSS quirk in listing overview pages (bobdenotter, #2554)
🛠️ Miscellaneous
- Replace
node-sass
withsass
🗑🔥 (bobdenotter, #2562) - Allow
sensio/framework-extra-bundle
version 6 (bobvandevijver, #2551)
⚙️ Code Quality / Developer Experience
- Fix ecs breakage with
friendsofphp/php-cs-fixer
(I-Valchev, #2566)