Skip to content

Releases: headless-studio/leptos-leaflet

0.9.1

05 Dec 07:42
Compare
Choose a tag to compare

Breaking change

  • Support for leptos 0.7.

What's Changed

  • Adding 2 map options: min_zoom & double_click_zoom by @ehilderman in #40

New Contributors

Full Changelog: 0.8.2...0.9.1

0.8.2

10 Nov 10:14
Compare
Choose a tag to compare

What's Changed

  • Remove unused module. by @dgsantana in #1
  • Missing move on cleanup. by @dgsantana in #2
  • Adding some events to map container. by @dgsantana in #3
  • Add missing setOpacity in Marker by @dgsantana in #4
  • Refactoring of workspace and more by @dgsantana in #5
  • Functional leaflet with the main components fully reactive using signals. by @dgsantana in #6
  • Move to leptos 0.5 beta by @dgsantana in #7
  • use 0.5.0 API by @dean-shaff in #8
  • Updated leptos from beta to 0.5, Updated Signal trait implementations by @emirror-de in #9
  • Added CRS and TileLayerWMS bindings, added missing MouseEvent feature to Cargo.toml by @emirror-de in #10
  • Fix code formatting and imports by @dgsantana in #12
  • Moved Leaflet components to modules and update Rust by @dgsantana in #13
  • Refactor code by removing unused settings by @dgsantana in #14
  • Using leaflet-rs as dependency by @emirror-de in #15
  • Update_to_0.6.1 by @dgsantana in #16
  • chore: more preparation for publishing. by @dgsantana in #17
  • Added TileLayerEvents component and example by @emirror-de in #18
  • fix: Removed unit type in empty view macro call in TileLayerWms by @emirror-de in #19
  • Updated leaflet dependency to 0.4 by @emirror-de in #20
  • Fix and change suggestions for circle, tooltip and tile layer component by @LouneCode in #21
  • Update to leptos 0.6.x by @dgsantana in #22
  • Use serde-wasm-bindgen instead of serde-serialize by @Wollaston in #25
  • feat: Added optional icon_anchor parameter to Marker component by @emirror-de in #26
  • regex package removed, fixed image and video overlay and made them public by @Houski in #28
  • Fix panic when Popup and Tooltip are used within overlay context, eg. Polygon by @emirror-de in #29
  • feat: Added parameter bring_to_front and bring_to_back to tile layer and tile layer wms component by @emirror-de in #30
  • Added optional node_ref parameter to Map by @emirror-de in #32
  • feat: Add min_zoom and max_zoom to TileLayer by @otopetrik in #33
  • cargo clippy fixes by @Pi-Cla in #34
  • fix: Make marker icon reactive by @otopetrik in #35
  • Added zoom_snap and zoom_delta to MapContainer by @emirror-de in #36
  • Added zoom_control option to MapContainer, Added Zoom component by @emirror-de in #37
  • Added Control component, Zoom component updates by @emirror-de in #39

New Contributors

Full Changelog: https://github.com/headless-studio/leptos-leaflet/commits/0.8.2