Releases: ianzcreative/chronos
Releases · ianzcreative/chronos
v1.7.0 - Native View Support & Action Fixes
🚀 What's Changed
💅 UI/UX Improvements
- Native View Support (Zero-Build): Converted the History Modal view to use native CSS variables (
rgb(var(--gray-xxx))) instead of raw Tailwind classes. This ensures the "Premium" look works immediately without requiringnpm run buildor customtailwind.config.js. - Timeline Adjustment: Improved visibility of the timeline connector.
🐛 Bug Fixes
- Action Button Logic: Fixed
Call to a member function audits() on nullerror. TheChronosHistoryActionnow properly detects the$recordcontext, whether used in Header Actions or Table Actions. - Safety Checks: Added null-safety checks when the audit log relationship is empty.
📚 Documentation
- Updated
README.mdwith clearer installation and usage instructions.
Full Changelog: v1.0.0...v1.7.0
v1.5.0 - Package Adjustment
Adapt composer spatie/laravel-package-tools to 1.0 | 1.20 | 1.92
Add support to Filament 5
Inital
1.0.0 docs: update README.md i