jet_ui 0.2.8 → 0.2.10
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 +18 -2
- data/lib/jet_ui/version.rb +1 -1
- metadata +9 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: debfc83f3c33c58716e876a43bab280d430a94fc4682de9b89b0cb605c8359d4
|
|
4
|
+
data.tar.gz: 5ad38cb1116cb06dfd0b1516ba282213af3a0759e3a3947e548113cf5a24c2d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cba15b76863db3147f4881a443ecbd2bbf69a4cf5b3f21e05be6987767ae2934e0dfe1700865f659de4b25d2c8c07bc412bf2092be1d63f980244d6670feab5
|
|
7
|
+
data.tar.gz: 9f336006021e46d6209e1e36c233cf1d44750a893b99945bb7ea6a62bf5a874abfd85ab2fd215cd69a66cc81c068ec4a785f55f18e26accbfb489680fa75f1f1
|
data/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.10] - 2026-08-22
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Upgrade development Ruby version to 4.0.6
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Automated publishing to npm and RubyGems on version tags via GitHub Actions
|
|
17
|
+
- CI check to ensure package.json version matches lib/jet_ui/version.rb
|
|
18
|
+
|
|
19
|
+
## [0.2.9] - 2026-08-11
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- Security vulnerability: update Rails to 8.1.3.1 (CVE-2026-66066 — arbitrary file read and RCE in Active Storage variant processing)
|
|
23
|
+
|
|
10
24
|
## [0.2.8] - 2026-07-09
|
|
11
25
|
|
|
12
26
|
### Added
|
|
13
|
-
- `@jetrockets/jet-ui` npm package for Vite/esbuild/Webpack users — import Stimulus controllers without vendoring
|
|
14
|
-
- `JsRuntime` module
|
|
27
|
+
- `@jetrockets/jet-ui` npm package for Vite/esbuild/Webpack users — import Stimulus controllers directly without vendoring
|
|
28
|
+
- `JsRuntime` module that auto-detects JS bundler (Vite, esbuild, Webpack) vs importmap
|
|
15
29
|
- `jet_ui:install` generator now detects runtime and prints runtime-specific setup instructions
|
|
30
|
+
- CSS export paths in npm package for optional per-component imports via `@jetrockets/jet-ui/css/*`
|
|
31
|
+
- Generator tests for `JsRuntime` detection and runtime-aware install flow
|
|
16
32
|
|
|
17
33
|
### Fixed
|
|
18
34
|
- Importmap crash (`Errno::EISDIR`) — removed invalid directory path from `importmap.paths`
|
data/lib/jet_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jet_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JetRockets
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-22 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: railties
|
|
@@ -85,14 +86,14 @@ dependencies:
|
|
|
85
86
|
requirements:
|
|
86
87
|
- - '='
|
|
87
88
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 8.1.3
|
|
89
|
+
version: 8.1.3.1
|
|
89
90
|
type: :development
|
|
90
91
|
prerelease: false
|
|
91
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
92
93
|
requirements:
|
|
93
94
|
- - '='
|
|
94
95
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 8.1.3
|
|
96
|
+
version: 8.1.3.1
|
|
96
97
|
- !ruby/object:Gem::Dependency
|
|
97
98
|
name: rubocop
|
|
98
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -166,7 +167,7 @@ dependencies:
|
|
|
166
167
|
description: Reusable ViewComponent UI components matching the JetRockets design system
|
|
167
168
|
at ui.jetrockets.com
|
|
168
169
|
email:
|
|
169
|
-
-
|
|
170
|
+
- rafael.pena-azar@jetrockets.com
|
|
170
171
|
executables: []
|
|
171
172
|
extensions: []
|
|
172
173
|
extra_rdoc_files: []
|
|
@@ -646,6 +647,7 @@ metadata:
|
|
|
646
647
|
homepage_uri: https://ui.jetrockets.com
|
|
647
648
|
source_code_uri: https://github.com/jetrockets/jet_ui
|
|
648
649
|
changelog_uri: https://github.com/jetrockets/jet_ui/blob/main/CHANGELOG.md
|
|
650
|
+
post_install_message:
|
|
649
651
|
rdoc_options: []
|
|
650
652
|
require_paths:
|
|
651
653
|
- lib
|
|
@@ -660,7 +662,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
660
662
|
- !ruby/object:Gem::Version
|
|
661
663
|
version: '0'
|
|
662
664
|
requirements: []
|
|
663
|
-
rubygems_version:
|
|
665
|
+
rubygems_version: 3.5.22
|
|
666
|
+
signing_key:
|
|
664
667
|
specification_version: 4
|
|
665
668
|
summary: ViewComponent-based UI library for Rails applications
|
|
666
669
|
test_files: []
|