vite_rails 3.10.0 → 3.11.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: d820706d13e470c21682a486091d851a9fc52ba5df2a90793bc75395eb481757
4
- data.tar.gz: 9c223574257301bbc34998347bc1b2181873ca2f1210558b16aaa7fad49e5881
3
+ metadata.gz: '08fa7e2751167305986bfc364ecec8c06fac65efed6082c932ec68828a5d6f04'
4
+ data.tar.gz: 0c14fb987365f91fbba6b4dc4b152b603001a998e197b9d14a75241aef43657a
5
5
  SHA512:
6
- metadata.gz: 3c48cd977f395272bde70643fed94f1b16ea99d62e1279051939ec9b1614448ee64abf31745ca04a80320384445fefa7235b49ee460f2be7992fa7fe154e627e
7
- data.tar.gz: eb8f2eefae91019649127d0ecd50b3699d9ffa80a5be68df2758d7ec3813cfacc7e017319c834b921b53f0c85ae81b764d59a2b3323e5a8ba5fcd5430ecb9e72
6
+ metadata.gz: e977b2886f778632f8a6e43dd6817f354688f3ceee4c84c3a674cef4e66fa754e5d2c0709b0da34da2f073dabaa58a179c34d63a02b629a24022c69633c40685
7
+ data.tar.gz: e2fe9178ff014e02c82c47c199bca99ae059a7dcbc47bf638f07d4f1a70b2c7d2d1ea78afc6ec54f0c949096c482552b9ccfaf0b3650fa026daf0a5d4021101d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.11.1](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.11.0...vite_rails@3.11.1) (2026-07-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * stop overriding Rails' media default in vite_javascript_tag ([#610](https://github.com/ElMassimo/vite_ruby/issues/610)) ([a7cd412](https://github.com/ElMassimo/vite_ruby/commit/a7cd41285d431accdff1a432fa79603ea2873095)), closes [#535](https://github.com/ElMassimo/vite_ruby/issues/535)
7
+
8
+
9
+
10
+ # [3.11.0](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.10.0...vite_rails@3.11.0) (2026-05-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * default to skipProxy in new installations ([2932c0e](https://github.com/ElMassimo/vite_ruby/commit/2932c0ed66143d1a1d05d71787c2a5b0a47403f3))
16
+
17
+
18
+
1
19
  # [3.10.0](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.0.20...vite_rails@3.10.0) (2026-03-17)
2
20
 
3
21
 
@@ -41,7 +41,7 @@ module ViteRails::TagHelpers
41
41
  skip_preload_tags: false,
42
42
  skip_style_tags: false,
43
43
  crossorigin: "",
44
- media: "screen",
44
+ media: nil,
45
45
  **options)
46
46
  entries = vite_manifest.resolve_entries(*names, type: asset_type)
47
47
  tags = javascript_include_tag(*entries.fetch(:scripts), crossorigin: crossorigin, type: type, extname: false, **options)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ViteRails
4
- VERSION = "3.10.0"
4
+ VERSION = "3.11.1"
5
5
  end
@@ -5,6 +5,7 @@
5
5
  },
6
6
  "development": {
7
7
  "autoBuild": true,
8
+ "skipProxy": true,
8
9
  "publicOutputDir": "vite-dev",
9
10
  "port": 3036
10
11
  },
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Máximo Mussini
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-07-03 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: railties
@@ -63,6 +64,7 @@ dependencies:
63
64
  - - "~>"
64
65
  - !ruby/object:Gem::Version
65
66
  version: '2.1'
67
+ description:
66
68
  email:
67
69
  - maximomussini@gmail.com
68
70
  executables: []
@@ -86,9 +88,10 @@ homepage: https://github.com/ElMassimo/vite_ruby
86
88
  licenses:
87
89
  - MIT
88
90
  metadata:
89
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@3.10.0/vite_rails
90
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@3.10.0/vite_rails/CHANGELOG.md
91
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@3.11.1/vite_rails
92
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@3.11.1/vite_rails/CHANGELOG.md
91
93
  rubygems_mfa_required: 'true'
94
+ post_install_message:
92
95
  rdoc_options: []
93
96
  require_paths:
94
97
  - lib
@@ -103,7 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
106
  - !ruby/object:Gem::Version
104
107
  version: '0'
105
108
  requirements: []
106
- rubygems_version: 3.6.9
109
+ rubygems_version: 3.5.16
110
+ signing_key:
107
111
  specification_version: 4
108
112
  summary: Use Vite in Rails and bring joy to your JavaScript experience
109
113
  test_files: []