File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 14.52.3 - 2025-07-07
9+
10+ ### Fixed
11+
12+ -` Group::render() ` now returns ` null ` if the field group is empty to prevent rendering an empty block and improve
13+ performance.
14+
815## 14.52.2 - 2025-07-02
916
1017### Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Dashboard
2323 *
2424 * @deprecated Use `Dashboard::version()` instead.
2525 */
26- public const VERSION = '14.52.2 ' ;
26+ public const VERSION = '14.52.3 ' ;
2727
2828 /**
2929 * @deprecated
You can’t perform that action at this time.
0 commit comments