CraftCMS v3.4.22 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
  • โž• Added

    • โž• Added craft\controllers\FieldsController::actionRenderSettings().
    • โž• Added craft\web\assets\fieldsettings\FieldSettingsAsset.

    ๐Ÿ”„ Changed

    • Field settings are now lazy-loaded when the Field Type selection changes, improving the up-front load time of Edit Field pages. (#5792)
    • ๐Ÿฑ The URL of the conflicting asset is now returned when uploading a file via the assets/upload action. (#6158)
    • 0๏ธโƒฃ Craft no longer minifies JavaScript and CSS by default. (#5792)

    ๐Ÿ—„ Deprecated

    • ๐Ÿฑ Deprecated craft\web\assets\positionselect\PositionSelectAsset.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a PHP error that could occur when editing a non-image asset. (#6162)
    • ๐Ÿ›  Fixed a bug where asset thumbnails could never load from Live Preview.