openproject-primer_view_components 0.8.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -0
- data/app/assets/styles/primer_view_components.css +1 -1
- data/app/assets/styles/primer_view_components.css.map +1 -1
- data/app/components/primer/open_project/page_header.css +1 -0
- data/app/components/primer/open_project/page_header.css.json +11 -0
- data/app/components/primer/open_project/page_header.css.map +1 -0
- data/app/components/primer/open_project/page_header.html.erb +5 -0
- data/app/components/primer/open_project/page_header.pcss +41 -0
- data/app/components/primer/open_project/page_header.rb +69 -0
- data/app/components/primer/primer.pcss +3 -0
- data/app/lib/primer/status/dsl.rb +2 -1
- data/lib/primer/view_components/version.rb +2 -2
- data/previews/primer/open_project/page_header_preview/actions.html.erb +22 -0
- data/previews/primer/open_project/page_header_preview.rb +42 -0
- data/static/arguments.json +11 -0
- data/static/audited_at.json +1 -0
- data/static/classes.json +15 -0
- data/static/constants.json +16 -0
- data/static/info_arch.json +116 -0
- data/static/previews.json +60 -0
- data/static/statuses.json +1 -0
- metadata +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b40e779724fbf02a1e27bd5d1253a0d467d90cc5c0d6574d385ebe2d52a2560
|
4
|
+
data.tar.gz: 606e6926a67bc04bcd4fbeec1beabf67d228698ab2876598611cf52f642cca5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fceeca7093324f431582ca71576e2496478671df5f8c8f2f03be75242c7aa282bafb0f98ba82c8f56ec171eed2b3c92ac35cc5ce4573708ccb16e4a57ef5c02a
|
7
|
+
data.tar.gz: dd5a3fa6dd472d3016eddc46f1825a4ba08f225ddc045131e3129cc56a445572c9cf15f360599f9c66e703bc31d5b17f7d1549c38f93a76aa625a746d2bd60de
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.9.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#26](https://github.com/opf/primer_view_components/pull/26) [`8bed2897`](https://github.com/opf/primer_view_components/commit/8bed2897edc381c3d943cb724854a103b8c84fe4) Thanks [@HDinger](https://github.com/HDinger)! - Add large variant for PageHeaderComponent
|
8
|
+
|
9
|
+
<!-- Changed components: Primer::OpenProject::PageHeader -->
|
10
|
+
|
11
|
+
## 0.9.0
|
12
|
+
|
13
|
+
### Minor Changes
|
14
|
+
|
15
|
+
- [#22](https://github.com/opf/primer_view_components/pull/22) [`ebbe8d5e`](https://github.com/opf/primer_view_components/commit/ebbe8d5e8a616799b9c8b54c0f263a2f43720d1f) Thanks [@oliverguenther](https://github.com/oliverguenther)! -
|
16
|
+
|
17
|
+
- Add OpenProject status for custom components
|
18
|
+
- Add PageHeader component
|
19
|
+
|
20
|
+
<!-- Changed components: Primer::OpenProject::PageHeader -->
|
21
|
+
|
22
|
+
### Patch Changes
|
23
|
+
|
24
|
+
- [#24](https://github.com/opf/primer_view_components/pull/24) [`4029a36e`](https://github.com/opf/primer_view_components/commit/4029a36ed801839e734c207543f33623c99f65b2) Thanks [@HDinger](https://github.com/HDinger)! - Bump openprojects-octicons to 19.7.0
|
25
|
+
|
3
26
|
## 0.8.0
|
4
27
|
|
5
28
|
### Minor Changes
|
@@ -12,6 +35,10 @@
|
|
12
35
|
|
13
36
|
<!-- Changed components: Primer::Beta::Flash -->
|
14
37
|
|
38
|
+
- [#2210](https://github.com/primer/view_components/pull/2210) [`aded2aa4`](https://github.com/primer/view_components/commit/aded2aa45261b13d870f474889d6bc6a803c484a) Thanks [@khiga8](https://github.com/khiga8)! - Fix accessibility bug of missing accessible name on `Primer::Alpha::Dialog`
|
39
|
+
|
40
|
+
<!-- Changed components: Primer::Alpha::Dialog -->
|
41
|
+
|
15
42
|
### Patch Changes
|
16
43
|
|
17
44
|
- [#2213](https://github.com/primer/view_components/pull/2213) [`bc4b3340`](https://github.com/opf/primer_view_components/commit/bc4b33402a7cae813a77bafa7de9e1c7f2fc5419) Thanks [@camertron](https://github.com/camertron)! - Support Rails edge's custom deprecators
|
@@ -22,6 +49,8 @@
|
|
22
49
|
|
23
50
|
<!-- Changed components: Primer::Alpha::ActionMenu -->
|
24
51
|
|
52
|
+
- [#2211](https://github.com/primer/view_components/pull/2211) [`9623ab63`](https://github.com/primer/view_components/commit/9623ab63dfb6a658d416376291d28ade9bf2b1fd) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating tooltip migration linter link to correct url
|
53
|
+
|
25
54
|
## 0.7.0
|
26
55
|
|
27
56
|
### Minor Changes
|