File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.1
2
+ * Updated dependencies
3
+ * Updated leaflet to [ `` 1.9.4 `` ] ( https://github.com/Leaflet/Leaflet/blob/b6b56f6e707142c177fad2f67827a5007e56736a/CHANGELOG.md#194-2023-05-18 ) #247
4
+
1
5
## 3.0.0
2
6
* Adds support for Vaadin 24+, drops support for Vaadin 23<br />
3
7
<i >If you are still using Vaadin 23, use the `` 2.x `` versions.</i >
Original file line number Diff line number Diff line change 47
47
import software .xdev .vaadin .maps .leaflet .flow .data .LTileLayer ;
48
48
49
49
50
- @ NpmPackage (value = "leaflet" , version = "1.8.0 " )
50
+ @ NpmPackage (value = "leaflet" , version = "1.9.4 " )
51
51
@ Tag ("leaflet-map" )
52
52
@ JsModule ("leaflet/dist/leaflet.js" )
53
53
@ CssImport ("leaflet/dist/leaflet.css" )
You can’t perform that action at this time.
0 commit comments