react_on_rails 6.0.3 → 6.0.4

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
  SHA1:
3
- metadata.gz: 615fcfc969daad3b212316bc07fd6d8fe32927a0
4
- data.tar.gz: 71229b73198cf6207699eae5532daf527416a7ad
3
+ metadata.gz: f0bf42a9bd046d436091230f44b00d30a370535a
4
+ data.tar.gz: 64471f645d54ae12ed5aff700095d06ff5494f67
5
5
  SHA512:
6
- metadata.gz: e60b88505284d82b6c1380f0196496f21c12ebec8521277a358435f3afac95bfd2cee86db1a0cc13215fafe579be9784855640cf40f9d86b862d0f86b6e43a99
7
- data.tar.gz: 2bc9b19b2fed46618a5de9248a8611501a6f3b9760503e0dbd57c3367e454ffc2e5ae29762adb7a78b6ff6228404aac9a8593900bac6b70beb67fb2f86b503f6
6
+ metadata.gz: 5cbdfa80dc6e8f6bea71fdc365daf05efc9bc806d23424b68f40e800b6118f679b2c6f5beffbb47ca9f4ca3be5266711e6713af2b2f9464c66661c47e30f20d0
7
+ data.tar.gz: 1015c16e17d9006a17f1abb02dd5255206744fa7887e962196bc9e8054a32e4c239d9bae0f9940656d0dd692b738b6927de93178c614cfaa6ca76c810f966ea4
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com]
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [6.0.4]
9
+ ##### Fixed
10
+ - Added polyfill for clearTimeout which is used by babel-polyfill.
11
+
8
12
  ## [6.0.3]
9
13
  ##### Fixed
10
14
  - Added assets symlinking support on Heroku [#446](https://github.com/shakacode/react_on_rails/pull/446) by [Alexey Karasev](https://github.com/alleycat-at-git).
@@ -345,7 +349,8 @@ Best done with Object destructing:
345
349
  ##### Fixed
346
350
  - Fix several generator related issues.
347
351
 
348
- [Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.0.3...master
352
+ [Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.0.4...master
353
+ [6.0.4]: https://github.com/shakacode/react_on_rails/compare/6.0.3...6.0.4
349
354
  [6.0.3]: https://github.com/shakacode/react_on_rails/compare/6.0.2...6.0.3
350
355
  [6.0.2]: https://github.com/shakacode/react_on_rails/compare/6.0.1...6.0.2
351
356
  [6.0.1]: https://github.com/shakacode/react_on_rails/compare/6.0.0...6.0.1
@@ -132,6 +132,10 @@ function setInterval() {
132
132
  function setTimeout() {
133
133
  #{undefined_for_exec_js_logging('setTimeout')}
134
134
  }
135
+
136
+ function clearTimeout() {
137
+ #{undefined_for_exec_js_logging('clearTimeout')}
138
+ }
135
139
  JS
136
140
  end
137
141
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ReactOnRails
3
- VERSION = "6.0.3".freeze
3
+ VERSION = "6.0.4".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
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: 6.0.3
4
+ version: 6.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Gordon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-07 00:00:00.000000000 Z
11
+ date: 2016-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool