Skip to content

Releases: maplibre/maplibre-react-native

v10.0.0-beta.11

17 Dec 12:48
Compare
Choose a tag to compare
v10.0.0-beta.11 Pre-release
Pre-release

10.0.0-beta.11 (2024-12-17)

Features

  • unify MapViews styleURL and styleJSON to mapStyle (#559) (7d22f16)

BREAKING CHANGES

  • remove styleURL and styleJSON from MapView, use mapStyle instead

v10.0.0-beta.10

17 Dec 12:21
Compare
Choose a tag to compare
v10.0.0-beta.10 Pre-release
Pre-release

10.0.0-beta.10 (2024-12-17)

Features

BREAKING CHANGES

  • remove style property enums

v10.0.0-beta.9

15 Dec 10:20
Compare
Choose a tag to compare
v10.0.0-beta.9 Pre-release
Pre-release

10.0.0-beta.9 (2024-12-15)

Bug Fixes

  • VectorSource onPress returning null geometry on Android (250ee6f), closes #538

v10.0.0-beta.8

10 Dec 12:10
Compare
Choose a tag to compare
v10.0.0-beta.8 Pre-release
Pre-release

10.0.0-beta.8 (2024-12-10)

Bug Fixes

v10.0.0-beta.7

09 Dec 12:58
Compare
Choose a tag to compare
v10.0.0-beta.7 Pre-release
Pre-release

10.0.0-beta.7 (2024-12-09)

Features

BREAKING CHANGES

  • remove Style component, use styleJSON of MapView instead

v10.0.0-beta.6

09 Dec 07:37
Compare
Choose a tag to compare
v10.0.0-beta.6 Pre-release
Pre-release

10.0.0-beta.6 (2024-12-09)

Features

BREAKING CHANGES

  • deprecated UserTrackingModes is removed in favor of UserTrackingMode
  • removed deprecated setCamera from MapView
  • removed deprecated byId methods from ShapeSource
  • removed deprecated children from SymbolSource
  • removed deprecated assets key from Images
  • removed deprecated event keys

v10.0.0-beta.3

08 Dec 17:39
Compare
Choose a tag to compare
v10.0.0-beta.3 Pre-release
Pre-release

10.0.0-beta.3 (2024-12-08)

Features

  • export RegionPayload and MapLibreRNEvent types (#544) (b342f1b)
  • remove duplicate of OfflinePackStatus type (#542) (9e231b7)

BREAKING CHANGES

  • Replace OfflineProgressStatus with OfflinePackStatus

v10.0.0-beta.2

08 Dec 10:52
Compare
Choose a tag to compare
v10.0.0-beta.2 Pre-release
Pre-release

10.0.0-beta.2 (2024-12-08)

Features

v10.0.0-beta.1

02 Dec 11:16
Compare
Choose a tag to compare
v10.0.0-beta.1 Pre-release
Pre-release

10.0.0-beta.1 (2024-12-02)

Bug Fixes

  • add @babel/plugin-transform-private-methods for jest (3a2188f)
  • add generic expo config plugin to remove duplicate signature (#453) (2671381)
  • allow MapView and Images to have no children (#521) (1e35bf6)
  • allow resetting contentInset with 0 (#468) (1fe42c6)
  • android example crashing on launch (#372) (aeef5c3)
  • cleanup yarn setup (#463) (d9a4d30)
  • corepack enable on publish workflow (2d13f33)
  • correct types in MapView (#268) (0ea35c4)
  • disable code signing for release builds (b3cf088)
  • disable library code signing (22030dd)
  • empty pbxproj and dwarf-with-dsym plugin config for EAS (#458) (0d54b46)
  • expo-app should load library from workspace:. (016b44a)
  • group dependabot commits by core, dev and example (#165) (b697978)
  • keep @ts-ignore for headingIcon in library #476 (#477) (ef62454)
  • make MarkerView props with defaults optional (#460) (185cf3e)
  • plugin for debug simulator (#164) (06b23d4)
  • remove AbortController test mock (#403) (698b558)
  • round compass margins and attribution position to nearest integers [android] (#294) (c89c842)
  • setMaxAnimationFps on null (#440) (2884256)
  • style expressions (#466) (2202908)
  • updated Mapbox callstack check for iOS custom headers to check for MapLibre instead (#461) (a6d6216)
  • use UIManager exported from react-native (#511) (a4030b5)
  • yarn implementation (#419) (39233b1)

Continuous Integration

Features

  • align react and react-native versions for development (b92abfe)
  • configure packages/examples (c4510c3)
  • extract android UserLocation FPS (#428) (8c0abaa)
  • make Camera pure (#471) (23ecf88)
  • MapLibre Android SDK 11.5.0 (#455) (042b759)
  • monorepo configuration (343e7ac)
  • mv example packages/react-native-app (5c9d3d0)
  • mv examples, styles, assets, utils and scenes to packages/examples (13600fe)
  • packages/expo-app (c01abd5)
  • setup build step (#504) (a017d64)
  • shared dependencies through packages/examples (01a9586)
  • support new arch through interop layer (#483) (951e9cf)
  • update maplibre native version (#61) (25c418a)
  • upgrade @turf to v7 and remove geo utils (#478) (a45fc55)

BREAKING CHANGES

  • Upgrade native packages and migrate components
  • Changes to Camera component
    • Removed allowUpdates prop
    • Removed triggerKey prop
    • Set default animationMode for controlled Camera to CameraMode.None

v10.0.0-alpha.29

28 Nov 10:02
Compare
Choose a tag to compare
v10.0.0-alpha.29 Pre-release
Pre-release

What's Changed

Full Changelog: 10.0.0-alpha.28...10.0.0-alpha.29