Skip to content

v1.7.0 - Native View Support & Action Fixes

Latest

Choose a tag to compare

@ianzcreative ianzcreative released this 02 Feb 15:23
· 8 commits to main since this release

🚀 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