react-native-menu / menu

UIMenu Component for React Native
MIT License
998 stars 59 forks source link

chore(deps-dev): bump @callstack/react-native-visionos from 0.73.11 to 0.75.0 #897

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 3 months ago

Bumps @callstack/react-native-visionos from 0.73.11 to 0.75.0.

Release notes

Sourced from @​callstack/react-native-visionos's releases.

Release 0.75.0

Hey 👋

This is the first React Native visionOS 0.75 release!

There are a few changes:

  • Template is now living outside of @callstack/react-native-visionos, now it's here.
  • Init command is now different. This change is reflected in the docs.
  • We now use a prebuilt version of Hermes 🎉

Get started

To start building with React Native visionOS use this command:

npx @react-native-community/cli@latest init <YourAppName> --template @callstack/visionos-template@latest

Simulator Screenshot - Apple Vision Pro - 2024-08-23 at 13 38 44

Known Issues

Prebuilt Hermes is missing x86 slice which prevents uploading the app to the AppStore using prebuilt Hermes. Fix should come with upcoming releases.

Workaround:

Reinstall pods with RCT_BUILD_HERMES_FROM_SOURCE flag.

RCT_BUILD_HERMES_FROM_SOURCE=true bundle exec pod install

Happy hacking!

Release 0.75.0-rc.2

To initialize the project use this command:

npx react-native@latest init VisionApp --template @callstack/visionos-template@0.75.0-rc.2

Known issues

Custom metro resolver @​callstack/out-of-tree-platforms is breaking the bundling process (temporarily removed from the metro.config.js)

Release 0.75.0-rc.1

Hey!

This is the first RC of React Native visionOS 0.75 🎉

With this release, the template got moved out of the @callstack/react-native-visionos package to @callstack/visionos-template (https://github.com/callstack/visionos-template).

... (truncated)

Changelog

Sourced from @​callstack/react-native-visionos's changelog.

v0.75.0

Breaking

Android specific

iOS specific

  • runtime: RCTHost.h - Remove getSurfacePresenter and getModuleRegistry (f19371f28d by @​cipolleschi)
  • Image: Remove unused RCTImageLoadingPerfInstrumentationEnabled (f6b9a42985 by @​realsoelynn)
  • Error Handling: Remove RCTRedBox access through RCTBridge (b5db214d2a by @​realsoelynn)
  • runtime EventPriority - Remove EventPriority class and always use the default EventPriority::AsynchronousBatched. This is potentially a breaking change if something in OSS sets a different priority. If a build fails because of this, simply remove the use of EventPriority. (55ed1c26ab by @​sammy-SC)
  • PushNotificationIOS: RCTPushNotificationManager - Deleting deprecated didReceiveLocalNotification & didReceiveRemoteNotification callbacks (7fffe692e7)
  • PushNotificationIOS: PushNotificationIOS - Deleting deprecated alertAction and repeatInterval (410e3b5ebd)
  • PushNotificationIOS: PushNotificationIOS - Deleting old push notification implementation (916dde4c60 by @​philIip)
  • cocoapods: Rename BUILD_FROM_SOURCE to RCT_BUILD_HERMES_FROM_SOURCE (6a1509f318 by @​cipolleschi)
  • cocoapods: Rename React-Codegen to ReactCodegen (6549216b76 by @​dmytrorykun)

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 4 weeks ago

Superseded by #947.