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

Add Yoga 2.0 Release notes to blog #1508

Closed
wants to merge 2 commits into from

Commits on Dec 11, 2023

  1. Replace Playground with JSX Editor (facebook#1500)

    Summary:
    Pull Request resolved: facebook#1500
    
    Fixes facebook#1445
    
    Inspired by the frequent usage of Expo snacks to run RN, to repro Yoga issues, this replaces the Playground port with a new ground up Playground UI. This UI right now is pretty simple, with a JSX editor which creates a Yoga tree, which is then rendered using the WebAssembly variant of Yoga.
    
    There are a lot of ways we can continue to improve this, but this merges the foundation. Subjectively, I find this more useful as a tool to play with Yoga behavior than the GUI.
    
    This also replaces some of the bits of the homepage, and adds a playground entrypoint (though it's pretty identical to the one I've been testing on the home page).
    
    Differential Revision: https://www.internalfb.com/diff/D51963201?entry_point=27
    
    fbshipit-source-id: a362d0ec57ca2c770a27f95521abec74b2e080c9
    NickGerleman authored and facebook-github-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    36a606b View commit details
    Browse the repository at this point in the history
  2. Add Yoga 2.0 Release notes to blog (facebook#1508)

    Summary:
    Pull Request resolved: facebook#1508
    
    Backfilling the release notes before the next time
    
    Differential Revision: D52012362
    
    fbshipit-source-id: a346335da013c621a63b57a4f9187b0a3777bcc5
    NickGerleman authored and facebook-github-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c064836 View commit details
    Browse the repository at this point in the history