Skip to content

Releases: rnmapbox/maps

8.4.0

Choose a tag to compare

@ferdicus ferdicus released this 21 Oct 14:55
  • fix(iOS): pin mapLibre back to 5.12.0 (#1589)
  • chore: improve GH workflows (#1588)
  • build(deps): bump @expo/config-plugins from 3.1.0 to 4.0.3 (#1585)
  • chore(pre-commit): run lint on TS files, change PR template (#1584)
  • feat(example): update vertical alignment example (#1579)
  • fix incorrect anchor calculation for PointAnnotation on iOS (#1576)
  • style(eslint): align root and example with the same configuration (#1575)
  • fix(mapLibre): support version 5.12.0 upwards (#1571)
  • build: upgrade to RN 0.66 (#1570)
  • build(android): add telemetry dependency to default build setup (#1550)
  • feat(camera): Enable padding as a root-level prop on the camera, with bounds.padding* as fallbacks (#1538)
  • fix: revert pinned mapLibre version to 5.11.0 (8a2b00e67ba6398f3f6e6f52e98b0f0cea437e4d)

8.3.0

Choose a tag to compare

@ferdicus ferdicus released this 20 Aug 14:19
  • Fix TypeScript type for Callout's textStyle prop (#1450)
  • Build(ios): pin maplibre version to 5.12.0 (#1454)
  • Update geoUtils helpers types to correspond with turf/helpers (#1455)
  • Fix crash with missing okhttp dependency (#1452)
  • Move from react-native-testing-library => @testing-library/react-native (#1453)
  • Feat(camera): maxBounds/(min|max)ZoomLevel can be updated dynamically (#1462)
  • Refactor(example): clean up folder structure (#1464)
  • Fix lineGradient showing wrong colors (#1471)
  • Support tintColor on Android (#1465)
  • Feat(android): dynamically update tintColor & add example (#1469
  • Docs: make background in example pngs transparent (#1483
  • Examples: align install steps with yarn, ignore created env files (#1484
  • Style: run yarn lint (#1486
  • Fix(plugin): Exclude arm64 architectures for simulator builds (#1490
  • Feat(android): dynamically update tintColor & add example (#1469)
  • Docs: make background in example pngs transparent (#1483)
  • Examples: align install steps with yarn, ignore created env files (#1484)
  • Style: run yarn lint (#1486)
  • Test: add unit tests for component light (#1489)
  • Feat: add Adds getClusterChildren method to ShapeSource (#1495)

8.2.1

Choose a tag to compare

@ferdicus ferdicus released this 22 Jun 10:14

fix issue when publishing to npm with prepare script react-native-mapbox-gl/maps@eab816d

8.2.0

Choose a tag to compare

@ferdicus ferdicus released this 22 Jun 08:50
  • getClusterLeaves method for ShapeSource (#1411)
  • Add logoPosition props to MapView to position the mapbox logo (#1396)
  • Add compatibility with React 17/ npm7 (#1387)
  • Add Expo config plugin (#1388)
  • Android: Bump okhttp to 4.9.0 (#1390)
  • Support dynamically changing local JSON in styleURL (#1399)
  • Add missing types to SymbolLayerStyle & ImagesProps (#1360)
  • Fix error while updating coordinates of RCTMGLImageSource (#1310)

8.2.0-beta2

8.2.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@ferdicus ferdicus released this 23 Apr 15:37
79db8b1

Changes

  • Add types for Logger class (#1316)
  • Enable linear easing on map camera (#1281)
  • Allow MapLibre as an option (#1311)
  • Fix native UserLocation on Android (#1284)
  • Add getClusterExpansionZoom to ShapeSource (#1279)
  • Add type definition for AnimatedPoint (#1280)

8.2.0-beta1

8.2.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@mfazekas mfazekas released this 07 Mar 10:20
571df70

Breaking changes:

  • Use pre_install hook to support non use_frameworks! usage #1262. Please add the following to your Podfile:
       pre_install do |installer|
         $RNMBGL.pre_install(installer)
         ...
       end
    and
       post_install do |installer|
         $RNMBGL.post_install(installer)
         ...
       end

Other changes:

  • Add course to the location events #1209
  • Fix heading indicator alignment #1215
  • App crash when ProGuard is set to true #1184
  • [iOS] Implemented ShapeSource.features(...) method #1140
  • style json support on styleURL #1102
  • Fix: onUpdate not called when renderMode is native #1135

8.1.0

Choose a tag to compare

@mfazekas mfazekas released this 07 Dec 12:41
09a66cd

8.1.0

8.1.0-rc11

8.1.0-rc11 Pre-release
Pre-release

Choose a tag to compare

@mfazekas mfazekas released this 11 Dec 20:16
0eb7e2b

8.1.0-rc11

8.1.0-rc10

8.1.0-rc10 Pre-release
Pre-release

Choose a tag to compare

@mfazekas mfazekas released this 11 Dec 20:05
7c2034b

8.1.0-rc10

8.1.0.rc10

8.1.0.rc10 Pre-release
Pre-release

Choose a tag to compare

@mfazekas mfazekas released this 01 Dec 05:33
271e27c

8.1.0.rc10

8.1.0.rc9

8.1.0.rc8

8.1.0.rc7

8.1.0.rc6

8.1.0.rc5

8.1.0.rc4

8.1.0.rc3

8.1.0.rc2

8.1.0.rc1

8.1.0.beta

  • Upgrade to ios 5.8.0
  • Upgrade to android 9.1.0
  • Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
  • Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
  • Native user location #825