Changelog
Recent changes in Beartropy packages.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.4.1] - 2025-12-19
Fixed
- Fixed inline editing:
- Fixed display showing ID instead of label after save.
- Fixed initial value mismatch (display vs ID) for relationship fields.
- Fixed empty state defaulting to first option (added placeholder).
- Fixed
Undefined array keyerror whenupdateFieldis not in columns. - Fixed data persistence issues on pagination (added
wire:keyand cache invalidation).
- Added
setUpdateField()method toColumnto support updating relationship IDs while displaying names. - Added translations for "Select an option" placeholder.
[2.4.0] - 2025-12-19
Changed
- Enhanced Inline Editing UI:
- Added success/error visual feedback with icons (Check/Exclamation).
- Added loading state spinner during save.
- Improved hover effects with specific card styling (inner div with
hover:bg-amber-200type effect). - Made
updateFieldreturn a boolean status for UI feedback.
- Updated documentation with comprehensive examples for inline editing.
[2.3.11] - 2025-12-18
Changed
- Updated default
inputThemeOverridetobeartropyinViewtrait.
[2.3.10] - 2025-12-18
Changed
- Updated defaults in
Viewtrait to fallback tograytheme. - Updated pagination components to respect
buttonThemeOverride.
Added
- Added
getThemeConfighelper method toViewtrait.
[2.3.9] - 2025-12-18
Changed
- Removed
.agentfolder from repository and added it to.gitignore.
[2.3.8] - 2025-12-18
Added
- Added
setButtonThemeOverride(?string $theme)andsetInputThemeOverride(?string $theme)toViewtrait to allow overriding themes for specific components.
[2.3.7] - 2025-12-18
Added
- Added
useGlobalSearch(bool)method toSearchtrait to toggle global search input visibility. - Added
showOnlyTable(bool)method toYATBaseTableto quickly disable global search, pagination, and column toggle. - Added
pushLeft()andpushRight()methods toColumnclass for easy content and header alignment using Tailwind CSS.
Fixed
- Fixed table header alignment (
text-left,pl-2) for the row counter column inyat-table.blade.php.
Current version: 0.0.4