All Versions
32
Latest Version
Avg Release Cycle
53 days
Latest Release
1106 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.21.0 Changes
March 13, 2022🔄 Changes
- ➕ Add
GeoJson
,GeoJsonLoader
,GeoJsonFeature
by @baldulin #149
- ➕ Add
-
v0.20.0 Changes
January 29, 2022🔄 Changes
- ➕ Add
tileComponent
prop, which lets you swap out the default<img />
component for a custom one.
- ➕ Add
-
v0.19.7 Changes
July 04, 2021🔄 Changes
- 👌 Improve
<Draggable />
for cases when controlling its location viaonDragMove
.
- 👌 Improve
-
v0.19.6 Changes
May 29, 2021🔄 Changes
- 0️⃣ Minor change: the default value for
dpr
inprovider
functions now defaults to1
(instead ofundefined
)
- 0️⃣ Minor change: the default value for
-
v0.19.5 Changes
March 20, 2021🔄 Changes
- 0️⃣ Draggable: Set the cursor to
grab
andgrabbing
by default
- 0️⃣ Draggable: Set the cursor to
-
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
- ➕ Add
-
v0.19.0 Changes
March 19, 2021🔄 Changes
- ➕ Add
<Draggable />
overlay
- ➕ Add
-
v0.18.1 Changes
March 19, 2021🔄 Changes
- 👌 Support
import { osm, ... } from 'pigeon-maps/providers'
- 👌 Support
-
v0.18.0 Changes
March 17, 2021🔄 Changes
- ✂ Remove default export of
Map
. You must now doimport { Map } from 'pigeon-maps'
. - ➕ Add
<ZoomControl />
- ➕ Add
mapProps
andsetCenterZoom
to the props given to child components - 0️⃣ Set the default provider to OSM again (from stamenToner)
- ✂ Remove default export of