openproject-primer_view_components 0.8.0 → 0.9.0

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: 3b243f79fdf174eadf7e29276d54a5f7f111d495f5d61f1bd43ed01a5c29d2a3
4
- data.tar.gz: 1a2360041d7b96d2126d6d1c3720914a5014e9e824d08f53b503ec8944da6dea
3
+ metadata.gz: 3ccd6cbfa3adec2d1de09bceb4d3633664286e994abf83deecf8b00fd0dbb35e
4
+ data.tar.gz: c6214e8f1eba6f4ace9d6ee6169326e49751eca17fd4c79cac6db9c269d325f4
5
5
  SHA512:
6
- metadata.gz: e26e4eee889fc04d1106e8ecc59c19288af8cf6fa609ee9df315ad139937f49df015ad60a268885b1234044d3c79c669492ba8ee7f71b7a7fa1d8a0e63bc9c62
7
- data.tar.gz: 3821c65dd83ce1efe3bb4c92f534987c44673cd69c2ef12af877d597d47c9725a800175d65aab2e1483189946435a8cf48bf52173d40f3d38e3dfd48e1292f75
6
+ metadata.gz: 82271dd9053241c848dce101517d7a2a5a6624377705e9ae4e70ac7476216feb60e4478b2fdf6ab524369aca3f470e6b2360b7d333855fae6abdc962cdccf57f
7
+ data.tar.gz: 883769cfd690f64afbf13b1d6e279e0e3371a0007f7b2f4ffafbab930973983f72d71404677e6133e8a78da4ed53ee1839c27aaeab13410ed9851f1626f6734d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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)! -
8
+
9
+ - Add OpenProject status for custom components
10
+ - Add PageHeader component
11
+
12
+ <!-- Changed components: Primer::OpenProject::PageHeader -->
13
+
14
+ ### Patch Changes
15
+
16
+ - [#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
17
+
3
18
  ## 0.8.0
4
19
 
5
20
  ### Minor Changes
@@ -12,6 +27,10 @@
12
27
 
13
28
  <!-- Changed components: Primer::Beta::Flash -->
14
29
 
30
+ - [#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`
31
+
32
+ <!-- Changed components: Primer::Alpha::Dialog -->
33
+
15
34
  ### Patch Changes
16
35
 
17
36
  - [#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 +41,8 @@
22
41
 
23
42
  <!-- Changed components: Primer::Alpha::ActionMenu -->
24
43
 
44
+ - [#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
45
+
25
46
  ## 0.7.0
26
47
 
27
48
  ### Minor Changes