Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 3 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0 (2019-12-10)

Features

  • Map: add support for all leaflet Map options (90a6e28)
  • Map: add support for event listeners (f211aaf)
  • Map: add support for passing bounds prop (e6e3f9e)
  • Map: add support to update center position (7395021)
  • Map: add support to update zoom (2d9b50e)
  • Map: set default zoom to 6 (a73fea5)
  • Marker: add support for markers (1d57d02)
  • MarkerCluster: add marker cluster support (6ebe55f)
  • Polyline: add Polyline support (8e8f1ce)
  • ZoomControl: add ZoomControl support (ae6f788)

Bug Fixes

  • make preact X compat (e96e0ad)
  • deps: update dependency preact to v10 (eef9641)
  • eslint: v18 config (f4aa9f0)
  • add displayName to components (f58bb26)
  • demo: set accurate title (82202fc)
  • Layer: log error instead of throw exception (3490042)
  • leaflet: use named import from leaflet (fedbe8d)
  • Map: prevent render null children (d16ec53)
  • Map: remove default center value (0fd9bcd)