Skip to content

Releases: ianzcreative/chronos

v1.7.0 - Native View Support & Action Fixes

02 Feb 15:23

Choose a tag to compare

🚀 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 requiring npm run build or custom tailwind.config.js.
  • Timeline Adjustment: Improved visibility of the timeline connector.

🐛 Bug Fixes

  • Action Button Logic: Fixed Call to a member function audits() on null error. The ChronosHistoryAction now properly detects the $record context, whether used in Header Actions or Table Actions.
  • Safety Checks: Added null-safety checks when the audit log relationship is empty.

📚 Documentation

  • Updated README.md with clearer installation and usage instructions.

Full Changelog: v1.0.0...v1.7.0

v1.5.0 - Package Adjustment

02 Feb 13:37
13e02eb

Choose a tag to compare

Adapt composer spatie/laravel-package-tools to 1.0 | 1.20 | 1.92
Add support to Filament 5

Inital

02 Feb 08:07

Choose a tag to compare

1.0.0

docs: update README.md i