Skip to content

Releases: mostafaznv/nova-map-field

4.0.3

04 Sep 17:48
f0d8d29
Compare
Choose a tag to compare

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

Full Changelog: 4.0.2...4.0.3

4.0.2

18 Mar 20:23
a6eb425
Compare
Choose a tag to compare

bugfix and improvement #51

changelog

4.0.1

17 Mar 14:22
fccf2b4
Compare
Choose a tag to compare

4.0.0

17 Mar 11:49
0f0db09
Compare
Choose a tag to compare
  • 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

Migration Guide from 3.* to 4.*

3.2.0

11 Nov 09:20
084caa5
Compare
Choose a tag to compare
  • 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

03 Nov 13:54
e5a87c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

10 Sep 10:03
076f3d5
Compare
Choose a tag to compare
  • bump ol to 8.1.0 and vue3-openlayers to 2.0.0-alpha
  • change ol-geocoder dependency

3.1.1

07 Aug 00:14
50cfd45
Compare
Choose a tag to compare

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

16 May 21:35
47c35b2
Compare
Choose a tag to compare
  • Support dependent fields #39
  • Add compatibility with nova-tabs #9
  • Fix a bug to prevent duplicating markers on geocoder select
  • Bump vue3-openlayers to 0.4.0
  • Minor bug fixes and clean up.

Support Laravel 10.x

15 Feb 07:24
b8f4cf0
Compare
Choose a tag to compare