Skip to content

Releases: dotswan/filament-laravel-pulse

2.0.2

30 Nov 09:30
1736748

Choose a tag to compare

Remove obsolete CSS file and update asset path in FilamentLaravelPulseServiceProvider to point to the new location of the pulse.css file.

2.0.1

30 Nov 04:09
464cedc

Choose a tag to compare

Refactor Pulse widget view property to non-static declaration for consistency across all widgets

2.0.0

30 Nov 03:34
a3f5e4a

Choose a tag to compare

Release v2.0.0 - Filament 4.x Support

🎉 Major Release: Filament 4.x Compatibility

This release adds full support for Filament 4.x while maintaining backward compatibility documentation for Filament 3.x users.

✨ What's New

Filament 4.x Support

  • Full compatibility with Filament v4.2.4
  • Support for Laravel 11.28+ and Laravel 12
  • Updated all dependencies to work seamlessly with the latest Filament ecosystem

Version Compatibility Guide

  • Filament 3.x → Use package version ^1.1.7
  • Filament 4.x → Use package version ^2.0

🔄 Changes

Dependencies Updated

  • filament/filament: v3.2.130 → v4.2.4
  • laravel/framework: v10.48.25 → v11.47.0
  • laravel/pulse: v1.3.1 → v1.4.4
  • orchestra/testbench: v8.30.0 → v9.15.0
  • All testing frameworks updated to latest versions

Build System

  • Migrated to PostCSS CLI for better compatibility
  • Added proper CSS build pipeline
  • Fixed all Tailwind CSS configuration issues

🐛 Bug Fixes

  • Fixed Tailwind CSS build errors
  • Resolved dependency conflicts
  • Fixed build scripts for production environments

🔒 Security

  • Fixed all npm package vulnerabilities
  • Updated all dependencies to secure versions

📝 Migration Guide

For Filament 3.x Users

Continue using version 1.1.7:

composer require dotswan/filament-laravel-pulse:^1.1.7

For Filament 4.x Users

Upgrade to version 2.0:

composer require dotswan/filament-laravel-pulse:^2.0

1.1.7

26 Feb 06:45
9fbf045

Choose a tag to compare

Laravel 12.x Compatibility

1.1.6

03 Jan 09:46
578c316

Choose a tag to compare

Changes Made:

  1. Resolved Style Conflicts:
    • Fixed mismatched text and background colors to ensure proper contrast in dark mode.

1.1.5

01 Jan 13:58
8916219

Choose a tag to compare

Release Notes: Version 1.1.5 🎉

This patch release includes several important fixes and updates:

  • Updated JS and CSS for date formatting: Synchronized with the latest changes from laravel/pulse v1.x.
  • PulseSlowOutGoingRequests fix: Resolved a config mismatch issue to ensure proper responsiveness.
  • PulseSlowJobs widget improvement: Fixed an exception caused by a missing property by setting a default value, inspired by the PulseUsage widget.

A huge thank you to @SanderMuller for the outstanding contributions to this release! 🚀

1.1.2

17 Dec 08:49
72c4ad4

Choose a tag to compare

  • Dependencies:

  • Updated project dependencies to the latest versions for enhanced performance, security, and compatibility.

  • CSS Improvements:

    • Refined and improved global CSS styles for better UI consistency and responsiveness.
    • Fixed minor styling issues across multiple components to ensure a polished user experience.

1.1.1

12 Aug 11:19
580aff1

Choose a tag to compare

  • Updated the CSS file to correct the dark mode styles.

1.1.0

27 Jul 18:17
b85f807

Choose a tag to compare

  • Added SlowJobsFeature and update installation instructions by @Sirajunnasihin

1.0.0

09 Jul 14:44

Choose a tag to compare

Release v1.0.0

We are excited to announce the first official release of Filament Laravel Pulse, version 1.0.0! This initial release brings a robust set of features to enhance your Filament dashboard with powerful monitoring capabilities.

Features

  • Server Monitoring: Track and display server performance metrics.
  • Cache Usage: Monitor cache usage and performance.
  • Exception Tracking: View and manage application exceptions.
  • Queue Management: Monitor job queues and processing times.
  • Performance Analytics: Gain insights into slow outgoing requests, slow queries, and overall application usage patterns.