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 +4 -4
- data/CHANGELOG.md +24 -12
- data/lib/rails_vite/config.rb +4 -0
- data/lib/rails_vite/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: 65246e1c68cbefab2638785dcb3f9b28290922e2826ba1af7c2f48b00d4edc8e
|
|
4
|
+
data.tar.gz: 2fba5e05a532396f04fda7e64cf20e5d07e85776309b09a170d3ec8925f8a95f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
##
|
|
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
|
-
##
|
|
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
|
-
##
|
|
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
|
-
##
|
|
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
|
-
##
|
|
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
|
data/lib/rails_vite/config.rb
CHANGED
data/lib/rails_vite/version.rb
CHANGED