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

StyleX plug-in for resolving atomic styles to values for props.xstyle #22808

Merged
merged 4 commits into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    e2a3ab6 View commit details
    Browse the repository at this point in the history
  2. Wrap StyleX features behind new enableStyleXFeatures flag

    Only enabled for FB builds (for now)
    Brian Vaughn committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    1645a2d View commit details
    Browse the repository at this point in the history
  3. Add stylex metadata to new plugins field

    And display it separately in DevTools, as read-only (for now)
    Brian Vaughn committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5425364 View commit details
    Browse the repository at this point in the history
  4. Refactored inspected element plugins type/format

    Moved StyleX plugin type to be shared. Replaced Array-of-plugins type with object type, since the frontend already needs to know about which types it supports anyway (so no need to do unnecessary filtering).
    Brian Vaughn committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    6b9eb2b View commit details
    Browse the repository at this point in the history