All Versions
32
Latest Version
Avg Release Cycle
53 days
Latest Release
765 days ago

Changelog History
Page 1

  • v0.21.0 Changes

    March 13, 2022

    🔄 Changes

    • ➕ Add GeoJson, GeoJsonLoader, GeoJsonFeature by @baldulin #149
  • v0.20.0 Changes

    January 29, 2022

    🔄 Changes

    • ➕ Add tileComponent prop, which lets you swap out the default <img /> component for a custom one.
  • v0.19.7 Changes

    July 04, 2021

    🔄 Changes

    • 👌 Improve <Draggable /> for cases when controlling its location via onDragMove.
  • v0.19.6 Changes

    May 29, 2021

    🔄 Changes

    • 0️⃣ Minor change: the default value for dpr in provider functions now defaults to 1 (instead of undefined)
  • v0.19.5 Changes

    March 20, 2021

    🔄 Changes

    • 0️⃣ Draggable: Set the cursor to grab andgrabbing by default
  • v0.19.4 Changes

    March 20, 2021

    🔄 Changes

    • Center align the tiles and overlays when the pre-rendered map is not the same size as on the final rendered page.
  • v0.19.3 Changes

    March 20, 2021

    🔄 Changes

    • ➕ Add maptiler to providers
  • v0.19.0 Changes

    March 19, 2021

    🔄 Changes

    • ➕ Add <Draggable /> overlay
  • v0.18.1 Changes

    March 19, 2021

    🔄 Changes

    • 👌 Support import { osm, ... } from 'pigeon-maps/providers'
  • v0.18.0 Changes

    March 17, 2021

    🔄 Changes

    • ✂ Remove default export of Map. You must now do import { Map } from 'pigeon-maps'.
    • ➕ Add <ZoomControl />
    • ➕ Add mapProps and setCenterZoom to the props given to child components
    • 0️⃣ Set the default provider to OSM again (from stamenToner)