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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44014d9dbca5ef8431ff0b1fd2395c09f748c4e30a867f60bf2d9dc6b34ce2af
4
- data.tar.gz: e49802492b584f20366f79f2d67a307594d496794a4e3fa82fad979a154ef482
3
+ metadata.gz: dbd4d6b1d0c16a03c9e308b676d793c50107fc7d488ea705eb57ad70f32ce629
4
+ data.tar.gz: 5cc182e1b5c1f0485436cf742b6db788b98ed31044e996cbfa4af6a15ededc98
5
5
  SHA512:
6
- metadata.gz: 23912335070ed68b02005fe0797182d964c96ade46dd6b04f2b46fc014a97f1c6712748b66c49715a86ec620f4af290c46dac23ebe2c0f3267cf1ca4cefc8913
7
- data.tar.gz: c2cfd0d7fd39b2000c1f7363956924d34d8bc341ee40cdadbaab152f5a7cf3280fb1b2fe0687ebd97167492278445e32660914e10435f1324b8db2ff5d4ed20b
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
- ### [11.1.5] - 2018-09-12
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.5...master
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReactOnRails
4
- VERSION = "11.1.5".freeze
4
+ VERSION = "11.1.6".freeze
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "11.1.5",
3
+ "version": "11.1.6",
4
4
  "description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
5
  "main": "node_package/lib/ReactOnRails.js",
6
6
  "directories": {
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.5
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-03 00:00:00.000000000 Z
11
+ date: 2018-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable