All Versions
145
Latest Version
Avg Release Cycle
20 days
Latest Release
802 days ago

Changelog History
Page 11

  • v3.2.5 Changes

    • ➕ Add null check to BaseControl ref callback (#479)
    • Manually bind methods (#463)
  • v3.2.4 Changes

    February 21, 2018
    • mapbox-gl 0.44.0
    • 🛠 Fix reuseMap option
    • ➕ Add showZoom and showCompass options (#448)
  • v3.2.0 Changes

    January 10, 2018
    • mapbox-gl 0.42.2
    • Viewport transition: feature equivalent to Mapbox's flyTo and easeTo; smooth transition when using keyboard navigation or the NavigationControl. Add new props transitionDuration, transitionInterpolator, transitionEasing, transitionInterruption, onTransitionStart, onTransitionInterrupt, onTransitionEnd
    • Navigation using keyboard and the navigation control matches Mapbox behavior, including smooth transition when zooming and panning.
    • 👍 Touch rotate support: new props of InteractiveMap touchZoom and touchRotate
    • 🔦 Expose Mapbox's transformRequest API
    • ↪ Map Reuse (experimental): A new property reuseMaps is provided for applications that create and destroy maps, to help work around a mapbox-gl resource leak issue that can lead to a browser crash in certain situations.
  • v3.1.1 Changes

    October 20, 2017
    • 🛠 FIX: custom events in MapControls
  • v3.1

  • v3.1.0-alpha.1 Changes

    • React 16 preliminary integration.
  • v3.0.5 Changes

    October 03, 2017
    • 🛠 FIX: missing babel-runtime module at runtime
    • 🛠 FIX: interaction when map is scaled by CSS transform
  • v3.0.4 Changes

    August 08, 2017

    ➕ Add babel transform-runtime to es5 build for IE11 support.

  • v3.0.3 Changes

    August 01, 2017
    • v3.0.2 skipped because of faulty publish
    • 🛠 FIX: unbound this in ref callback for canvas-overlay (#337)
  • v3.0.1 Changes

    July 27, 2017
    • 🛠 FIX: pinch zoom
    • 🛠 FIX: wheel scrolling is blocked when onViewportChange is null