- Added
craft\base\ElementTrait::$isNewSite
. - Added
craft\queue\jobs\PropagateElements::$isNewSite
. - Field layout designers’ library HUDs are now limited to 600 pixels high. (#16772)
- Fixed an error that could occur when saving elements, if any dependencies defined global functions whose names conflicted with Yii’s built-in validator names, such as
string()
. - Fixed a bug where
ancestors
andparent
eager-loading wasn’t working on some environments. (#16381, #16382, #16341) - Fixed a bug where asset, category, and tag relations weren’t propagating to newly-created sites for global sets. (#16752)
- Fixed a bug where database backups weren’t always using the correct charset. (#16753)
- Fixed styling issues. (#16755, #16756, #16760, #16748, #16770)