Commit 695cd82
committed
Correct all deprecation warnings in addons
Reference: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
Replace -> With
react-addons-transition-group -> react-transition-group/TransitionGroup
react-addons-css-transition-group -> react-transition-group/CSSTransitionGroup
react-addons-update -> immutability-helper
react-addons-test-utils -> react-dom/test-utils
Prebundle new addons
Update generator to extracted proptypes and ES6 export
Include react-create-class in generator for non-es6
Update test fixtures to use createReactClass
Replace therubyracer with mini_racer
The ruby racer pegged libV8 to V3 which is too old for 'Set' which is
now standard in JS. The ruby racer therefore cannot be supported this
gem.
Update README on PropType
React is compiled away in JSX transformer using Import syntax
Update javascript driver to headless chrome
Update travis to remove phantom
Replace React.DOM with React.createElement
Stop checking for reactid as createElement doesnt make one
React.DOM used reactid but createElement does not
https://reactjs.org/blog/2016/03/07/react-v15-rc1.html#documentcreateelement-is-in-and-data-reactid-is-out
Give Webpacker ES6 import always1 parent a58f9bb commit 695cd82
File tree
91 files changed
+4046
-4537
lines changed- gemfiles
- lib
- assets
- javascripts
- react-source
- development-with-addons
- development
- production-with-addons
- production
- generators
- react
- templates
- react-builds
- test
- dummy_sprockets/app/assets/javascripts
- components
- dummy_webpacker1
- app
- assets/javascripts
- components
- javascript/components
- dummy_webpacker2
- app
- assets/javascripts
- components
- javascript/components
- dummy_webpacker3
- app
- assets/javascripts
- components
- javascript/components
- generators
- helper_files
- react
- rails
- server_rendering
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+4046
-4537
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 142 | | |
152 | 143 | | |
153 | 144 | | |
| |||
395 | 386 | | |
396 | 387 | | |
397 | 388 | | |
398 | | - | |
| 389 | + | |
399 | 390 | | |
400 | | - | |
401 | | - | |
402 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
403 | 394 | | |
404 | 395 | | |
405 | 396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15708 | 15708 | | |
15709 | 15709 | | |
15710 | 15710 | | |
15711 | | - | |
| 15711 | + | |
15712 | 15712 | | |
15713 | 15713 | | |
15714 | 15714 | | |
15715 | 15715 | | |
15716 | 15716 | | |
15717 | | - | |
| 15717 | + | |
15718 | 15718 | | |
15719 | 15719 | | |
15720 | 15720 | | |
15721 | 15721 | | |
15722 | 15722 | | |
15723 | 15723 | | |
15724 | | - | |
15725 | | - | |
15726 | | - | |
| 15724 | + | |
| 15725 | + | |
| 15726 | + | |
15727 | 15727 | | |
15728 | 15728 | | |
15729 | 15729 | | |
| |||
15916 | 15916 | | |
15917 | 15917 | | |
15918 | 15918 | | |
15919 | | - | |
| 15919 | + | |
0 commit comments