8000 Update to react 16 by BookOfGreg · Pull Request #792 · reactjs/react-rails · GitHub
[go: up one dir, main page]

Skip to content

Update to react 16 #792

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

Merged
merged 24 commits into from
Oct 9, 2017
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
dccc8de
Correct all deprecation warnings in addons
BookOfGreg Sep 27, 2017
373f45a
Update React and React-dom to 16
BookOfGreg Sep 27, 2017
68c9ed2
Prebundle React16 and new addons
BookOfGreg Sep 27, 2017
c616ee5
Update generator to React 16 proptypes and ES6 export
BookOfGreg Sep 29, 2017
c87d890
Include react-create-class in generator for non-es6
BookOfGreg Sep 29, 2017
3cf34fb
Update test fixtures to use createReactClass
BookOfGreg Sep 29, 2017
cb66e31
Migrate more tests to React16, add createReactClass to dummyw3
BookOfGreg Sep 30, 2017
7e450ab
Add reactCreateBuild to addons
BookOfGreg Sep 30, 2017
32c9df3
Replace therubyracer with mini_racer
BookOfGreg Sep 30, 2017
e594694
Add PropTypes to default react bundle
BookOfGreg Sep 30, 2017
896b4fc
Update README on PropType
BookOfGreg Sep 30, 2017
6b0b878
Webpacker error changed, dont yell at JS errors
BookOfGreg Sep 30, 2017
57f7adc
Stop scanning for React in JSX
BookOfGreg Sep 30, 2017
61462c5
Merge update-to-chromedriver-for-js-tests into update-to-react-16
BookOfGreg Sep 30, 2017
aa65c48
Replace React.DOM with React.createElement
BookOfGreg Sep 30, 2017
4b73b9f
Add Proptypes to React with addons
BookOfGreg Oct 1, 2017
8ab2c7b
Remove Addons distributables
BookOfGreg Oct 1, 2017
1ba1110
Stop checking for reactid as createElement doesnt make one
BookOfGreg Oct 1, 2017
18faeed
Remove final references to React.createClass
BookOfGreg Oct 1, 2017
a8a9cd2
Give Webpacker ES6 import always
BookOfGreg Oct 1, 2017
8883be9
Dont reference react where it can be compiled
BookOfGreg Oct 1, 2017
691d2aa
Touch a file after a second to make it compile on fast computers
BookOfGreg Oct 1, 2017
0c1e60c
Merge resolved
BookOfGreg Oct 2, 2017
d7adca6
Reorder appraisal file so I get the most interesting failures first
BookOfGreg Oct 2, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Touch a file after a second to make it compile on fast computers
  • Loading branch information
BookOfGreg committed Oct 1, 2017
commit 691d2aaa0cf85f154abfd85bcd840e4d35906ad5
1 change: 1 addition & 0 deletions test/server_rendered_html_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def wait_to_ensure_asset_pipeline_detects_changes
WebpackerHelpers.compile
else
wait_to_ensure_asset_pipeline_detects_changes
FileUtils.touch new_file_path
end

get '/server/1?component_name=NewList'
Expand Down
0