v4.4.2
This release delivers dependency upgrades, bug fixes, and code quality improvements across the platform.
Added
- Extended column override validation in the list widget now respects columns added via the
list.extendColumnsevent, ensuring dynamically added columns pass validation correctly.
Fixed
- Corrected the troubleshoot link URL in update failure messages to point to
/support/articles/carte-keyinstead of the outdated/support/articles/failed-updates. - Resolved a layout shift (CLS) and full-size flash of the admin logo on cold or throttled page loads by adding explicit
widthandheightattributes to the logo markup, matching the 32×32 size already defined in the stylesheet. - Improved view rendering with better error handling and validation.
Changed
- Upgraded core dependencies to support newer major versions:
laravel/framework(^12.0 | ^13.0),kalnoy/nestedset(~6.0 || ~7.0),scssphp/scssphp(~2.0),league/glide(~4.1), and related test tooling.