Skip to content

Latest commit

 

History

History
145 lines (111 loc) · 11.3 KB

File metadata and controls

145 lines (111 loc) · 11.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

[1.15.2] - 2019-02-22

Changed

  • map property is not a Leaflet object anymore. Instead it will be a native object.

[1.15.1] - 2019-02-22

Fixed

  • Fixed a race condition in layer promise mangement where we stored an instance of the layer manager and this was a valid value for Promise.all, resolving the final promise sooner than expected. This issue was affecting specially to CartoDB layers.

[1.15.0] - 2019-02-20

Added

  • Adds an onReady callback to layer-manager component. This function triggers when all layer fetchs are resolved. It returns the fetched layers.

Fixed

v1.0.2 - 2018-07-30

Commits

  • Layer: onLayerLoading implemented f755303

v1.0.1 - 2018-07-26

Merged

  • Feature/engine fix #13

Commits

v1.0.0 - 2018-07-24

Merged

  • Feature/params #12
  • Feat: plugin cesium #11
  • Feature/redraw canvas #8
  • move layerManager init to constructor #10
  • Canvas: redraw functionality #7

Commits

  • Convert layerConfig with params and sqlParams 0e449b5
  • add imoport resolver + small fixes to plugin cesium 5e304fd
  • Canvas: tileParams and tileUrl for better performance 2757f1c
  • Layers responding to params 53cb8a3
  • feat: includes new plugin for cesium 8dbeeb3
  • restructure plugins 66a771c
  • docs update 2a95239
  • spelling mistake and check for events when removing fdc1db9
  • prettify code examples df8031f
  • set decode options when props change 5042ce1
  • react export from 7028550
  • add default dataMaxZoom for canvas, fix body url parsing 1739c60
  • fix: setZIndex 9257370
  • Update version 659d5bb

v0.1.5 - 2018-07-12

Merged

  • Canvas: layer and decode function added #6
  • Feature/layer manager and layer component #5

Commits

v0.1.4 - 2018-07-11

Commits

v0.1.3 - 2018-07-11

Merged

  • Support for gee layer #4
  • Carto: interactivity #3
  • Fix: render layers method. Cancel promises. Esri z-index #2
  • Restructuring #1

Commits