Skip to content

Conversation

@tom-un
Copy link
Collaborator

@tom-un tom-un commented Sep 21, 2020

Please select one of the following

  • I am removing an existing difference between facebook/react-native and microsoft/react-native-macos 👍
  • I am cherry-picking a change from Facebook's react-native into microsoft/react-native-macos 👍
  • I am making a fix / change for the macOS implementation of react-native
  • I am making a change required for Microsoft usage of react-native

Summary

The previous PR to master #603 made several fixes for VoiceOver accessibility. This change cherry-picks those fixes (commit aac33da) into the 0.62-stable branch.

Changelog

[macOS] [fixed] - cherry-pick VoiceOver accessibility issues from master to 0.62-stable

Test Plan

The original PR #603 contains comprehensive test notes.

Microsoft Reviewers: Open in CodeFlow

VoiceOver accessibility issues in RN .62 (microsoft#603)

* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae0.

* Remove unnecessary android builds and tar file upload.

* RN .62 accessiblity fixes.

* Fix regression in recursive accessiblityLabel text.

* Changed per PR feedback.

* Add "disclosure" role for mac mapping to NSAccessibilityDisclosureTriangleRole.   Make accessibilityValue return "checked" state for checkbox, radiobutton, and disclosure roles.

* CocoaPods does not like podspec version numbers that are 0.0.0.   The canary builds
 set the version to 0.0.0-<commithash> via `node scripts/bump-oss-version.js --nigh
tly` which causes the "Verify react-native-macos-init MacDebug" CI test to fail bec
ause `pod install` fails due to `.podspec` versions that are 0.0.0.  Add a `--testi
ng` switch to `bump-oss-version.js` that changes the version to 1000.0.0 and use th
at switch in `react-native-macos-init.yml`.

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
@pull-bot
Copy link

Warnings
⚠️

❔ Base Branch - The base branch for this PR is something other than master. Are you sure you want to merge these changes into a stable release? If you are interested in backporting updates to an older release, the suggested approach is to land those changes on master first and then cherry-pick the commits into the branch for that release. The Releases Guide has more information.

Messages
📖

📋 Verify Changelog Format - A changelog entry has the following format: [CATEGORY] [TYPE] - Message.

DetailsCATEGORY may be:
  • General
  • macOS
  • iOS
  • Android
  • JavaScript
  • Internal (for changes that do not need to be called out in the release notes)

TYPE may be:

  • Added, for new features.
  • Changed, for changes in existing functionality.
  • Deprecated, for soon-to-be removed features.
  • Removed, for now removed features.
  • Fixed, for any bug fixes.
  • Security, in case of vulnerabilities.

MESSAGE may answer "what and why" on a feature level. Use this to briefly tell React Native users about notable changes.

Generated by 🚫 dangerJS against e7d13b4

@tom-un tom-un merged commit 73df279 into microsoft:0.62-stable Sep 21, 2020
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.

3 participants