ariadne_view_components 0.0.93 → 0.0.93.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bd7318e1c6c016963d895688e18d733c390e64bbc8f30e57a1f23a7cc522040
|
4
|
+
data.tar.gz: 1be1c0e96c1a66043297a9334b750d0f1e243777c745667a9576192d09c8fafa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f5ff8978308c5ed3743ac856d27197e3d1a5f381740a12e066b7eba704beeff4a31434c9a7f9fbef4a13716790d80bae509021ba232e14c38e5329d70f2470d
|
7
|
+
data.tar.gz: f8613d6833f676fe2ac8b67e8400e793e138143d44642895a57583293e95dcada3c5266e998e5b5e45f1558fe8dbc9469198e0557462144f3da664c46b58fe78
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
# [v0.0.93.2] - 04-01-2025
|
2
|
+
**Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.93.1...v0.0.93.2
|
3
|
+
# [v0.0.93.1] - 20-12-2024
|
4
|
+
## What's Changed
|
5
|
+
* Update for new rubocop API by @gjtorikian in https://github.com/yettoapp/ariadne/pull/537
|
6
|
+
|
7
|
+
|
8
|
+
**Full Changelog**: https://github.com/yettoapp/ariadne/compare/v0.0.93...v0.0.93.1
|
1
9
|
# [v0.0.93] - 09-12-2024
|
2
10
|
## What's Changed
|
3
11
|
* [auto-browserslist] Update Browserslist db by @sisyphusbot in https://github.com/yettoapp/ariadne/pull/530
|
@@ -6,7 +6,7 @@ module Ariadne
|
|
6
6
|
def with_tooltip(text:, **options)
|
7
7
|
@tooltip_id = ::Ariadne::ViewHelper.generate_id
|
8
8
|
|
9
|
-
|
9
|
+
html_attrs["aria-describedby"] = @tooltip_id
|
10
10
|
|
11
11
|
# TODO: this should raise if component's tag isn't an ARIA-compatible tag
|
12
12
|
# ('a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])')
|
@@ -17,7 +17,7 @@ module RuboCop
|
|
17
17
|
# good
|
18
18
|
# @attributes[:tag] = :h2
|
19
19
|
# TODO: TEST THIS
|
20
|
-
class NoTagMemoize <
|
20
|
+
class NoTagMemoize < Base
|
21
21
|
INVALID_MESSAGE = <<~STR
|
22
22
|
Avoid `[:tag] ||=`. Instead, try one of the following:
|
23
23
|
- Don't allow consumers to update the tag by having a fixed tag (e.g. `attributes[:tag] = :div`)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ariadne_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.93
|
4
|
+
version: 0.0.93.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tailwind_merge
|
@@ -24,7 +24,6 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.11'
|
27
|
-
force_ruby_platform: false
|
28
27
|
- !ruby/object:Gem::Dependency
|
29
28
|
name: actionview
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,7 +66,6 @@ dependencies:
|
|
67
66
|
- - "~>"
|
68
67
|
- !ruby/object:Gem::Version
|
69
68
|
version: '3.1'
|
70
|
-
force_ruby_platform: false
|
71
69
|
- !ruby/object:Gem::Dependency
|
72
70
|
name: heroicons_helper
|
73
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,7 +80,6 @@ dependencies:
|
|
82
80
|
- - "~>"
|
83
81
|
- !ruby/object:Gem::Version
|
84
82
|
version: '0.8'
|
85
|
-
force_ruby_platform: false
|
86
83
|
- !ruby/object:Gem::Dependency
|
87
84
|
name: view_component
|
88
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -97,7 +94,6 @@ dependencies:
|
|
97
94
|
- - "~>"
|
98
95
|
- !ruby/object:Gem::Version
|
99
96
|
version: '3.0'
|
100
|
-
force_ruby_platform: false
|
101
97
|
- !ruby/object:Gem::Dependency
|
102
98
|
name: view_component-contrib
|
103
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -112,7 +108,6 @@ dependencies:
|
|
112
108
|
- - "~>"
|
113
109
|
- !ruby/object:Gem::Version
|
114
110
|
version: '0.2'
|
115
|
-
force_ruby_platform: false
|
116
111
|
description:
|
117
112
|
email:
|
118
113
|
- gjtorikian@yetto.app
|
@@ -364,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
359
|
- !ruby/object:Gem::Version
|
365
360
|
version: '0'
|
366
361
|
requirements: []
|
367
|
-
rubygems_version: 3.
|
362
|
+
rubygems_version: 3.5.22
|
368
363
|
signing_key:
|
369
364
|
specification_version: 4
|
370
365
|
summary: ViewComponents + TailwindCSS + Stimulus
|