react-mapbox-gl v1.4.0 Release Notes

Release Date: 2017-03-14 // about 7 years ago
    • 💥 Breaking change : onHover is now onMouseEnter, onEndHover is now onMouseLeave
    • 💥 Breaking change: GEOJSONLayer is not displaying all the layers in your geojson source, you have to specify which source to display by passing the correct props, see note
    • 🛠 Fix issue when unmounting all the features setData is not called and the features doesn't disappear. PR