react_on_rails 15.0.0.rc.0 → 15.0.0.rc.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +1 -1
- data/lib/react_on_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f1d81abbd291a6daa87e399d7d2e39736f23838b1b8a63d70e7a1f6480e682a
|
4
|
+
data.tar.gz: 29e1a1e7c59398234500c41750c7bdb99bf5aa7a1c3fc893acf74b58b3c66cb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e547bb0bf354747db64a2539c0b1d8b4f0b971b0223beb55a6a2a3a0b34d6b4e6caafdcb91ee64b8193dc98b82531c028126d60b3d90ae45fa87d06de847db78
|
7
|
+
data.tar.gz: a77c0ffd2939aa428b2199c2a1f9d5f88701c3c1928b9b674b2498ba4db86154e6a5e5ebd3c936e6566fcf13e3ca2ce43489ab0d60713d3db1a29869927a5fbd
|
data/CHANGELOG.md
CHANGED
@@ -23,6 +23,14 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
|
|
23
23
|
|
24
24
|
Changes since the last non-beta release.
|
25
25
|
|
26
|
+
### [15.0.0-rc.1] - 2025-06-18
|
27
|
+
|
28
|
+
#### Improved
|
29
|
+
|
30
|
+
- Ensured that the RSC payload is injected after the component's HTML markup to improve the performance of the RSC payload injection. [PR 1738](https://github.com/shakacode/react_on_rails/pull/1738) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
|
31
|
+
|
32
|
+
### [15.0.0-rc.0] - 2025-06-16
|
33
|
+
|
26
34
|
#### Improved
|
27
35
|
|
28
36
|
- Improved RSC rendering flow by eliminating double rendering of server components and reducing the number of HTTP requests.
|
data/Gemfile.lock
CHANGED