react_on_rails 11.1.5 → 11.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -2
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbd4d6b1d0c16a03c9e308b676d793c50107fc7d488ea705eb57ad70f32ce629
|
|
4
|
+
data.tar.gz: 5cc182e1b5c1f0485436cf742b6db788b98ed31044e996cbfa4af6a15ededc98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80eca369a33e9d6935d65d1676dc086d12f45eef21dbc43f5a0a9cc54f122557a476e46113c26141f6b122fa817a71e472fdb81b6a36ddd4bd92473621f4429a
|
|
7
|
+
data.tar.gz: 35175de9e26d8fc1bbbf02aa4094ce8716c2ac6e36c6548211ae4754619fc1e3434b581e383a329eda574daa18300c2abbb1849fea440c1ad0f6f0c3d0e425cb
|
data/CHANGELOG.md
CHANGED
|
@@ -16,7 +16,12 @@ Changes since last non-beta release.
|
|
|
16
16
|
|
|
17
17
|
*Please add entries here for your pull requests that are not yet released.*
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
|
|
20
|
+
### [11.1.6] - 2018-10-05
|
|
21
|
+
#### Fixed
|
|
22
|
+
- Fix client startup invoking render prematurely, **AGAIN**. Fix additional cases of client startup failing during interactive readyState". Closes [issue #1150](https://github.com/shakacode/react_on_rails/issues/1150). [PR 1152](https://github.com/shakacode/react_on_rails/pull/1152) by [rakelley](https://github.com/rakelley).
|
|
23
|
+
|
|
24
|
+
### [11.1.5] - 2018-10-03
|
|
20
25
|
#### Fixed
|
|
21
26
|
- Fix client startup invoking render prematurely. Closes [issue #1150](https://github.com/shakacode/react_on_rails/issues/1150). [PR 1151](https://github.com/shakacode/react_on_rails/pull/1151) by [rakelley](https://github.com/rakelley).
|
|
22
27
|
|
|
@@ -826,7 +831,8 @@ Best done with Object destructing:
|
|
|
826
831
|
##### Fixed
|
|
827
832
|
- Fix several generator related issues.
|
|
828
833
|
|
|
829
|
-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.1.
|
|
834
|
+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.1.6...master
|
|
835
|
+
[11.1.6]: https://github.com/shakacode/react_on_rails/compare/11.1.5...11.1.6
|
|
830
836
|
[11.1.5]: https://github.com/shakacode/react_on_rails/compare/11.1.4...11.1.5
|
|
831
837
|
[11.1.4]: https://github.com/shakacode/react_on_rails/compare/11.1.3...11.1.4
|
|
832
838
|
[11.1.3]: https://github.com/shakacode/react_on_rails/compare/11.1.2...11.1.3
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: react_on_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.1.
|
|
4
|
+
version: 11.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Gordon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|