-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Comparing changes
Open a pull request
base repository: facebook/react-native
base: v0.71.8
head repository: facebook/react-native
compare: v0.71.9
- 7 commits
- 17 files changed
- 7 contributors
Commits on Jun 6, 2023
-
fix(types): cross platform autoComplete for TextInput (#36931)
Summary: Since v0.71 the autoComplete prop on TextInput is available on iOS ([release notes](https://reactnative.dev/blog/2023/01/12/version-071#component-specific-behavior)). However, this change is not reflected in the types. Original types PR here - DefinitelyTyped/DefinitelyTyped#65144 by chwallen ## Changelog: [GENERAL] [FIXED] - Fix autoComplete type for TextInput Pull Request resolved: #36931 Test Plan: Setting the autoComplete prop on TextInput to `nickname`, `organization`, `organization-title`, or `url` should not result in typescript errors. Reviewed By: NickGerleman Differential Revision: D45052350 Pulled By: javache fbshipit-source-id: 40993833b4ed14f91e3bf3521a264ea93517a0c9
Configuration menu - View commit details
-
Copy full SHA for b8040b9 - Browse repository at this point
Copy the full SHA b8040b9View commit details -
Allow string
transformstyle in TypeScript (#37569)Summary: Pull Request resolved: #37569 Fixes #37543 Missed as part of D39423409 (or maybe we didn't have TS types inline yet?) Changelog: [General][Fixed] - Allow string `transform` style in TypeScript Reviewed By: cortinico Differential Revision: D46161450 fbshipit-source-id: 24ee9e19365b7209ec0a2c8fb5a5d7ac78203f4d
Configuration menu - View commit details
-
Copy full SHA for b245919 - Browse repository at this point
Copy the full SHA b245919View commit details -
fix: [gradle-plugin] 3rd party lib dependency substitution (#37445)
Summary: For 3rd party libraries to work with a React Native fork (such as the TV repo) that uses a different Maven group for `react-android` and `hermes-android` artifacts, an additional dependency substitution is required. ## Changelog: [Android][fixed] RNGP dependency substitutions for fork with different Maven group Pull Request resolved: #37445 Test Plan: - Manual tested with an existing project - Unit tests pass Reviewed By: rshest, dmytrorykun Differential Revision: D45948901 Pulled By: cortinico fbshipit-source-id: 4151a1d3616172a92c68812c3a0034c98b330d67
Configuration menu - View commit details
-
Copy full SHA for 9762016 - Browse repository at this point
Copy the full SHA 9762016View commit details -
fix: fix virtualizedList scrollToEnd for 0 items (#36067)
Summary: Fixes #36066 ## Changelog [GENERAL] [FIXED] - VirtualizedList scrollToEnd with no data Pull Request resolved: #36067 Test Plan: Run `yarn test VirtualizedList-test` Reviewed By: jacdebug Differential Revision: D43041763 Pulled By: javache fbshipit-source-id: d4d5e871284708a89bf9911d82e9aa97d7625aca
Configuration menu - View commit details
-
Copy full SHA for fa33e76 - Browse repository at this point
Copy the full SHA fa33e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a582ca5 - Browse repository at this point
Copy the full SHA a582ca5View commit details -
Make CircleCI caches for hermesc be version dependent (#37452)
Summary: Pull Request resolved: #37452 Fixes #37428 We do have cache poisoning for hermesc on Windows and Linux due to reusing the same cache key among different React Native version. This fixes it by specifying a cache key which is version dependent + it invalidates the caches by defining a new key. Changelog: [Internal] [Fixed] - Make CircleCI caches for hermesc be version dependent Reviewed By: cortinico Differential Revision: D45909178 fbshipit-source-id: 830c87ae45739c7053342a68dac2ee7581945c1d
Configuration menu - View commit details
-
Copy full SHA for 3f61b5f - Browse repository at this point
Copy the full SHA 3f61b5fView commit details
Commits on Jun 7, 2023
-
Distiller committed
Jun 7, 2023 Configuration menu - View commit details
-
Copy full SHA for ed9ef98 - Browse repository at this point
Copy the full SHA ed9ef98View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.71.8...v0.71.9