-
-
Notifications
You must be signed in to change notification settings - Fork 859
Comparing changes
Open a pull request
base repository: rnmapbox/maps
base: v10.1.23
head repository: rnmapbox/maps
compare: main
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18bc6d8 - Browse repository at this point
Copy the full SHA 18bc6d8View commit details -
feat(web): MarkerView POC (#3486)
* Implemented web MarkerView poc * feat(web): added web example for marker view --------- Co-authored-by: Volker Lieber <42102008+VolkerLieber@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 460110a - Browse repository at this point
Copy the full SHA 460110aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a83c7f2 - Browse repository at this point
Copy the full SHA a83c7f2View commit details
Commits on May 13, 2024
-
Implemented all methods of CameraRef except SetCamera and implemented zoom CameraProps
Configuration menu - View commit details
-
Copy full SHA for 7f99408 - Browse repository at this point
Copy the full SHA 7f99408View commit details
Commits on May 15, 2024
-
RNMapbox robot committed
May 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a6d096 - Browse repository at this point
Copy the full SHA 1a6d096View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7806111 - Browse repository at this point
Copy the full SHA 7806111View commit details
Commits on Jun 5, 2024
-
Remove AbortController test mock (#3506)
This library includes an `AbortController` test mock, which doesn't work in places that expect a real one. For example, I was writing an unrelated test that tried to cancel a `fetch()` which failed because the `AbortController`'s `signal` property was invalid. Because [`AbortController` is in all supported Node versions][0], we can safely remove this mock and rely on the real thing. This should only affect tests. [0]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController#browser_compatibility
Configuration menu - View commit details
-
Copy full SHA for 5b6489e - Browse repository at this point
Copy the full SHA 5b6489eView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69f4d17 - Browse repository at this point
Copy the full SHA 69f4d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c420bc - Browse repository at this point
Copy the full SHA 9c420bcView commit details -
RNMapbox robot committed
Jun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for e6fd069 - Browse repository at this point
Copy the full SHA e6fd069View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6af54d3 - Browse repository at this point
Copy the full SHA 6af54d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7c460 - Browse repository at this point
Copy the full SHA 1c7c460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34db17e - Browse repository at this point
Copy the full SHA 34db17eView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d72add - Browse repository at this point
Copy the full SHA 7d72addView commit details -
RNMapbox robot committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 0bcf8bb - Browse repository at this point
Copy the full SHA 0bcf8bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c05b9a2 - Browse repository at this point
Copy the full SHA c05b9a2View commit details -
fix(ios,newarch): implement missing RNMBXLocationModule instance meth…
…ods, disable bridgeless on example (#3529)
Configuration menu - View commit details
-
Copy full SHA for 9f39dcc - Browse repository at this point
Copy the full SHA 9f39dccView commit details -
RNMapbox robot committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for c781f7c - Browse repository at this point
Copy the full SHA c781f7cView commit details
Commits on Jun 15, 2024
-
chore(web): ci for web build (#3501)
* chore(web): ci for web build * chore(web): fix metro resolution to use index.web.js instead of index when resolving the js version of @rnmapbox/maps, this should fix
Configuration menu - View commit details
-
Copy full SHA for 737fc6d - Browse repository at this point
Copy the full SHA 737fc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720ac0f - Browse repository at this point
Copy the full SHA 720ac0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c4274 - Browse repository at this point
Copy the full SHA 10c4274View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32b7ce4 - Browse repository at this point
Copy the full SHA 32b7ce4View commit details
Commits on Jun 18, 2024
-
Fix issues with rn 0.74 bridgeless (#3535)
* Fix empty native module * Fix onPress type
Configuration menu - View commit details
-
Copy full SHA for b74fc6f - Browse repository at this point
Copy the full SHA b74fc6fView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdb97cb - Browse repository at this point
Copy the full SHA bdb97cbView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55216db - Browse repository at this point
Copy the full SHA 55216dbView commit details -
Fix error in clusterMaxZoomLevel on new arch (#3541)
* Fix error in clusterMaxZoomLevel on new arch * Use macro to convert props in RNMBXShapeSourceComponentView * Format
Configuration menu - View commit details
-
Copy full SHA for dbe96aa - Browse repository at this point
Copy the full SHA dbe96aaView commit details -
refactor!:use LocationPuck instead of deprecated NativeUserLocation (#…
Configuration menu - View commit details
-
Copy full SHA for 485dca8 - Browse repository at this point
Copy the full SHA 485dca8View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c37ee8 - Browse repository at this point
Copy the full SHA 0c37ee8View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 523479c - Browse repository at this point
Copy the full SHA 523479cView commit details -
RNMapbox robot committed
Jul 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 25784b6 - Browse repository at this point
Copy the full SHA 25784b6View commit details
Commits on Aug 10, 2024
-
doc: remove gitter and and discord and github discussions (#3585)
* doc: remove gitter and and discord and github discussions * chore: added missing modules for autogenerate
Configuration menu - View commit details
-
Copy full SHA for 554a24f - Browse repository at this point
Copy the full SHA 554a24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22155a1 - Browse repository at this point
Copy the full SHA 22155a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdce1cd - Browse repository at this point
Copy the full SHA cdce1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f702dc - Browse repository at this point
Copy the full SHA 7f702dcView commit details -
RNMapbox robot committed
Aug 10, 2024 Configuration menu - View commit details
-
Copy full SHA for e51e63f - Browse repository at this point
Copy the full SHA e51e63fView commit details
Commits on Aug 20, 2024
-
RNMapbox robot committed
Aug 20, 2024 Configuration menu - View commit details
-
Copy full SHA for bc01a0b - Browse repository at this point
Copy the full SHA bc01a0bView commit details -
chore: ugprade example to rn 0.75.1 (#3565)
* chore: ugprade example to rn 7.5.0-rc3 * rn-0.75.1
Configuration menu - View commit details
-
Copy full SHA for e5b1ca5 - Browse repository at this point
Copy the full SHA e5b1ca5View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34d1c72 - Browse repository at this point
Copy the full SHA 34d1c72View commit details -
RNMapbox robot committed
Aug 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 193baf6 - Browse repository at this point
Copy the full SHA 193baf6View commit details
Commits on Aug 25, 2024
-
RNMapbox robot committed
Aug 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 465d341 - Browse repository at this point
Copy the full SHA 465d341View commit details
Commits on Aug 27, 2024
-
[android][v10] Add guard to prevent NRE on map.getStyle().styleLayers (…
…#3595) * Add guard to prevent NRE crashing android apps on launch of map without styleLayers being a valid array * Update android/src/main/java/com/rnmapbox/rnmbx/components/mapview/RNMBXMapView.kt Use early return instead of optional chaining an iterator. Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com> --------- Co-authored-by: Frederick Engelhardt <fre@vllc.dev> Co-authored-by: Miklós Fazekas <mfazekas@szemafor.com>
Configuration menu - View commit details
-
Copy full SHA for b96cdb9 - Browse repository at this point
Copy the full SHA b96cdb9View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fef7157 - Browse repository at this point
Copy the full SHA fef7157View commit details -
RNMapbox robot committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e04fb4 - Browse repository at this point
Copy the full SHA 7e04fb4View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1e4335 - Browse repository at this point
Copy the full SHA b1e4335View commit details -
RNMapbox robot committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 21de76b - Browse repository at this point
Copy the full SHA 21de76bView commit details
Commits on Sep 9, 2024
-
RNMapbox robot committed
Sep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 127b699 - Browse repository at this point
Copy the full SHA 127b699View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0def7d3 - Browse repository at this point
Copy the full SHA 0def7d3View commit details -
feat(ios): enable setSourceVisibility for Mapbox 11 (#3616)
* feat(ios): enable setSourceVisibility for Mapbox 11 * docs: fix CONTRIBUTING file path typo * fix: incomplete sourceDetails type in Mapbox 10 compile case
Configuration menu - View commit details
-
Copy full SHA for 96552bc - Browse repository at this point
Copy the full SHA 96552bcView commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c05ecad - Browse repository at this point
Copy the full SHA c05ecadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2980630 - Browse repository at this point
Copy the full SHA 2980630View commit details
There are no files selected for viewing