Changelog

Track all notable changes, improvements, and updates to Laratic.

January 13, 2026

v1.2.0

New

  • Enhanced admin dashboard with new revenue analytics widget
  • Real-time notification system with toast alerts
  • Advanced filtering options for blog posts and products
Enhanced Admin Dashboard
New admin dashboard with improved analytics and user insights

Changed

  • Resolved issue with dark mode toggle persistence
  • Fixed pagination on mobile devices

Fixed

  • Resolved issue with dark mode toggle persistence
  • Fixed pagination on mobile devices

January 27, 2026

v1.1.0

New

  • New reusable notification component for Livewire
  • Enhanced form validation with real-time feedback
  • API rate limiting for AI endpoints

Example of the new notification component:

// In your Livewire component
use Livewire\Component;

class UserProfile extends Component
{
    public function updateProfile()
    {
        // Validation logic...
        
        $this->dispatch('notify', [
            'type' => 'success',
            'message' => 'Profile updated successfully!'
        ]);
    }
}

Changed

  • Refactored authentication middleware for better performance
  • Updated AI token usage tracking algorithm

Fixed

  • Fixed memory leak in AI streaming responses
  • Corrected timezone handling in user settings

January 20, 2026

v1.0.0

New

  • Initial release of Laratic
  • Complete user authentication and authorization system with role-based access control
  • Blog management platform with AI-powered content generation capabilities
  • Comprehensive admin dashboard with real-time analytics and reporting
  • Cookie consent banner with integrated Google Analytics support
  • Newsletter subscription and management system
  • Social authentication via Google and GitHub providers
  • Multi-language support with seamless translation system
  • Full-featured product catalog and order management
  • Interactive AI chat with streaming response capabilities

Changed

  • First stable release - no previous versions

Fixed

  • Initial release - no bug fixes yet