Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge react-native-maps master into our master #15

Open
wants to merge 1,393 commits into
base: master
Choose a base branch
from

Conversation

alexHlebnikov
Copy link
Collaborator

No description provided.

monholm and others added 26 commits August 11, 2022 22:01
Preparation for the new architecture
…atchViewManagerCommand

feat: migrate off dispatchViewManagerCommand
# [1.3.0-beta.1](v1.2.0...v1.3.0-beta.1) (2022-08-11)

### Features

* **MapMarker:** migrate off dispatchViewManagerCommand ([7b01625](7b01625))
* **MapView:** migrate off dispatchViewManagerCommand ([794727e](794727e))
# [1.3.0-beta.2](v1.3.0-beta.1...v1.3.0-beta.2) (2022-08-12)

### Bug Fixes

* **ios-google:** circle & polygon props not being applied ([ecc1a9a](ecc1a9a)), closes [#3057](#3057)
* make viewRef for native commands NonNullable ([d35000e](d35000e))

### Features

* migrate off findNodeHandle ([08ffc4a](08ffc4a))
# [1.3.0-beta.3](v1.3.0-beta.2...v1.3.0-beta.3) (2022-08-18)

### Bug Fixes

* **android:** onLayout not being called ([#4404](#4404)) ([0596061](0596061)), closes [#4402](#4402)
# [1.3.0](v1.2.0...v1.3.0) (2022-08-22)

### Bug Fixes

* **android:** onLayout not being called ([#4404](#4404)) ([0596061](0596061)), closes [#4402](#4402)
* **ios-google:** circle & polygon props not being applied ([ecc1a9a](ecc1a9a)), closes [#3057](#3057)
* make viewRef for native commands NonNullable ([d35000e](d35000e))

### Features

* **MapMarker:** migrate off dispatchViewManagerCommand ([7b01625](7b01625))
* **MapView:** migrate off dispatchViewManagerCommand ([794727e](794727e))
* migrate off findNodeHandle ([08ffc4a](08ffc4a))
This was introduced in 08ffc4a but since findNodeHandle is unused
in MapMarker I'm not reverting the entire commit.

Resolves #4415
## [1.3.1](v1.3.0...v1.3.1) (2022-08-29)

### Bug Fixes

* **MapView:** invalid parameter passed to nativemodule methods ([#4423](#4423)) ([e4c6b86](e4c6b86)), closes [#4415](#4415)
fix(ios): add header paths required for use_frameworks compilation
## [1.3.2-beta.1](v1.3.1...v1.3.2-beta.1) (2022-09-18)

### Bug Fixes

* **ios:** add header paths required for use_frameworks compilation ([e98be83](e98be83)), closes [/github.com//discussions/4389#discussioncomment-3658882](https://github.com//github.com/react-native-maps/react-native-maps/discussions/4389/issues/discussioncomment-3658882)
Newer versions of rn uses AppDelegate.mm
There's no need to force a specific version upon the consumer.
semantic-release-bot and others added 30 commits July 27, 2024 14:21
## [1.17.2](v1.17.1...v1.17.2) (2024-07-27)

### Bug Fixes

* export PolylinePressEvent ([#5125](#5125)) ([27fec3a](27fec3a))
## [1.17.3](v1.17.2...v1.17.3) (2024-07-27)

### Bug Fixes

* **Android:** Added A11y for Map and Marker ([#5091](#5091)) ([f3f5a4e](f3f5a4e))
# [1.18.0](v1.17.3...v1.18.0) (2024-08-18)

### Features

* add anchor and centerOffset prop to GeoJson component to be passed to Marker ([#5140](#5140)) ([266be79](266be79)), closes [#5139](#5139)
Update README.md

small change which caused confusion
## [1.18.1](v1.18.0...v1.18.1) (2024-10-12)

### Bug Fixes

* documentation on README.md ([#5174](#5174)) ([b853f3a](b853f3a))
* fix(ios): do not store the original map
….0.0 (#5183)

* fix(map): prevent overrideGestureRecognizers from being called multiple times per view
* chore(map): update GoogleMaps SDK to v8.4
* chore(map): update Google-Maps-iOS-Utils to v5.0.0
* docs(map): update minimum iOS version to 14 for GoogleMaps projects
* feat(iOS): add support for loadingBackgroundColor for GoogleMaps on iOS
* chore(iOS): remove call for deprecated setMetalRenderer (already the default)
* chore(iOS): enable LoadingMap example for GoogleMaps on iOS
…5185)

fix: correctly check for iOS OS version before using cameraZoomRange
## [1.18.2](v1.18.1...v1.18.2) (2024-10-14)

### Bug Fixes

* correctly check for iOS OS version before using cameraZoomRange ([#5185](#5185)) ([4efd881](4efd881))
… consistency with Android (#5196)

fix(iOS): refactor onPress(Marker) to return nativeEvent.position instead of nativeEvent.point for consistency with Android and documentation #4996 followup
## [1.18.3](v1.18.2...v1.18.3) (2024-11-09)

### Bug Fixes

* **iOS:** Refactor onPress(Marker) to return nativeEvent.position for consistency with Android ([#5196](#5196)) ([956783f](956783f)), closes [#4996](#4996)
…5152, #5153, #5154) (#5151)

* fix(Android): reapply camera after padding is updated
* fix(Android): defer setPadding until the map is laid out.
* fix(Android): call moveToCamera() with initialCamera property
* fix(Android): keep edgePadding when updating mapPadding property

* fix(Android): remove 50px padding specified by fixToXXX()

Fixes #5150 
Fixes #5152 
Fixes #5153 
Fixes #5154
## [1.18.4](v1.18.3...v1.18.4) (2024-11-09)

### Bug Fixes

* **Android:** fix multiple padding related issues on Android ([#5150](#5150), [#5152](#5152), [#5153](#5153), [#5154](#5154)) ([#5151](#5151)) ([0009170](0009170))
… Map (#5162) (#5163)

* fix(ios): setCamera calls before layoutSubviews are ignored on Google Map (#5162)

Fixes #5162
# [1.19.0](v1.18.4...v1.19.0) (2024-11-09)

### Features

* add onRegionChangeStart event to MapView ([#5144](#5144)) ([eeb56f9](eeb56f9))
fix: Remove unstable_reactLegacyComponentNames
New architecture is now enabled by default.

chore: Update react-native to 0.76.1

Updated development dependencies for semantic-release
## [1.19.1](v1.19.0...v1.19.1) (2024-11-10)

### Bug Fixes

* Remove unstable_reactLegacyComponentNames ([#5209](#5209)) ([33112be](33112be))
- helps improve android click handling

Co-authored-by: salah ghanim <salah@getaway.pro>
# [1.20.0](v1.19.1...v1.20.0) (2024-11-10)

### Features

* **android:** add support for disabling PoIClick ([#5210](#5210)) ([d92e283](d92e283))
## [1.20.1](v1.20.0...v1.20.1) (2024-11-22)

### Bug Fixes

* **ios:** color update in AIRGoogleMap ([#5227](#5227)) ([f445546](f445546))
  - note regarding Fabric
chore(docs): update readme regarding Fabric support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.