All Versions
35
Latest Version
Avg Release Cycle
25 days
Latest Release
1240 days ago

Changelog History
Page 4

  • v0.15.0 Changes

    October 23, 2016
    • โฌ†๏ธ Upgrade mapbox-gl from v0.21.0 to v0.25.1 and don't build the vendor anymore, react-mapbox-gl is now using mapbox-gl/dist/mapbox-gl.js bundle again
    • ๐Ÿ‘Œ Improve the examples with a navigation to select one.
    • ๐Ÿ›  Fix a major issue when removing a layer with a sourceId.
  • v0.11.0 Changes

    September 08, 2016
    • โž• Add GeoJSONLayer component to display a raw geojson
  • v0.8.0 Changes

    July 05, 2016
    • ๐Ÿ’ฅ Breaking change, zoom is now wrapped in an array so the map component can check for a reference equality of the value.
  • v0.7.1 Changes

    June 16, 2016
    • ๐Ÿ“š Update API documentation
    • ๐Ÿ’… A change of the style geojson passed down to the map component will update the style of the map itself using mapbox setStyle
    • ๐Ÿ“ฆ Get rid of lodash for internal methods and smaller packages
  • v0.7.0 Changes

    June 15, 2016
    • โž• Add layerOptions property to Layer component
    • Layer can use external source : #22
    • โž• Add Layer with external source to all-shape example
    • ๐Ÿ’… onStyleLoad callback is now called before childrens components are rendered
    • โšก๏ธ Update mapbox-gl to version 0.20.0
    • โž• Add properties property to Feature component