Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 2.44 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

0.4.0 - 2016-09-08

Added

  • Support for some layer types (CSV, KML, WMS)

Fixed

  • renderer property of FeatureCollection override exisitng one (#50)

Changed

0.3.4 - 2016-08-16

Added

  • Support for authorization token and server for WebMap request (by @manders)
  • Support for layer order with custom pane
  • Support for FeatureCollection without featureCollection property
  • Support for layer opacity (partial)

Fixed

  • FeatureLayer does not appear after initializing (#57)

Changed

  • Separate modules for calculating a label position
  • Use arcgis-to-geojson-utils as converter
  • Separate a module for label icon as LabelIcon

0.3.3 - 2016-07-07

Added

  • NPMCDN (an alternative plan until added into jsdelivr)

0.3.2 - 2016-07-06

Added

  • CHANGELOG.md

0.3.1 - 2016-07-06

Added

  • FeatureCollection can load a feature collection using itemId
  • Rendering FeatureLayer with drawingInfo using esri-leaflet-renderers 2.0.3
  • FeatureCollection use renderer modules of esri-leaflet-renderers to render
  • Test script with karma, mocha and chai
  • Automatically checking with Travis CI

Changed