react_on_rails 8.0.4 → 8.0.5
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 +6 -4
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faeb1853b6dc1c9076bb62236f58e9754fd19e90
|
|
4
|
+
data.tar.gz: a69ee868fa3650c52de72e969798938283da2168
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd7364f898d5f51bacc57a1b6c5d6a2d1942cc45941e0720de0ce97b64bd34ccd2a9447545e13e49b4bd2f6a1225fff1d3d80985f2f1657fa6258b0ee43916e0
|
|
7
|
+
data.tar.gz: 0e5ab3d53c966a6ca42e1ef296e8703310a7a1e30af50536cd55a8ae07a176d860855232e37687fa0843d86cc12a1b59782b6a095e1311163ca4bc99f5954f0f
|
data/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,15 @@ Changes since last non-beta release.
|
|
|
8
8
|
|
|
9
9
|
*Please add entries here for your pull requests.*
|
|
10
10
|
|
|
11
|
-
## [8.0.
|
|
12
|
-
###
|
|
11
|
+
## [8.0.5]
|
|
12
|
+
### fixed
|
|
13
13
|
- Corrects `devBuild` value for webpack production build from webpackConfigLoader. [#877](https://github.com/shakacode/react_on_rails/pull/877) by [chenqingspring](https://github.com/chenqingspring).
|
|
14
14
|
- Remove contentBase deprecation warning message. [#878](https://github.com/shakacode/react_on_rails/pull/878) by [ened ](https://github.com/ened).
|
|
15
15
|
- Removes invalid reference to _railsContext in the generated files. [#886](https://github.com/shakacode/react_on_rails/pull/8876) by [justin808](https://github.com/justin808)
|
|
16
16
|
- All tests run against Rails 5.1.2
|
|
17
17
|
|
|
18
|
+
*Note: 8.0.4 skipped.*
|
|
19
|
+
|
|
18
20
|
## [8.0.3]
|
|
19
21
|
### Fixed
|
|
20
22
|
- Ruby 2.1 issue due to `<<~` as reported in [issue #870](https://github.com/shakacode/react_on_rails/issues/870). [#867](https://github.com/shakacode/react_on_rails/pull/867) by [justin808](https://github.com/justin808)
|
|
@@ -618,8 +620,8 @@ Best done with Object destructing:
|
|
|
618
620
|
##### Fixed
|
|
619
621
|
- Fix several generator related issues.
|
|
620
622
|
|
|
621
|
-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.
|
|
622
|
-
[8.0.
|
|
623
|
+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.5...master
|
|
624
|
+
[8.0.5]: https://github.com/shakacode/react_on_rails/compare/8.0.3...8.0.5
|
|
623
625
|
[8.0.3]: https://github.com/shakacode/react_on_rails/compare/8.0.2...8.0.3
|
|
624
626
|
[8.0.2]: https://github.com/shakacode/react_on_rails/compare/8.0.1...8.0.2
|
|
625
627
|
[8.0.1]: https://github.com/shakacode/react_on_rails/compare/8.0.0...8.0.1
|
data/package.json
CHANGED