- Added
craft\events\AssetBundleEvent
. - Added
craft\web\View::EVENT_AFTER_REGISTER_ASSET_BUNDLE
. - Added support for the
CRAFT_LOG_ALLOW_LINE_BREAKS
environment variable. (#13544) - Fixed multiple issues with Selectize inputs.
- Fixed a bug where Command/Ctrl + clicks on “New entry” button menu options would open the Entries index page in a new tab, and redirect to the Edit Entry page in the current tab. (#13550)
- Fixed a bug where autosuggest fields weren’t mouse-selectable. (#13553)
- Fixed a bug where
craft\events\MoveElementEvent::$targetElementId
was getting set incorrectly. (#13552)