Skip to content

Releases: dotswan/filament-map-picker

2.2.0

05 Feb 12:53
f1a0af3

Choose a tag to compare

MapEntry Enhancements & Dependency Updates

New Features

  • Dynamic Coordinates: defaultLocation() now accepts closures for dynamic coordinate loading from records
  • GeoJSON Support: New geojsonData() method to display GeoJSON/GeoMan shapes in MapEntry infolists

Bug Fixes

  • Fixed MapEntry ignoring record coordinates and defaulting to browser location
  • Fixed state handling errors with undefined values
  • Fixed closure evaluation causing container initialization errors

2.1.3

25 Dec 07:11

Choose a tag to compare

🐛 Bug Fixes

Map Component Improvements

  • Fixed z-index issues: Resolved Leaflet component z-index conflicts that caused sidebar and navbar overlap issues
  • Fixed Geoman layer editing: Added pm:edit event listener to newly created Geoman layers to ensure state updates are properly triggered when editing new layers

Contributors

2.1.2

01 Dec 05:40
fc9d16c

Choose a tag to compare

  • Replaced deprecated Tailwind CSS dependencies with the new CLI package.
  • Updated esbuild to version 0.24.0 for improved performance and compatibility.
  • Removed unused PostCSS configuration and Tailwind configuration files.
  • Adjusted CSS imports to align with the new Tailwind setup.
  • Cleaned up package.json and package-lock.json to reflect the changes in dependencies.

2.1.1

30 Nov 03:01
78254af

Choose a tag to compare

  • Range selection now works within wizards (Step 2).
  • Map component can now react to Livewire state changes and actions, enabling features like postcode → location lookups or marker-driven state updates.

Big thanks to @artumi-richard for raising this PR and enhancing the user experience!

2.0.3

23 Oct 09:37
2039185

Choose a tag to compare

  • Updated form restoration input retrieval to use refs for better compatibility.
  • Added checks to ensure form restoration input exists before accessing its value.
  • Modified the attach function to accept refs, improving the integration with the map picker component.

2.0.2

02 Oct 09:49
0946499

Choose a tag to compare

  • Fix range select field to work with filament 4 ids

2.0.1

16 Sep 07:25
00b3e3d

Choose a tag to compare

  • Updated to match filament 4 naming

Thanks to @artumi-mandy for the collaboration 🙌

2.0.0

26 Aug 06:34
7e60333

Choose a tag to compare

Support for Filament v4

This release introduces support for Filament v4 🎉

A big thanks to @mohamed-ben-aisha for the collaboration and updates that made this possible 🙌

1.8.8

13 Jul 09:54
8c19d09

Choose a tag to compare

🐛 Bug Fixes

  • Fix undefined variable issue
  • Fix typo in boundaries functions

🙌 Special Thanks

Big thanks to @JaZo for their contributions to this release! 💖

1.8.7

10 Jun 13:21
019e8f0

Choose a tag to compare

🐛 Bug Fix Release

Fixed Issues

GeoJSON Polygon Visibility on MapEntry