react-rails 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -54
- data/lib/react/rails/version.rb +1 -1
- data/lib/react/server_rendering/sprockets_renderer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ed8de1a5d3b997f6e5c1b43bc5555fa8be45c19
|
4
|
+
data.tar.gz: 83620f9b643264569d6b0cac12826dcd73a85321
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4538c4d91a4b74737d06b5f9aed9ca4463435dcc7d14496536cba7915df54649000a3b6a6f67f518b78fa094c6821dc8dd54959ae6b6f76b8c4d4b1b6447cb9
|
7
|
+
data.tar.gz: 1d558542c454fdf371f8ec83728a47f2e8f851b4a1414365919820f6eb6251dcbe7875f484e8212a37f518d3c24fac7947d19255355b31bb23e0d96f90c989e2
|
data/CHANGELOG.md
CHANGED
@@ -8,17 +8,19 @@
|
|
8
8
|
|
9
9
|
#### Bug Fixes
|
10
10
|
|
11
|
-
## 1.6.
|
11
|
+
## 1.6.2 (February 28, 2016)
|
12
12
|
|
13
|
-
####
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
- Fix Server Rendering for Rails 3.2 #487
|
16
|
+
|
17
|
+
## 1.6.1 (February 28, 2016)
|
14
18
|
|
15
19
|
#### New Features
|
16
20
|
|
17
21
|
- UJS can mount and unmount a component by ID (not only the component's children) #466
|
18
22
|
- Support Turbolinks 5 #475
|
19
23
|
|
20
|
-
#### Deprecation
|
21
|
-
|
22
24
|
#### Bug Fixes
|
23
25
|
|
24
26
|
- Support nested arrays with `camelize_props` #480
|
@@ -27,16 +29,12 @@
|
|
27
29
|
|
28
30
|
## 1.6.0 (February 4, 2016)
|
29
31
|
|
30
|
-
#### Breaking Changes
|
31
|
-
|
32
32
|
#### New Features
|
33
33
|
|
34
34
|
- Individual add-ons can be included in a bundle with sprockets require directives. #457
|
35
35
|
- Support `sprockets-rails` 3 #430
|
36
36
|
- Update to React 0.14.6
|
37
37
|
|
38
|
-
#### Deprecation
|
39
|
-
|
40
38
|
#### Bug Fixes
|
41
39
|
|
42
40
|
- Fix install generator when `//= require`s are malformed #463
|
@@ -46,15 +44,11 @@
|
|
46
44
|
|
47
45
|
## 1.5.0 (November 25, 2015)
|
48
46
|
|
49
|
-
#### Breaking Changes
|
50
|
-
|
51
47
|
#### New Features
|
52
48
|
|
53
49
|
- Update to React 0.14.3 #412
|
54
50
|
- `config.react.camelize_props = true` will camelize `react_component` prop keys #409
|
55
51
|
|
56
|
-
#### Deprecation
|
57
|
-
|
58
52
|
#### Bug Fixes
|
59
53
|
|
60
54
|
- Fix chained `.es6` file names with JSX processor #411
|
@@ -62,51 +56,29 @@
|
|
62
56
|
|
63
57
|
## 1.4.2 (November 5, 2015)
|
64
58
|
|
65
|
-
#### Breaking Changes
|
66
|
-
|
67
59
|
#### New Features
|
68
60
|
|
69
61
|
- Component generator `--coffee` option #387
|
70
62
|
- Support Sprockets 4 with a JSX processor #385
|
71
63
|
|
72
|
-
#### Deprecation
|
73
|
-
|
74
64
|
#### Bug Fixes
|
75
65
|
|
76
66
|
- Support custom attributes when rendering from controller #384
|
77
67
|
|
78
68
|
## 1.4.1 (October 23, 2015)
|
79
69
|
|
80
|
-
#### Breaking Changes
|
81
|
-
|
82
|
-
#### New Features
|
83
|
-
|
84
|
-
#### Deprecation
|
85
|
-
|
86
70
|
#### Bug Fixes
|
87
71
|
|
88
72
|
- Minify & optimize the production build of React.js #380
|
89
73
|
|
90
74
|
## 1.4.0 (October 22, 2015)
|
91
75
|
|
92
|
-
#### Breaking Changes
|
93
|
-
|
94
76
|
#### New Features
|
95
77
|
|
96
78
|
- Include React.js 0.14
|
97
79
|
|
98
|
-
#### Deprecation
|
99
|
-
|
100
|
-
#### Bug Fixes
|
101
|
-
|
102
80
|
## 1.3.3 (October 21, 2015)
|
103
81
|
|
104
|
-
#### Breaking Changes
|
105
|
-
|
106
|
-
#### New Features
|
107
|
-
|
108
|
-
#### Deprecation
|
109
|
-
|
110
82
|
#### Bug Fixes
|
111
83
|
|
112
84
|
- Also support React 0.14 in `unmountComponents` #372
|
@@ -114,55 +86,35 @@
|
|
114
86
|
|
115
87
|
## 1.3.2 (October 13, 2015)
|
116
88
|
|
117
|
-
#### Breaking Changes
|
118
|
-
|
119
89
|
#### New Features
|
120
90
|
|
121
91
|
- The UJS can mount and unmount components within a given DOM node #358
|
122
92
|
- Support dropped-in React 0.14 in UJS #366
|
123
93
|
|
124
|
-
#### Deprecation
|
125
|
-
|
126
|
-
#### Bug Fixes
|
127
|
-
|
128
94
|
## 1.3.1 (September 18, 2015)
|
129
95
|
|
130
|
-
#### Breaking Changes
|
131
|
-
|
132
|
-
#### New Features
|
133
|
-
|
134
|
-
#### Deprecation
|
135
|
-
|
136
96
|
#### Bug Fixes
|
137
97
|
|
138
98
|
- Use controller lifecycle hooks for view helper (tests don't run middlewares) #356
|
139
99
|
|
140
100
|
## 1.3.0 (September 15, 2015)
|
141
101
|
|
142
|
-
#### Breaking Changes
|
143
|
-
|
144
102
|
#### New Features
|
145
103
|
|
146
104
|
- Render components directly from the controller with `render component: ...` #329
|
147
105
|
- Provide a custom view helper with `config.react.view_helper_implementation` #346
|
148
106
|
|
149
|
-
#### Deprecation
|
150
|
-
|
151
107
|
#### Bug Fixes
|
152
108
|
|
153
109
|
- Allow `react-rails` configs to be set in initializers #347
|
154
110
|
|
155
111
|
## 1.2.0 (August 19, 2015)
|
156
112
|
|
157
|
-
#### Breaking Changes
|
158
|
-
|
159
113
|
#### New Features
|
160
114
|
|
161
115
|
- Support `--es6` option in component generator #332
|
162
116
|
- Support Sprockets 3 #322
|
163
117
|
|
164
|
-
#### Deprecation
|
165
|
-
|
166
118
|
#### Bug Fixes
|
167
119
|
|
168
120
|
- Don't bother unmounting components `onBeforeUnload` #318
|
data/lib/react/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: react-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul O’Shannessy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appraisal
|