Skip to content

v4.4.2

Choose a tag to compare

@sampoyigi sampoyigi released this 14 Sep 16:16
· 7 commits to 4.x since this release
82c9053

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.extendColumns event, ensuring dynamically added columns pass validation correctly.

Fixed

  • Corrected the troubleshoot link URL in update failure messages to point to /support/articles/carte-key instead 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 width and height attributes 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.