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

Added new JSX entry points for the automatic runtime #1970

Merged
merged 28 commits into from
Oct 31, 2020

Commits on Aug 11, 2020

  1. re-export react jsx-runtime to test project config

    Ryan Stelly committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d1c9bc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. minimal react playground app

    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    4967f9c View commit details
    Browse the repository at this point in the history
  2. demonstrate w/o import

    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6eeb60a View commit details
    Browse the repository at this point in the history
  3. ignore react in scope rule

    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    8d3d88e View commit details
    Browse the repository at this point in the history
  4. custom pragma end to end w/ react/jsx-runtime pass thru

    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    23c7074 View commit details
    Browse the repository at this point in the history
  5. dupe jsx for future rewriting, at least get React's jsx fallback when…

    … no css
    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    0750e8f View commit details
    Browse the repository at this point in the history
  6. copy the CRA code over

    Ryan Stelly committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    bcd6918 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    338a0e8 View commit details
    Browse the repository at this point in the history
  2. Remove console.log

    Andarist committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    5dec9f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b5a55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b3250f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82b44ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c471b94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17680e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70f0969 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6181943 View commit details
    Browse the repository at this point in the history
  10. Refactor jsx runtimes so they share the css prop-related implementati…

    …on and introduce the dev runtime
    Andarist committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    45b28c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    faac259 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into jsx-runtime

    # Conflicts:
    #	packages/core/src/jsx.js
    Andarist committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    5159b99 View commit details
    Browse the repository at this point in the history
  13. "fix" flow errors

    emmatown committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    ed682ee View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    a1cc40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341b5a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    733b6f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23e68d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    386b855 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add changesets

    Andarist committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    2798e54 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    ad892cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6271e View commit details
    Browse the repository at this point in the history