-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Fixes regression of prop parsing for elevation #38959
Conversation
This pull request was exported from Phabricator. Differential Revision: D48269510 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48269510 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: mdvacca Differential Revision: D48269510 fbshipit-source-id: 26dbc7dbdcaadb3dad537226656abd9aee4d05a9
a4b3118
to
ec42ae0
Compare
This pull request was exported from Phabricator. Differential Revision: D48269510 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: mdvacca Differential Revision: D48269510 fbshipit-source-id: 9491a23103efe3a5b7314de7bfce17f9f5772138
ec42ae0
to
8ecf41a
Compare
This pull request was exported from Phabricator. Differential Revision: D48269510 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: mdvacca Differential Revision: D48269510 fbshipit-source-id: 336fad2fd53689102be80624e2b6c71d6d43c24b
8ecf41a
to
6f1df3b
Compare
This pull request was exported from Phabricator. Differential Revision: D48269510 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: mdvacca Differential Revision: D48269510 fbshipit-source-id: 615b12fff6ed0abe0a0e43cd80559f4dbc43a812
6f1df3b
to
bd1755c
Compare
This pull request was exported from Phabricator. Differential Revision: D48269510 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: sammy-SC, mdvacca Differential Revision: D48269510 fbshipit-source-id: 240057665bd006b249ac7f95d231ec8d9fe42d5f
bd1755c
to
cf936d1
Compare
Base commit: dea9c35 |
Summary: Pull Request resolved: facebook#38959 When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it. ## Changelog: [General] [Fixed] - Fabric regression for elevation prop in Android Reviewed By: sammy-SC, mdvacca Differential Revision: D48269510 fbshipit-source-id: 2d35331639e2e7d850548e2dc93a16abb61e4735
This pull request was exported from Phabricator. Differential Revision: D48269510 |
cf936d1
to
50fa5ae
Compare
This pull request has been merged in 68c7cfe. |
…book#38973) Summary: Pull Request resolved: facebook#38973 Original commit changeset: 6c00c2fcfdfd Original Phabricator Diff: D47852371 When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674. ## Changelog: [General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken Reviewed By: NickGerleman Differential Revision: D48288752 fbshipit-source-id: 52dac650e0ca43ef094d28f5df4388bc98e20fb9
…book#38973) Summary: Pull Request resolved: facebook#38973 Original commit changeset: 6c00c2fcfdfd Original Phabricator Diff: D47852371 When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674. ## Changelog: [General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken Reviewed By: NickGerleman Differential Revision: D48288752 fbshipit-source-id: d9c8b2d1b01ecf6532e92ef6dbce0a5be9c2b57b
…book#38973) Summary: Pull Request resolved: facebook#38973 Original commit changeset: 6c00c2fcfdfd Original Phabricator Diff: D47852371 When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674. ## Changelog: [General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken Reviewed By: NickGerleman Differential Revision: D48288752 fbshipit-source-id: a3f8efe9bb2657a420a6af7f6b52af37e28d3f3f
Summary: Pull Request resolved: #38973 Original commit changeset: 6c00c2fcfdfd Original Phabricator Diff: D47852371 When #38674 and #38959 are combined, they cause Android apps on Fabric to crash. #38959 is the more urgent fix, so backing out #38674. ## Changelog: [General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken Reviewed By: NickGerleman Differential Revision: D48288752 fbshipit-source-id: b52e28936bbebd21bd3b2f49f9a233f295ba6248
Summary:
When refactoring ViewProps in D47492635,
elevation
prop parsing was dropped. This restores it.Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android
Differential Revision: D48269510