Releases: orchidsoftware/platform
Releases · orchidsoftware/platform
14.45.2
14.45.1
14.45.0
14.45.0 - 2025-02-03
Added
- Added keyboard accessibility for tab navigation #2944
- Added support for Kazakh language translations by @kalexhaym #2949
- Added
activeAccordion
method toAccordion.php
by @bald-cat #2939 - Added screen state test
Changed
- Updated global search to use a window modal for better UX
- Improved tag ID generation for tabs #2935
- Improved code on accordion layout
- Improved type annotations and type hints
- Improved types for screen testing
Fixed
- Fixed Pslam errors
- Fixed code style issues
- Fixed types inconsistencies
- Improved Accordion accessibility by @sahar-saadatmandi-corelab #2946
- Reload page when changing assets #2932
CI/CD
- Updated version of
actions/upload-artifact
New Contributors
- @sahar-saadatmandi-corelab made their first contribution in #2946
Full Changelog: 14.44.2...14.45.0
14.44.2
14.44.2 - 2025-01-17
Added
- Translated Role edit title and description in ru language by @kalexhaym in #2936
Changed
- Use
whereLike
for case-insensitive search - Simplify RTL condition logic
- Improved workspace centering on laptops
- Increment pslam error level
Fixed
- Laravel version conflict for PHP 8.4
- Fixed jumping horizontal field title
- Error Notifications Are Not Passing Correctly in Attach by @mavsan in #2934
New Contributors
- @kalexhaym made their first contribution in #2936
Full Changelog: 14.44.1...14.44.2
14.44.1
14.44.0
14.44.0 - 2024-11-23
Changed
- Remove default limits for 'Attach' field file size and quantity
- Use
whereLike
for case-insensitive search #2924 - Allow mutation Eloquent model on
getContent
#2923 - Refactored to modern PHP standards
Fixed
- Loading
csrf
token foraxios
after login
Full Changelog: 14.43.1...14.44.0
14.43.1
14.43.0
14.43.0 - 2024-11-06
Added
- Additional configuration parameters for Hotwire by default
Changed
- The loading of modal windows in the browser has been redesigned. Now, upon invalidation, modal windows, including deferred ones, will automatically open.
- Installed Psalm to run exclusively on GitHub Actions.
- Set types to
static
inField
.
Fixed
- Incorrect listeners names
Removed
- Unused option when running PHPUnit
Full Changelog: 14.42.0...14.43.0