|
| 1 | +## 4.6.2 |
| 2 | +* Fix naming so that Vaadin Directory sync works #526 |
| 3 | + |
| 4 | +## 4.6.1 |
| 5 | +* Updated dependencies |
| 6 | + |
| 7 | +## 4.6.0 |
| 8 | +* Changed all occurrences of ``Integer`` and ``Double`` to ``Number`` for improved compatibility with Leaflet's API |
| 9 | +* Updated OpenStreetMap's Tile-Server address to ``tile.openstreetmap.org`` [openstreetmap/operations#737](https://github.com/openstreetmap/operations/issues/737) |
| 10 | + |
| 11 | +## 4.5.0 |
| 12 | +* Added support for [WMS](https://leafletjs.com/reference.html#tilelayer-wms) #486 |
| 13 | +* Updated dependencies |
| 14 | + |
| 15 | +## 4.4.0 |
| 16 | +* Added support for [GeoJSON](https://leafletjs.com/reference.html#geojson) and [FeatureGroup](https://leafletjs.com/reference.html#featuregroup) #438 |
| 17 | +* Add "draggable" property to LMarkerOptions #413 (thanks to @ChristianHoesel) |
| 18 | + |
| 19 | +## 4.3.0 |
| 20 | +* Updated to Vaadin 24.4 |
| 21 | +* Deduplicated ``tLMapZoomPanOptions`` |
| 22 | + |
| 23 | +## 4.2.1 |
| 24 | +* Handle ``LEvented#off`` in the same way as ``LEvented#on`` |
| 25 | + * Fix incorrect formatting leading to JS error |
| 26 | +* Updated dependencies |
| 27 | + |
| 28 | +## 4.2.0 |
| 29 | +* Fixed some invalid built JavaScript commands #330 |
| 30 | +* Add basic support for CRS #333 |
| 31 | +* Added a few new showcase demos |
| 32 | +* Updated dependencies |
| 33 | + |
| 34 | +## 4.1.1 |
| 35 | +* ⚠️ GroupId changed from ``com.xdev-software`` to ``software.xdev`` |
| 36 | +* Updated dependencies |
| 37 | + |
| 38 | +## 4.1.0 |
| 39 | +* Provide a workaround that fixes a problem where certain methods didn't work instantly after the map was created #305 |
| 40 | +* Moved some container specific methods to ``MapContainer`` |
| 41 | + |
| 42 | +## 4.0.1 |
| 43 | +* Added shortcut method ``invokeSelfReturn`` #282 |
| 44 | +* Updated dependencies |
| 45 | + |
| 46 | +## 4.0.0 |
| 47 | +⚠️<i>This release contains breaking changes</i> |
| 48 | + |
| 49 | +* The complete API got reworked and now has the [same structure as Leaflet](https://leafletjs.com/reference.html). |
| 50 | +* Added lots of new Leaflet APIs - currently around 90% of the Leaflet API are implemented. These include the most useful bits: |
| 51 | + * GeoLocation |
| 52 | + * A lot of new methods for Map |
| 53 | + * Tooltips & Popups |
| 54 | + * Image, Video and SVG-Overlays |
| 55 | + * Rectangles |
| 56 | + * Controls for Scale, Layers, ... |
| 57 | + * and much more |
| 58 | +* Abstracted the elements similar to how this is done inside Leaflet itself so that they can easily be extended |
| 59 | +* The API only supports sending instructions to the client. Retrieving client side data is not supported as data integrity can't be guaranteed (client-side data can be modified by users). |
| 60 | + * Event listeners can still be registered but this needs to be done manually. A example is available in the demo. |
| 61 | +* All Leaflet elements are now tracked on the client and on the server and can therefore be modified/reused (using ``LComponentManagementRegistry``). |
| 62 | + * Before it was only possible to create an element and then send it to the client |
| 63 | + * However keep in mind when creating a lot of elements that you may have to free up memory on the client (manually) |
| 64 | +* Integrated default Leaflet resources |
| 65 | + |
| 66 | +## 3.0.2 |
| 67 | +* Added support for Polyline #266 (thanks to @blitzdose) |
| 68 | + |
| 69 | +## 3.0.1 |
| 70 | +* Fixed ``divIcon`` being displayed incorrectly [due to a default ``iconSize`` of ``12px``](https://github.com/Leaflet/Leaflet/issues/4238) #246 |
| 71 | +* Updated dependencies |
| 72 | + * Updated leaflet to [``1.9.4``](https://github.com/Leaflet/Leaflet/blob/b6b56f6e707142c177fad2f67827a5007e56736a/CHANGELOG.md#194-2023-05-18) #247 |
| 73 | + |
| 74 | +## 3.0.0 |
| 75 | +⚠️<i>This release contains breaking changes</i> |
| 76 | + |
| 77 | +* Adds support for Vaadin 24+, drops support for Vaadin 23<br/> |
| 78 | + <i>If you are still using Vaadin 23, use the ``2.x`` versions.</i> |
| 79 | + * Requires Java 17+ |
| 80 | + |
| 81 | +## 2.0.4 |
| 82 | +* Added method ``centerAndZoom`` in ``LMap`` |
| 83 | +* Fixed a problem where an invalid ``iconSize`` was transferred to leaflet which caused a client side exception (#199) |
| 84 | +* Updated various dependencies |
| 85 | + |
| 86 | +## 2.0.3 |
| 87 | +* Updated dependencies |
| 88 | +* Fixed problem with setting lon/lan in LMarker |
| 89 | +* Added constructors for LMap |
| 90 | + |
| 91 | +## 2.0.2 |
| 92 | +* Updated dependencies |
| 93 | + |
| 94 | +## 2.0.1 |
| 95 | +* Updated dependencies |
| 96 | + * Vaadin 23.2 |
| 97 | + |
| 98 | +## 2.0.0 |
| 99 | +⚠️<i>This release contains breaking changes</i> |
| 100 | + |
| 101 | +* Update to Vaadin 23 |
| 102 | + * Removed deprecated polymer-connector - replaced by ``executeJs`` |
| 103 | +* Fixed a problem where the map was not rendered/aligned correctly |
| 104 | +* Don't load anything from remote servers that are not under control of the user |
| 105 | +* Shrunk the jar |
| 106 | +* Removed default leafletmap tile layer; has to be set manually due to usage policy |
| 107 | +* Updated dependency versions |
0 commit comments