Skip to content
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

Rename AbsolutePositioning errata #1558

Closed
wants to merge 3 commits into from

Conversation

joevilches
Copy link
Contributor

Summary:
X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Differential Revision: D52820117

Copy link

vercel bot commented Jan 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
yoga-website-next ⬜️ Ignored (Inspect) Visit Preview Jan 19, 2024 5:26am

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52820117

joevilches added a commit to joevilches/react-native that referenced this pull request Jan 17, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Differential Revision: D52820117
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52820117

joevilches added a commit to joevilches/yoga that referenced this pull request Jan 17, 2024
Summary:
Pull Request resolved: facebook#1558

X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Differential Revision: D52820117

fbshipit-source-id: 7f306a32022de8cbf38734597a68effe358293b6
joevilches added a commit to joevilches/react-native that referenced this pull request Jan 18, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117
joevilches added a commit to joevilches/react-native that referenced this pull request Jan 18, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117
joevilches added a commit to joevilches/react-native that referenced this pull request Jan 18, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52820117

joevilches added a commit to joevilches/yoga that referenced this pull request Jan 18, 2024
Summary:
Pull Request resolved: facebook#1558

X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117

fbshipit-source-id: 21a70973155bb37e437ca4754e746fdae928af21
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52820117

joevilches added a commit to joevilches/yoga that referenced this pull request Jan 18, 2024
Summary:
Pull Request resolved: facebook#1558

X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117

fbshipit-source-id: f4d82790d3c9aa555f28882fb0e2939c88ad6069
joevilches added a commit to joevilches/react-native that referenced this pull request Jan 18, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

bypass-github-export-checks

Reviewed By: NickGerleman

Differential Revision: D52820117
joevilches added a commit to joevilches/react-native that referenced this pull request Jan 18, 2024
Summary:
X-link: facebook/yoga#1558


AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

bypass-github-export-checks

Reviewed By: NickGerleman

Differential Revision: D52820117
Joe Vilches and others added 3 commits January 18, 2024 14:08
Differential Revision: https://www.internalfb.com/diff/D52705765?entry_point=27

fbshipit-source-id: 20be9ce21beb11f4afd7a643e226261ec5c89e70
Summary:
Pull Request resolved: facebook#1556

X-link: facebook/react-native#42315

Since we aim to ship static to all users of yoga (not just XPR), we need to remove the errata that is gating most of the features. This should be a non breaking change. To ensure that, I added a new errata which, if on, will use the inner size of the containing node as the containing block. This is how it has been for a while and resolving this is risky and time consuming so for the time being we will stick with that.

Differential Revision: https://www.internalfb.com/diff/D52706161?entry_point=27

fbshipit-source-id: a2b822adcbb5834758f5f509ea66878b0453246c
Summary:
Pull Request resolved: facebook#1558

X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

bypass-github-export-checks

Reviewed By: NickGerleman

Differential Revision: D52820117

fbshipit-source-id: e6046c33ad89575c517bc71cff265f4e6b50fc89
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52820117

facebook-github-bot pushed a commit to facebook/litho that referenced this pull request Jan 19, 2024
Summary:
X-link: facebook/yoga#1558

X-link: facebook/react-native#42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117

fbshipit-source-id: 80b77832baf65e68e57ca523c418422dd346ef0f
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1541f9d.

facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Jan 19, 2024
Summary:
X-link: facebook/yoga#1558

Pull Request resolved: #42318

AbsolutePositioning -> AbsolutePositioningCatchAll

A bit more clear. This errata is for various issues with positioning absolute nodes. There really isn't a clear description as to what specifically this enables/disables, so I just opted to say "catch all" to indicate that this controls various bugs

Reviewed By: NickGerleman

Differential Revision: D52820117

fbshipit-source-id: 80b77832baf65e68e57ca523c418422dd346ef0f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants