Skip to content

Releases: maptalks/maptalks.js

V0.33.1 Released

25 Oct 08:30
Compare
Choose a tag to compare

Fixes

  • Fix position of marker's auto open infowindow, as #525

V0.33.0 Released

25 Oct 05:28
Compare
Choose a tag to compare

Features

  • Add a new option "autoOpenOn" to InfoWindow, as #525
  • Add a new event "renderercreate" to Layer

V0.32.4 Released

23 Oct 12:14
Compare
Choose a tag to compare

Fixes

  • Reset map's fpsOnInteracting from 0 to 25, as #526

V0.32.3 Released

21 Oct 18:00
Compare
Choose a tag to compare

Fixes

  • Fix unexpected page scrolling when dragging map by touch events on mobiles, this is a regression bug in v0.32.2.

V0.32.2 Released

20 Oct 11:27
Compare
Choose a tag to compare

Improvements

  • Reduce tiles number to load when tilting
  • Ignore dragging out of map

V0.32.1 Released

20 Oct 08:03
Compare
Choose a tag to compare

Features

Improvements

  • Improve map dragging when tilting

V0.32.0 Released

19 Oct 13:22
Compare
Choose a tag to compare

Features

  • Map can tilt to 80 degree now (60 degree previously)
  • Add 2 more options on map: maxPitch and maxVisualPitch
  • Add autoCloseOn in InfoWindow, as #515, proposed by @shanyipeng

Fixes

  • Fix mouse position offset with 'transform:scale', see #450
  • Fix wrong extent of rectangle with a reversed fullExtent of identity projection

V0.31.0 Released

13 Oct 16:38
Compare
Choose a tag to compare

Features

  • Fractional zooming on mobile
  • Add a new Layer GroupTileLayer
  • Add 2 new methods on map hasPreviousView() and hasNextView() for view history

Fixes

  • Use jsonp instead of xhr to load arcgis config to avoid CORS blocking
  • Fix map bouncing when hitting min/max zoom
  • Fix tile gap of tilelayer on mobile
  • Fix map.getZoomForScale
  • Fix background painting when rotating canvas tilelayer

Breaking Changes

  • Change getPreviousView and getNextView to zoomToPreviousView and zoomToNextView

V0.30.2 Released

07 Oct 08:34
Compare
Choose a tag to compare

Fixes

  • Fix dxdy in marker symbolizers
  • Add validity check in spatial reference full extent

V0.30.1 Released

04 Oct 10:00
Compare
Choose a tag to compare

Fixes

  • Fix maptalks.Util.now()