Releases: mostafaznv/nova-map-field
Releases · mostafaznv/nova-map-field
4.3.0
4.2.1
4.2.0
4.1.0
- Support Nova 5
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