π§© Release Summary
This update includes two key improvements for enhanced flexibility and compatibility, especially when using components in complex UI contexts like modals and slide-overs.
π― Fixes & Improvements
πΊοΈ Leaflet Map Compatibility in Slide-overs
- Fixed display issues with Leaflet maps when used inside Filament slide-overs or modals.
- Resolved z-index stacking conflicts caused by
z-index: 1 !importantin bothfieldsandinfolistsBlade views. - Removed unnecessary z-index declarations.
- Added targeted overrides for default
leaflet.cssstyles to ensure proper rendering without affecting other layouts.
π§ Closure Support for Component Methods (#78)
- Added support for passing Closures to component methods that previously accepted only boolean values.
- This change enhances flexibility, enabling more dynamic behavior when configuring components.
π Special Thanks
Big thanks to @nirine1 for the valuable contributions in this release