rails_vite 0.2.1 → 0.2.2

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: e0866cfdef70a06feb58cd405f2cdd7c7f9ddcb097871ac6fb272041b00083e9
4
- data.tar.gz: b9ddef44f6b0e08d780f034a6927cb778f4ffd2a9435ccbdac1aa24e1e989251
3
+ metadata.gz: 65246e1c68cbefab2638785dcb3f9b28290922e2826ba1af7c2f48b00d4edc8e
4
+ data.tar.gz: 2fba5e05a532396f04fda7e64cf20e5d07e85776309b09a170d3ec8925f8a95f
5
5
  SHA512:
6
- metadata.gz: bea54a2fe1632fb4f4abe14e5bb0d5f8acd4fae71c24107b667dce65eeb144744e62fada3fff4c5eceaccbd5f70ab749dbd555fcdf0f109b39789abc29aa13f4
7
- data.tar.gz: 01bd405f1b316d45814e8df8fbf18d8ab6f00169620262784a4bc41ca4964b6bf0ea6a8a1dc18b697cb72f6154563cd16060a1f3546cdb90df68e038c20702bd
6
+ metadata.gz: 532d10ec22f6e0e4a0fefaed1216ad04efc618b3979365a47b9278be4c03d5ae24488b5fdb5bdce93ecbe963ed0a214483c22d673daa76bc1bb1af355b20850a
7
+ data.tar.gz: 16f20d8f3ee96046f57b12f81671d094fef7d057cc0f8b8d4ae82fb2ab848a44db2d8fcbdc8bed01246a8351433d2874c63f7f041ab8471e0db8f4c8907f40dc
data/CHANGELOG.md CHANGED
@@ -5,7 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog],
6
6
  and this project adheres to [Semantic Versioning].
7
7
 
8
- ## [0.2.1] - 2026-03-17
8
+ ## rails_vite@0.2.2 / rails-vite-plugin@0.2.4 - 2026-04-09
9
+
10
+ ### Added
11
+
12
+ - Expose SSR output directory configuration ([@skryukov])
13
+
14
+ ## rails-vite-plugin@0.2.3 - 2026-03-27
15
+
16
+ ### Fixed
17
+
18
+ - Fix double `assets/` prefix in SSR `?url` imports in jsbundling mode ([@skryukov])
19
+ - Support glob patterns in input entries ([@skryukov])
20
+
21
+ ## rails-vite-plugin@0.2.2 - 2026-03-17
22
+
23
+ ### Fixed
24
+
25
+ - Fix ES module identity split when using Propshaft/Sprockets ([@skryukov])
26
+
27
+ ## rails_vite@0.2.1 / rails-vite-plugin@0.2.1 - 2026-03-17
9
28
 
10
29
  ### Added
11
30
 
@@ -18,7 +37,7 @@ and this project adheres to [Semantic Versioning].
18
37
  - Fix `?url` imports and asset references pointing to Rails server instead of Vite dev server ([@skryukov])
19
38
  - Fix embedded Vite instances (Storybook) overwriting dev stubs in jsbundling mode ([@skryukov])
20
39
 
21
- ## [0.2.0] - 2026-03-11
40
+ ## rails_vite@0.2.0 / rails-vite-plugin@0.2.0 - 2026-03-11
22
41
 
23
42
  ### Added
24
43
 
@@ -28,13 +47,13 @@ and this project adheres to [Semantic Versioning].
28
47
 
29
48
  - `vite_asset_path` now works in development ([@skryukov])
30
49
 
31
- ## [0.1.2] - 2026-03-08
50
+ ## rails_vite@0.1.2 / rails-vite-plugin@0.1.2 - 2026-03-08
32
51
 
33
52
  ### Fixed
34
53
 
35
54
  - Short entry names now resolve correctly when using `entrypoints/` directory ([@skryukov])
36
55
 
37
- ## [0.1.1] - 2026-03-08
56
+ ## rails_vite@0.1.1 / rails-vite-plugin@0.1.1 - 2026-03-08
38
57
 
39
58
  ### Added
40
59
 
@@ -48,7 +67,7 @@ and this project adheres to [Semantic Versioning].
48
67
 
49
68
  - `refresh: false` option now correctly disables file watching ([@skryukov])
50
69
 
51
- ## [0.1.0] - 2026-03-07
70
+ ## rails_vite@0.1.0 / rails-vite-plugin@0.1.0 - 2026-03-07
52
71
 
53
72
  ### Added
54
73
 
@@ -56,12 +75,5 @@ and this project adheres to [Semantic Versioning].
56
75
 
57
76
  [@skryukov]: https://github.com/skryukov
58
77
 
59
- [Unreleased]: https://github.com/skryukov/rails_vite/compare/v0.2.1...HEAD
60
- [0.2.1]: https://github.com/skryukov/rails_vite/compare/v0.2.0...v0.2.1
61
- [0.2.0]: https://github.com/skryukov/rails_vite/compare/v0.1.2...v0.2.0
62
- [0.1.2]: https://github.com/skryukov/rails_vite/compare/v0.1.1...v0.1.2
63
- [0.1.1]: https://github.com/skryukov/rails_vite/compare/v0.1.0...v0.1.1
64
- [0.1.0]: https://github.com/skryukov/rails_vite/commits/v0.1.0
65
-
66
78
  [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
67
79
  [Semantic Versioning]: https://semver.org/spec/v2.0.0.html
@@ -42,6 +42,10 @@ module RailsVite
42
42
  plugin_meta["url"]
43
43
  end
44
44
 
45
+ def ssr_output_dir
46
+ plugin_meta["ssrOutputDir"]
47
+ end
48
+
45
49
  def react_refresh?
46
50
  plugin_meta["reactRefresh"] == true
47
51
  end
@@ -1,3 +1,3 @@
1
1
  module RailsVite
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_vite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svyatoslav Kryukov