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

Test rebase v10 #610

Closed
wants to merge 66 commits into from
Closed

Test rebase v10 #610

wants to merge 66 commits into from

Conversation

KiwiKilian
Copy link
Collaborator

No description provided.

KiwiKilian and others added 30 commits December 2, 2024 10:56
* chore: cleanup workspaces

* ci: add semantic-release

* ci: add workflow_call trigger to review

* ci: add provenance to publishConfig

* ci: remove v from tagFormat

* fix: force major release

BREAKING CHANGE: Upgrade native packages and migrate components

* ci: move native builds to review

* ci: run release immediate for debugging

* ci: use android working directory for build

* docs: remove RELEASE.md

* chore: remove manual changelog task

* ci: enable release on beta branch

* ci: keep default tagFormat

* ci: setup npm tag fixes

* ci: run review on mr to beta

* ci: run fix tags on beta

* ci: fix name

* ci: clarify workflow_call

* ci: disable debugging

* ci: run fix tags in pr

* ci: setup fix tags to run on beta

* docs: prepare changelog for semantic-release

* ci: remove fix npm tags workflow
# [10.0.0-beta.1](v9.1.0...v10.0.0-beta.1) (2024-12-02)

### Bug Fixes

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

### Continuous Integration

* add semantic release ([#526](#526)) ([069b6c5](069b6c5))

### Features

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

### BREAKING CHANGES

* Upgrade native packages and migrate components

* ci: move native builds to review

* ci: run release immediate for debugging

* ci: use android working directory for build

* docs: remove RELEASE.md

* chore: remove manual changelog task

* ci: enable release on beta branch

* ci: keep default tagFormat

* ci: setup npm tag fixes

* ci: run review on mr to beta

* ci: run fix tags on beta

* ci: fix name

* ci: clarify workflow_call

* ci: disable debugging

* ci: run fix tags in pr

* ci: setup fix tags to run on beta

* docs: prepare changelog for semantic-release

* ci: remove fix npm tags workflow
* docs: move files into directories

* docs: remove StyleSheet docs

* docs: new screenshots

* docs: resize screenshots

* docs: move getting started

* docs: raise notes to important

* docs: cleanup guides
* feat: upgrade and cleanup dependencies

* feat: move types to optional peer dependencies

* chore: align gradle.properties with template

* chore: ignore all build directories from eslint

* chore: reduce duplicate dependencies

* refactor: align node imports

* ci: align working-directory

* ci: fix working-directory

* ci: android try setup only in react-native-app

* ci: try again with default working-directory

* chore: keep jest for detox

* ci: try react-native build-android command

* ci: try running react-native through yarn

* ci: fix jest config e2e

* ci: use npx for jest e2e

* chore: upgrade ios example

* ci: test maestro

* ci: try iPhone 15 Pro

* ci: add maestro to path

* ci: debug maestro

* ci: test maestro path

* ci: export path in test job

* chore: remove detox

* ci: use GITHUB_PATH

* ci: remove maestro version testing

* ci: setup cocoapods cache

* ci: setup iOS build cache

* ci: separate iOS build and test

* ci: improve cache keys

* ci: fix cache and upload paths

* ci: keep diretory structure for app

* ci: fix pods path

* ci: debug pathes

* ci: add Android app artifact

* ci: fix artifact download path

* ci: fix artifact download path

* ci: add Android build cache

* ci: fix android apk path

* ci: try without idb

* ci: add Android test

* ci: use reactivecircus/android-emulator-runner@v2

* ci: fix android apk path

* ci: align tests

* ci: fix apk path

* test: adapt e2e test for Android

* ci: improve android caching

* ci: add report upload

* chore: ignore report.xml

* ci: test android workflows on macos

* ci: improve emulator setup

* Revert "ci: test android workflows on macos"

This reverts commit ed38256.

* ci: keep default emulator setup

* ci: reorder jobs

* ci: list emulators

* ci: cache android virtual device

* ci: remove avd list

* ci: align emulator versions

* ci: change api-level

* ci: try different profile

* ci: remove sdkmanager debugging

* fix: use old arch for RN example

* chore: fix typo

* ci: separate Android and iOS workflow for arch matrix

* ci: adopt matrxi for tests

* ci: move matrix to jobs

* ci: shorten job names

* ci: add matrix to test name

* ci: Podfile.lock needs update for new arch
# [10.0.0-beta.2](v10.0.0-beta.1...v10.0.0-beta.2) (2024-12-08)

### Features

* upgrade dependencies ([#535](#535)) ([047f87f](047f87f))
* chore: migrate BugReport example

* refactor: align GeoJSON imports

* chore: migrate RestrictMapBounds example

* chore: migrate GetZoom example

* fix: expo android status bar color

* chore: simplify ShowMap example

* chore: cleanup more examples

* style: fix linting

* fix: allow MapView and Images to have no children

* docs: update changelog

* chore: rename earthquakesData

* chore: update earthquakes

* chore: cleanup more assets

* chore: cleanup styles

* chore: use blue as expo splash backgroundColor

* docs: new screenshots

* docs: resize screenshots

* chore: remove duplicate example

* chore: align example headings

* fix: use cover for splash

* fix: bug report heading

* fix: keep plugin without build

* chore: further simplify examples

* chore: cleanup more examples

* refactor: use sheet instead of styles

* docs: improve screenshot sizing
BREAKING CHANGE: Replace OfflineProgressStatus with OfflinePackStatus
# [10.0.0-beta.3](v10.0.0-beta.2...v10.0.0-beta.3) (2024-12-08)

### Features

* export RegionPayload and MapLibreRNEvent types ([#544](#544)) ([b342f1b](b342f1b))
* remove duplicate of `OfflinePackStatus` type ([#542](#542)) ([9e231b7](9e231b7))

### BREAKING CHANGES

* Replace OfflineProgressStatus with OfflinePackStatus
BREAKING CHANGE:
- 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
# [10.0.0-beta.4](v10.0.0-beta.3...v10.0.0-beta.4) (2024-12-08)

### Features

* remove deprecations ([#543](#543)) ([0c41ada](0c41ada))

### 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
# [10.0.0-beta.5](v10.0.0-beta.4...v10.0.0-beta.5) (2024-12-08)

### Features

* upgrade Android gradle setup ([#539](#539)) ([761ae0d](761ae0d))
# [10.0.0-beta.6](v10.0.0-beta.5...v10.0.0-beta.6) (2024-12-09)

### Bug Fixes

* trigger release after npm maintenance ([#548](#548)) ([f0fca00](f0fca00))
BREAKING CHANGE: Remove `Style` component, use `styleJSON` of `MapView` instead
# [10.0.0-beta.7](v10.0.0-beta.6...v10.0.0-beta.7) (2024-12-09)

### Features

* remove Style component ([#547](#547)) ([9d4c458](9d4c458))

### BREAKING CHANGES

* Remove `Style` component, use `styleJSON` of `MapView` instead
# [10.0.0-beta.8](v10.0.0-beta.7...v10.0.0-beta.8) (2024-12-10)

### Bug Fixes

* export custom header methods ([#552](#552)) ([58abdb0](58abdb0)), closes [#551](#551)
# [10.0.0-beta.9](v10.0.0-beta.8...v10.0.0-beta.9) (2024-12-15)

### Bug Fixes

* `VectorSource` `onPress` returning null geometry on Android ([250ee6f](250ee6f)), closes [#538](#538)
BREAKING CHANGE: Removed style property enums
# [10.0.0-beta.10](v10.0.0-beta.9...v10.0.0-beta.10) (2024-12-17)

### Features

* remove style property enums ([#558](#558)) ([b89a0dd](b89a0dd))

### BREAKING CHANGES

* Removed style property enums
BREAKING CHANGE: remove `styleURL` and `styleJSON` from `MapView`, use `mapStyle` instead
KiwiKilian and others added 25 commits December 27, 2024 15:11
# [10.0.0-beta.14](v10.0.0-beta.13...v10.0.0-beta.14) (2024-12-27)

### Bug Fixes

* make `follow` props on `Camera` deterministic ([#550](#550)) ([e9256e7](e9256e7))
# [10.0.0-beta.15](v10.0.0-beta.14...v10.0.0-beta.15) (2024-12-27)

### Bug Fixes

* added GeometryCollection to GeoJSONUtils ([#556](#556)) ([e6b7a66](e6b7a66))
# [10.0.0-beta.16](v10.0.0-beta.15...v10.0.0-beta.16) (2025-01-03)

### Features

* use `withPodfile` instead of `withDangerousMod` in Expo Plugin ([#587](#587)) ([56d02e1](56d02e1))
# [10.0.0-beta.17](v10.0.0-beta.16...v10.0.0-beta.17) (2025-01-03)

### Features

* allow using google location engine on Android ([#586](#586)) ([92ffdb7](92ffdb7))
Signed-off-by: Oleksii Zubko <[email protected]>
Co-authored-by: Kilian Finger <[email protected]>
# [10.0.0-beta.18](v10.0.0-beta.17...v10.0.0-beta.18) (2025-01-06)

### Features

* make `setAccessToken(null)` obsolete ([#593](#593)) ([df44b48](df44b48))
# [10.0.0-beta.19](v10.0.0-beta.18...v10.0.0-beta.19) (2025-01-10)

### Features

* add Expo plugin props ([#589](#589)) ([51fbb00](51fbb00))
* upgrade MapLibre Native Android to v11.8.0 ([#597](#597)) ([410d0c3](410d0c3))
* upgrade MapLibre Native iOS to v6.10.0 ([#598](#598)) ([b596c76](b596c76))
# [10.0.0-beta.20](v10.0.0-beta.19...v10.0.0-beta.20) (2025-01-12)

### Bug Fixes

* types of `getPointInView` and `getCoordinateFromView` ([#601](#601)) ([c7537b5](c7537b5))
# [10.0.0-beta.21](v10.0.0-beta.20...v10.0.0-beta.21) (2025-01-13)

### Bug Fixes

* `VectorSource` `onPress` returning null geometry on Android ([a130786](a130786)), closes [#538](#538)
@KiwiKilian KiwiKilian closed this Jan 14, 2025
@KiwiKilian KiwiKilian deleted the beta branch January 14, 2025 15:53
@KiwiKilian KiwiKilian changed the title Release v10 🎉 Test rebase v10 Jan 14, 2025
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.

4 participants