Releases: orchidsoftware/platform
Releases · orchidsoftware/platform
14.52.5
14.52.5 - 2025-11-02
What's Changed
- Avoid invalid image request in Firefox (adjustments for PR #3061) by @bandicsongor in #3064
New Contributors
- @bandicsongor made their first contribution in #3064
Full Changelog: 14.52.4...14.52.5
14.52.4
14.52.3
14.52.3 - 2025-07-07
Fixed
-Group::render() now returns null if the field group is empty to prevent rendering an empty block and improve
performance.
Full Changelog: 14.52.2...14.52.3
14.52.2
14.52.1
14.52.0
14.52.0 - 2025-05-04
Added
Changed
- Rename
getStatusPermissiontostatusOfPermissions - Set Turbo scroll behavior to
preserveby default #3008
Fixed
- Padding between text and close button
Credits
Thanks to the following contributors for their work on this release:
Full Changelog: 14.51.2...14.52.0
14.51.2
14.51.1
14.51.0
Added
- Added support HTML rendering in help and title fields #3001
- Support passing Eloquent models as action parameters #3000
- Split screen state/fillable logic into reusable trait
Changed
- UI improvements for better look #2999
- Improve balance of added text in horizontal titles
- Refactor component hashing: switch to
xxh3#3004 - Extract hash algorithm to protected method for easier override #3002
Fixed
- Set default max slices to 6 to minimize issues with the used package #2965
- Avoid PHPUnit 12 conflict by using
Attributes\DataProvider#2990 - Fix serialization and deserialization for unsaved Eloquent models #3003
- Workaround for Laravel
12.10.1relation loading regression ingetAttribute()#3006 - Fix file sorting issue on servers expecting
Content-Type#3005
Credits
Thanks to the following contributors for their work on this release:
Full Changelog: 14.50.1...14.51.0