react-manifest-rails 0.2.26 → 0.2.27

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: 4b8bb6838aaa46da5189da7bfba7c7733b909e1a1dda061f0e1020f2c86969bb
4
- data.tar.gz: 86aaee63e4333b5d32539a98d21c1eca47fc449acdd0edd617319b3361feb67c
3
+ metadata.gz: 95a89b37c1332d074e881e5676c346540b069ecbeafc7dd42526ce53f24a0285
4
+ data.tar.gz: e351a53101a5b3c91f31e8fd9279e221fd0a345c56d7f6d003ca5a6d5280624f
5
5
  SHA512:
6
- metadata.gz: e1479c5685f649940a378031a99618a835779e6c3ecc39cf38b445196f4878dcb6650ec83f7631d58f621032047495d72f79670e5058a6aae7aebac25f8f467c
7
- data.tar.gz: 71b29ea8d787d9989c86c07256f174f9768bce7a257eef86143d96ca1481287c31906aa33b08e5b9ff2d788614a90ffbc58d82db6b2bdab85efe3a57c3306d3d
6
+ metadata.gz: 5fa34a6989ccedc7a1b459e3ba68365ec16c82606069c319c7c093d7440cfe4a7e223a4e617e4b25fa1f4b5ab345c73e80fd2f0e0d12d0773121d5221cb2aefa
7
+ data.tar.gz: eb604c20d10c84b9bf0abd6091e346eed18cb05063d88de4f1f8ec8e034dfe399db51c3c66d4ca0d7f8d67e9f1e57cc0c84823804c5da45e5d04e23467a4b55b
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.27] - 2026-05-11
11
+
12
+ ### Fixed
13
+ - Boot-time manifest generation now runs on every development restart rather than only when manifests are completely absent. Shared files added between restarts (e.g. via `git merge`) are picked up immediately without needing to touch a watched file or manually run `rails react_manifest:generate`.
14
+
15
+ ### Changed
16
+ - Removed dead selective-shared-loading infrastructure from `Generator`. The scanner is no longer called from `Generator#run!` (it remains available for `react_manifest:analyze`). `build_controller_context` no longer computes `shared_requires`, `shared_lib_requires`, or their four supporting private methods (`shared_require_path_set`, `shared_lib_require_paths`, `build_shared_dependency_map`, `expand_shared_requires`). Controller manifests continue to load all shared files via `ux_shared` plus cross-bundle and external dependencies.
17
+
10
18
  ## [0.2.26] - 2026-04-22
11
19
 
12
20
  ### Fixed
@@ -1,3 +1,3 @@
1
1
  module ReactManifest
2
- VERSION = "0.2.26".freeze
2
+ VERSION = "0.2.27".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react-manifest-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.26
4
+ version: 0.2.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Noonan