Skip to content

Releases: AlpacaTravel/react-map-gl-alt

v0.7.1

23 Oct 06:53
Compare
Choose a tag to compare

Bumps to version 0.50.0 of Mapbox.
Remove immutable checks using Immutable.Map and instead checks object for .toJS and .equals for comparisons

v0.7.0

24 Sep 21:37
Compare
Choose a tag to compare

Mapbox bump to 0.49.0

New Features:

  • Support for new fitScreenCoordinates move action
  • Improved support for attribution controls; logoPosition and customAttribution
  • Additional options for map instantiation; collectResourceTimingDisabled (default true), transformRequest (default null), localIdeographFontFamily (default null), maxTileCacheSize (default null) and clickTolerance (default 3)

v0.5.4

08 Feb 10:32
Compare
Choose a tag to compare

Version bump mapbox-gl to v0.44.0 release

v0.5.2

18 Jan 19:16
Compare
Choose a tag to compare

The following updates are included in this release;

  • Bump mapbox-gl version to current 0.43.0
  • Switch to minimum version of React 16.2

v0.4.0

19 Jan 20:55
Compare
Choose a tag to compare

Adds support for modern remove flow types. Version bumps to v0.31.0 of mapbox features.

v0.3.2

24 Nov 10:42
Compare
Choose a tag to compare

Add support for mapbox flowtype in tests. Tests with v0.28.0 of mapbox-gl.

v0.3.1

14 Nov 20:26
Compare
Choose a tag to compare

Adds in missing deps for react/immutable. Targets specific has/isEqual lodash modules. Adds element-resize-event to deps for new behaviour.

v0.3.0

14 Nov 20:00
Compare
Choose a tag to compare

Release adds additional behaviours worldCopyJump and trackResizeContainer.

v0.2.7

28 Oct 04:32
Compare
Choose a tag to compare

Release calls onChangeViewport on initial load of the viewport. Adds some additional test assertions.

v0.2.6

26 Oct 10:52
Compare
Choose a tag to compare

Exposes 'scale' property on transform. Improved code coverage of accessors for transform.

Release notes for 0.2.5 on NPM: Improved GeoJSON data reuse and improved testing scenarios.