All Versions
32
Latest Version
Avg Release Cycle
53 days
Latest Release
767 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)