Nathan Hunzaker
3c53d314a0
Move build fixtures to fixtures/build
2017-01-06 17:17:03 -05:00
Nathan Hunzaker
c79b3f11fe
Fix relative reference to build folder in DOM fixtures
2017-01-06 17:15:40 -05:00
Nathan Hunzaker
9d3ceb6895
Update readme for DOM Fixtures
2017-01-06 17:14:50 -05:00
Nathan Hunzaker
96171662aa
Move current fixtures into dom folder
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
5e53c0cea4
Add missing semicolon
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
d585590650
Address lint issues.
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
565d63baa6
Remove trailing comma, causing crash in IE11
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
3a51db27f2
Fix some CORS issues in IE
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
2d75ae9fed
Consolidate styles into single file
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
1d1dd60899
Patch in console for IE9
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
b006d05275
Test, not text. 🔤
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
c31297b6d9
Remove extraneous binds from some fixtures
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
85aa7eebfc
Add test prompt message when no fixture is selected
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
f10a1a7c6f
Copy local build before starting
2017-01-06 17:10:41 -05:00
Nathan Hunzaker
6de9ff2deb
Remove babel include from react-loader
2017-01-06 17:10:41 -05:00
Brandon Dail
52a1ee492a
Remove duplicate fixture components
2017-01-06 17:10:41 -05:00
Brandon Dail
5deb9826ca
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.
2017-01-06 17:10:41 -05:00
Brandon Dail
bf235489bf
Display value for controlled select and textarea
2017-01-06 17:10:30 -05:00
Nathan Hunzaker
f37ff31d2e
Fix lint issues in react-loader
2017-01-06 17:10:30 -05:00
Nathan Hunzaker
187bcafe65
Update section on number inputs
2017-01-06 17:10:30 -05:00
Nathan Hunzaker
92fe3673ed
Add select, textarea, and range input fixtures
...
Also write up section on number inputs
2017-01-06 17:10:24 -05:00
Nathan Hunzaker
05ace7365a
Move new example changes to fixtures folder
2017-01-06 17:09:39 -05:00
Nathan Hunzaker
e86948fc0d
Update input example readme
2017-01-06 17:08:23 -05:00
Nathan Hunzaker
65d4795a1a
Make toggleable test cases
2017-01-06 17:08:23 -05:00
Nathan Hunzaker
bbb643fd8d
Add React options loader.
2017-01-06 17:08:23 -05:00
Nathan Hunzaker
3d06fb742d
Properly slice out question mark in query string
2017-01-06 17:08:23 -05:00
Nathan Hunzaker
49f74f1d93
Add basic testing page
2017-01-06 17:08:23 -05:00
Dan Abramov
f589274604
Fix formatting
2017-01-06 20:33:03 +00:00
Dan Abramov
6df0793d51
Add 15.4.2 changelog
2017-01-06 20:18:50 +00:00
Brandon Dail
0b958fae65
Point all Webpack links to 1.x documentation ( #8697 )
...
* Point all Webpack links to 1.x documentation
* Add back webpack production guide, add warning
2017-01-06 12:51:26 -06:00
Brian Vaughn
933805b9d1
Merge pull request #8704 from murtazahaveliwala/patch-3
...
Update rendering-elements.md
2017-01-06 10:17:10 -08:00
Murtaza Haveliwala
97701ad6bf
Update rendering-elements.md
...
Updating text to be in sync with sample html
2017-01-06 23:32:26 +05:30
Murtaza Haveliwala
2cf475de4f
Updated hello world explanation message ( #8703 )
...
Output text in explanation now in sync with code sample
2017-01-06 11:59:14 -06:00
Dan Abramov
7f0dc413a2
No longer a WIP, eh?
2017-01-06 14:17:13 +00:00
Dan Abramov
bf763fd1a5
Revert "Add es6-promisify"
...
This reverts commit c8cd133116 .
It's not used in the code.
2017-01-06 06:00:09 -08:00
Dan Abramov
f91bff6264
Remove unused import
2017-01-06 06:00:09 -08:00
Ben Alpert
d8f166bd66
Tweaks to npm-publish task
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
441e74fa1f
[rrm] Fix stable-prs command so it updates milestone correctly
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
8796a0e70f
[rrm] Update version script to account for dep change
2017-01-06 06:00:09 -08:00
Christopher Chedeau
6db38a143c
Abort if not on -stable branch
2017-01-06 06:00:09 -08:00
Christopher Chedeau
ad16ab519d
Display the help at startup, otherwise it's hard to figure out what to do
2017-01-06 06:00:09 -08:00
Christopher Chedeau
7684c14d0c
Create data/ folder instead of crashing
2017-01-06 06:00:09 -08:00
Christopher Chedeau
a0bc99409d
Add es6-promisify
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
b763dc8778
[rrm] Rewrite stable-prs command
...
Now with
- better UX (can skip, handle each failed cherr-pick individually)
- easier to read code
- better error handling / cancellation
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
7b4f3ea2e3
[rrm] Use git helper for all git commands
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
0fbe927486
[rrm] Create start-release command, create git utils
...
This does the essentials for starting a new release on the stable branch
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
823030d26b
[rrm] Update init command to use Promise style
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
14fd16b67b
[rrm] Improve init & config loading experience
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
c9165e0dd1
[rrm] Update to account for new react-test-renderer package
2017-01-06 06:00:09 -08:00
Paul O’Shannessy
c46dd23f4a
[rrm] Add commands for npm access checking/granting
2017-01-06 06:00:09 -08:00