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 basic testing page for browser quicks #8589

Merged
merged 32 commits into from Jan 9, 2017

Commits on Jan 6, 2017

  1. Add basic testing page

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    49f74f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d06fb7 View commit details
    Browse the repository at this point in the history
  3. Add React options loader.

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    bbb643f View commit details
    Browse the repository at this point in the history
  4. Make toggleable test cases

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    65d4795 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e86948f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    05ace73 View commit details
    Browse the repository at this point in the history
  7. Add select, textarea, and range input fixtures

    Also write up section on number inputs
    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    92fe367 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    187bcaf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f37ff31 View commit details
    Browse the repository at this point in the history
  10. Display value for controlled select and textarea

    Brandon Dail authored and nhunzaker committed Jan 6, 2017
    Copy the full SHA
    bf23548 View commit details
    Browse the repository at this point in the history
  11. Use create-react-app for fixtures application

    This moves the current fixture architecture to one based around create-react-app. There are a few important things to note:
    
    * The react-loader.js script is always loaded before the bundle and will populate React and ReactDOM on the window. It is then read from the window by all components.
    * The UI for the "React Sandbox" or "React Fixtures App" is also rendered with whatever version of React the user has selected. This means we dont have to deal with iframes or worry about multiple versions of React potentially interferring. But it also means that all components must be written using createClass to be fully backwards compatable. I tested back to 0.13.1 and it works fine.
    Brandon Dail authored and nhunzaker committed Jan 6, 2017
    Copy the full SHA
    5deb982 View commit details
    Browse the repository at this point in the history
  12. Remove duplicate fixture components

    Brandon Dail authored and nhunzaker committed Jan 6, 2017
    Copy the full SHA
    52a1ee4 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    6de9ff2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    f10a1a7 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    85aa7ee View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c31297b View commit details
    Browse the repository at this point in the history
  17. Test, not text. 🔤

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    b006d05 View commit details
    Browse the repository at this point in the history
  18. Patch in console for IE9

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    1d1dd60 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    2d75ae9 View commit details
    Browse the repository at this point in the history
  20. Fix some CORS issues in IE

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    3a51db2 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    565d63b View commit details
    Browse the repository at this point in the history
  22. Address lint issues.

    nhunzaker committed Jan 6, 2017
    Copy the full SHA
    d585590 View commit details
    Browse the repository at this point in the history
  23. Add missing semicolon

    nhunzaker committed Jan 6, 2017
    3
    Copy the full SHA
    5e53c0c View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    9617166 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    9d3ceb6 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    c79b3f1 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    3c53d31 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    3d6a63d View commit details
    Browse the repository at this point in the history
  29. Remove fixture react build files from git tracking

    Brandon Dail committed Jan 6, 2017
    Copy the full SHA
    2085542 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Copy the full SHA
    429da39 View commit details
    Browse the repository at this point in the history
  2. Use absolute paths for resolve.root in webpack packaging fixtures

    Webpack requires absolute paths here
    Brandon Dail committed Jan 9, 2017
    Copy the full SHA
    2f8a3e5 View commit details
    Browse the repository at this point in the history
  3. Updating paths in packaging fixtures README

    Brandon Dail committed Jan 9, 2017
    Copy the full SHA
    2dbff6e View commit details
    Browse the repository at this point in the history