forked from necolas/react-native-web
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update RNW to 18.7 #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.4 to 12.3.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@12.0.4...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.13.1...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.28 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.28...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 562db69. Close necolas#2193 Fix necolas#2186 Fix necolas#2111
Reverts the change made for necolas#2058, which is considered an avoidable edge-case. Fix necolas#2243
We only need to test against the baseline of css-modules. Fix necolas#2210
Removes 'accessible', 'accessibilityState', and 'accessibilityValue' props.
* Improves React Native compatibility by making StyleSheet.create the identify function. * Improves React 18 support by inserting styles on eval. * Supports use with multiple windows (i.e., iframes) and shadow roots. * Supports nested LTR/RTL layouts. * Supports 3rd party compilers and extraction to static CSS. * Fixes static and dynamic short/longform deduplication. * Reduces browser support: Safari 10.1+, Chromium Edge, no IE, no legacy Android browsers. * Removes automatic vendor-prefixing of inline styles (for better perf). * Removes focus-visible polyfill as modern browsers no longer show focus rings for mouse interactions. Close necolas#2208 Fix necolas#2138 Fix necolas#2196 Fix necolas#2007 Fix necolas#1517
Also add node-based unit tests for SSR APIs.
Remove libraries from benchmarks as comparison to css-modules baseline is what matters. This makes benchmark builds faster and will reduce how often people open PRs asking for their library to be included. Close necolas#2210
* Control writing direction using 'dir' and 'lang' props. * Change the compiler output for RTL styles polyfill. * Export 'useLocaleContext' for working with writing direction context. * Turn I18nManager into a mock API
Close necolas#2264 Close necolas#2275
Configure babel preset-env to match the documentation's browser support list.
Match react-native >=0.65 Fix necolas#2329
Long-press with a touch on a Pressable does not suppress the contextmenu on Windows. On iOS and Android, the contextmenu is triggered while the pointer is down, after a certain length of time. However, on Windows, the contextmenu is displayed after pointerup (with the same timestamp as pointerup), whether triggered by a mouse right-click or a touch long-press. Fix necolas#2296 Close necolas#2316
Refactor ResponderTouchHistoryStore from singleton to class instantiated in ResponderSystem. This is a part of greater effort to enable support for multiple browser windows Close necolas#2190
Play nicely with npm 7+ and [email protected] / react@18 Close necolas#2347
# Conflicts: # packages/react-native-web/src/exports/Text/__tests__/__snapshots__/index-test.js.snap # packages/react-native-web/src/exports/Text/index.js # packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
Size change: -16.92 kB 🟢
View unchanged
|
AndrewGable
approved these changes
Aug 8, 2022
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just updating this repo from the upstream, and resolved conflicts.
The easiest way to review this PR will be to:
Look at the PRs we've merged in the fork, try to understand them. There's only three:
numberOfLines={1}
#5Look at the upstream PRs associated with the PRs we've merged into our fork:
numberOfLines={1}
#5 => Fix ellipsis issues for TextnumberOfLines={1}
necolas/react-native-web#2193 (merged 🎉 ) => necolas@79707ceOnly manually review the files touched by the PR's we've merged, by looking at the diff of that file between this branch and the upstream master.
Tip to make this easier: