react-rails 3.0.0 → 3.1.1

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: 5e2392fd8c147fca4d725dd8e96d49e3515bb0c439c58e7f13c1c283b69d1ea4
4
- data.tar.gz: 8867c4ada55330af8fd290379b5d6f93611c714558791ab5cc27d80796b71300
3
+ metadata.gz: e21548e44de86710093640f1ec4b9fb7894a240d7f908cabcc9a6a0c271826dc
4
+ data.tar.gz: 5879119b9a1c41c818896a82fc6b3596119e46b286eab96a54ad8489c803db5f
5
5
  SHA512:
6
- metadata.gz: 8ffac366e8a10b59f386722b280d1407b25607231ff5a42bbf71a374420cf3ff4a2a6a2ae6b0eb49e768b3c161f5407fc7aafb20f317766ffc67eacf0a5b4577
7
- data.tar.gz: ac63153752bb2b5da0d8f1303d24ac8359ab3751f7ab65e576dc5bcfedd63ac07f1336faeb2ffaff81431f833e06468821f282859513012cea484e4a0571ef1e
6
+ metadata.gz: dd4903039cd95c518f5b6cb9e5021711693cd0cca1a251d00957e5b03df88d87e5c2c57e1f1f6fbc24bf1d9553d8d23523c1f33caaa218e2953e5124e27874a5
7
+ data.tar.gz: 830bf9d620edcc4084e88f330aa30a7f091cb56eed48d17bd7ca302878c912fa3ccead712bde0ba27369dad9d4e3768d5f28b564ac596672b8ec98bdbc2f2002
data/CHANGELOG.md CHANGED
@@ -5,10 +5,17 @@ If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS pa
5
5
  [#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209)
6
6
 
7
7
  ## Unreleased
8
- Changes since last non-beta release.
8
+ Changes since the last non-beta release.
9
9
 
10
10
  _Please add entries here for your pull requests that are not yet released._
11
11
 
12
+ ## [3.1.0] - 2023-08-15
13
+
14
+ #### Added
15
+ - Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
16
+
17
+ ## [3.0.0] - 2023-08-14
18
+
12
19
  ### Breaking Changes
13
20
  - Requires separate compilations for server & client bundles if using Shakapacker (see [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack)) #1274
14
21
  - Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all. #1274
@@ -555,6 +562,8 @@ _Please add entries here for your pull requests that are not yet released._
555
562
  - Server rendering with `prerender: true`
556
563
  - Transform `.jsx` in the asset pipeline
557
564
 
558
- [Unreleased]: https://github.com/reactjs/react-rails/compare/v2.7.1...master
559
- [2.7.1]: https://github.com/shakacode/shakapacker/compare/v2.7.0...v2.7.1
560
- [2.7.0]: https://github.com/shakacode/shakapacker/compare/v2.6.2...v2.7.0
565
+ [Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.0...master
566
+ [3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
567
+ [3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
568
+ [2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1
569
+ [2.7.0]: https://github.com/reactjs/react-rails/compare/v2.6.2...v2.7.0
data/README.md CHANGED
@@ -32,7 +32,7 @@ Here's a testimonial of how ShakaCode can help, from [Florian Gößler](https://
32
32
 
33
33
  Read the [full review here](https://clutch.co/profile/shakacode#reviews?sort_by=date_DESC#review-2118154). Here's [another review of a Shakapacker migration that led to more work](https://clutch.co/profile/shakacode#reviews?sort_by=date_DESC#review-2096078).
34
34
 
35
- ## Resouces
35
+ ## Resources
36
36
  * [Click to join **React + Rails Slack**](https://reactrails.slack.com/join/shared_invite/enQtNjY3NTczMjczNzYxLTlmYjdiZmY3MTVlMzU2YWE0OWM0MzNiZDI0MzdkZGFiZTFkYTFkOGVjODBmOWEyYWQ3MzA2NGE1YWJjNmVlMGE). Then join the channel `#react-rails`.
37
37
  * If you are upgrading, you might consider migrating to the [react_on_rails](https://github.com/shakacode/react_on_rails) gem.
38
38
  * Source code example utilizing React-Rails: https://github.com/BookOfGreg/react-rails-example-app
@@ -4,6 +4,6 @@ module React
4
4
  module Rails
5
5
  # If you change this, make sure to update VERSIONS.md
6
6
  # and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
7
- VERSION = "3.0.0"
7
+ VERSION = "3.1.1"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul O’Shannessy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-08-14 00:00:00.000000000 Z
14
+ date: 2023-08-16 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: appraisal