Skip to content

Latest commit

 

History

History
122 lines (95 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

122 lines (95 loc) · 2.5 KB

Changelog

[Unreleased]

2020-12-28 - 0.1.16

Added

  • fitBounds, project and unproject methods

Fixed

  • scroll/zoom issues in iOS 12

2020-12-28 - 0.1.15

Fixed

  • initial styleZoom

2020-12-21 - 0.1.14

Added

  • styleZoom with map initialization

2020-12-16 - 0.1.13

Added

  • setStyleById

2020-12-04 - 0.1.12

Added

  • Marker label

2020-11-23 - 0.1.11

Added

  • setStyleZoom
  • getStyleZoom
  • zoom animation
  • maxBounds

2020-11-17 - 0.1.10

Added

  • pedestrian navigation support

2020-09-22 - 0.1.9

Added

  • disable map rotation option
  • disable map pitch option
  • label anchor option
  • marker z index support
  • map bounds support
  • route search completion block
  • user location

Fixed

  • iOS 14 rendering issue
  • JS error handling

2020-08-10 - 0.1.8

Added

  • Added the ability to use a stretchable image as background for the marker label.
  • Added the option autoHideOSMCopyright to the Map. If true, the OSM copyright will be hidden after 5 seconds from the map initialization.

2020-06-09 - 0.1.6

Added

  • Directions API support
  • Documentation
  • Images

2020-05-25 - 0.1.5

Added

  • MapEntity selection support

Changed

  • rename Building -> MapEntity

2020-05-19 - 0.1.4

Added

  • Swift PM support
  • Building selection support

2020-05-06 - 0.1.3

Added

  • Label support
  • Label show/hide support

2020-04-30 - 0.1.2

Added

  • Changelog
  • Cluster support
  • Object selection support

Changed

  • Readme

2020-04-27 - 0.0.8

Added

  • Polyline, circle, polygon
  • Colors support
  • Linter

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Code structure

Changed

  • Nothing.