Releases: mostafaznv/nova-map-field
Releases · mostafaznv/nova-map-field
4.0.3
What's Changed
- Clear map button functionality #56
- Undo map button functionality #56
- Handle empty values for Polygon/MultiPolygon fields during export
- Update README.md by @marlocorridor in #52
New Contributors
- @marlocorridor made their first contribution in #52
- @codebarista made their first contribution in #56
Full Changelog: 4.0.2...4.0.3
4.0.2
4.0.1
4.0.0
- Support Laravel 11
- Drop support for laravel-eloquent-spatial versions 2 and 3
- Remove MapEnum class in order to utilize PHP 8.1 enums
- Make PointValue properties readonly
- Remove unused attribute argument from storeScreenshot method
- Set return type for isRequired method
- Rewrite rules based on laravel's ValidationRule class
3.2.0
- Experimental capture method has been added to all map fields.
HandlesValidation
trait has been added to all map fields to enhance validation support.- Bugfix
3.1.3
3.1.2
- bump ol to 8.1.0 and vue3-openlayers to 2.0.0-alpha
- change ol-geocoder dependency
3.1.1
What's Changed
- fix(geocoder): implement temporary fix for osm provider and remove trailing slash from endpoint address #41 by @mostafaznv in #42
Full Changelog: 3.1.0...3.1.1
3.1.0
Support Laravel 10.x
- Add Support for Laravel 10 by @renato-cardoso in #37