openproject-primer_view_components 0.44.2 → 0.44.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73a4696100a12779bd22f474145dabb70cf5e961951308ff0c31f171910f8844
|
|
4
|
+
data.tar.gz: 5689ce9147a4aafdfacdcf7a2d92e03d8402f28fd8af7fdf67078da3abb8c85e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b31ea331978ffb53836339bc10571d4e7894f5f24c8a9949b55f3bea4a8116009e4499035da620ee857f2954e06c4688cc863c5ea691df08666da4bd0f963ec
|
|
7
|
+
data.tar.gz: df6928a7664073476e4565058b58bdc30a988f630be267c21e03e49b6123b6342fa137a4557d4719d6abd061fb7e4b9378b0abf964ca48ca08968e2c1bf68dea
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 0.44.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#180](https://github.com/opf/primer_view_components/pull/180) [`259491b`](https://github.com/opf/primer_view_components/commit/259491b418f1179537cee5caee5f306af30b83d8) Thanks [@HDinger](https://github.com/HDinger)! - Allow FeedbackMessage to show no icon at all
|
|
8
|
+
|
|
9
|
+
- [#182](https://github.com/opf/primer_view_components/pull/182) [`e0f7e87`](https://github.com/opf/primer_view_components/commit/e0f7e871f24a52901915e2310bf2445f0ab46f72) Thanks [@HDinger](https://github.com/HDinger)! - Upgrade Vite; stop updating bundle in CI
|
|
10
|
+
|
|
3
11
|
## 0.44.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -40,7 +40,7 @@ module Primer
|
|
|
40
40
|
def before_render
|
|
41
41
|
if @loading
|
|
42
42
|
@blankslate.with_visual_image(src: asset_path("loading_indicator.svg"), alt: I18n.t(:label_loading))
|
|
43
|
-
|
|
43
|
+
elsif @icon_arguments[:icon] != :none
|
|
44
44
|
@blankslate.with_visual_icon(size: :medium, **@icon_arguments)
|
|
45
45
|
end
|
|
46
46
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openproject-primer_view_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.44.
|
|
4
|
+
version: 0.44.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub Open Source
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2024-09-
|
|
12
|
+
date: 2024-09-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionview
|