openproject-primer_view_components 0.29.1 → 0.30.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 +36 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- 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/alpha/action_list/form_wrapper.rb +5 -0
- data/app/components/primer/alpha/banner.rb +13 -13
- data/app/components/primer/alpha/button_marketing.rb +2 -0
- data/app/components/primer/alpha/dialog/header.html.erb +3 -0
- data/app/components/primer/alpha/dialog/header.rb +26 -0
- data/app/components/primer/alpha/overlay/header.html.erb +3 -1
- data/app/components/primer/alpha/overlay/header.rb +15 -0
- data/app/components/primer/anchored_position.js +2 -0
- data/app/components/primer/anchored_position.ts +2 -0
- data/app/components/primer/beta/button.css +1 -1
- data/app/components/primer/beta/button.css.map +1 -1
- data/app/components/primer/beta/button.html.erb +6 -1
- data/app/components/primer/beta/button.pcss +1 -0
- data/app/components/primer/beta/button.rb +9 -1
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/button_marketing_preview.rb +15 -3
- data/previews/primer/alpha/dialog_preview/with_header_filter.html.erb +19 -0
- data/previews/primer/alpha/dialog_preview.rb +4 -0
- data/previews/primer/alpha/overlay_preview/in_a_sticky_container.html.erb +19 -0
- data/previews/primer/alpha/overlay_preview.rb +15 -0
- data/previews/primer/beta/button_group_preview.rb +3 -7
- data/previews/primer/beta/button_preview/small_scheme_one_character.html.erb +5 -0
- data/previews/primer/beta/button_preview/summary_as_button.html.erb +14 -0
- data/previews/primer/beta/button_preview.rb +42 -12
- data/static/info_arch.json +119 -6
- data/static/previews.json +80 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55cc9b3f6cbd5bad75a1bd5a6aa719994fdfc0159761f0ab9c92bfccbafa1f4f
|
4
|
+
data.tar.gz: d946c2cae254eb9b752dddd3d988c302d6081167990cac738d41ca950e1d8d7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd32115e923f47bb5c120665308af155bc2268832b7245876f28356623426f7a1549dc93a487a9dcd1c1d4a96b8b1cacb6d52c324eb24b9917c183d31fb36636
|
7
|
+
data.tar.gz: 42781450299af7b4d686077670a3166fb0b9bbd2c2cfe29335861cefffcd2a61c2e6da122cca7d8db03c52147b6e90eedf743f1a797bc7d057cc4adf168be6d8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.30.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2837](https://github.com/primer/view_components/pull/2837) [`e4d6177`](https://github.com/opf/primer_view_components/commit/e4d6177a1d5f5ca65e71bc3a27de7fe951df4cba) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Ruby dependencies to address upstream security notices
|
8
|
+
|
9
|
+
- [#115](https://github.com/opf/primer_view_components/pull/115) [`f496728`](https://github.com/opf/primer_view_components/commit/f496728b84e7e8ad7f15b9fe025c4197f3e367d2) Thanks [@HDinger](https://github.com/HDinger)! - Bump openproject-octicons to 19.12.0
|
10
|
+
|
11
|
+
- [#2839](https://github.com/primer/view_components/pull/2839) [`97ec908`](https://github.com/opf/primer_view_components/commit/97ec9085788f1d5e0b59aaa0178d7b24c6dc25c6) Thanks [@camertron](https://github.com/camertron)! - Revert tab container upgrade
|
12
|
+
|
13
|
+
## 0.30.0
|
14
|
+
|
15
|
+
### Minor Changes
|
16
|
+
|
17
|
+
- [#2624](https://github.com/primer/view_components/pull/2624) [`8600b3b`](https://github.com/opf/primer_view_components/commit/8600b3bd96d5b425fa34e0434c5aeb3223fd66c8) Thanks [@keithamus](https://github.com/keithamus)! - Upgrade @github/tab-container, using shadowdom
|
18
|
+
|
19
|
+
- [#2808](https://github.com/primer/view_components/pull/2808) [`bdb3d88`](https://github.com/opf/primer_view_components/commit/bdb3d88595dedc93ad20e55a68d34ba1899e8fac) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds a subtitle slot to the Primer::Alpha::Overlay::Header and Primer::Alpha::Dialog::Header
|
20
|
+
|
21
|
+
- [#2804](https://github.com/primer/view_components/pull/2804) [`757635a`](https://github.com/opf/primer_view_components/commit/757635a902c0986da60d94daa3799bd59ad1e697) Thanks [@camertron](https://github.com/camertron)! - Add a filter slot to the dialog header
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- [#2807](https://github.com/primer/view_components/pull/2807) [`1863522`](https://github.com/opf/primer_view_components/commit/186352212178c66b651852ab6517213869927eae) Thanks [@khiga8](https://github.com/khiga8)! - Add parenthesis to trailing counter for React parity, and to improve screen reader speech output
|
26
|
+
|
27
|
+
- [#2794](https://github.com/primer/view_components/pull/2794) [`1d0ecc5`](https://github.com/opf/primer_view_components/commit/1d0ecc5fe4cd738809fc67e9ee43cecf69b2899c) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: Re-calculate anchored-position on scroll
|
28
|
+
|
29
|
+
- [#2821](https://github.com/primer/view_components/pull/2821) [`19f4d7e`](https://github.com/opf/primer_view_components/commit/19f4d7e2068aa8c0fee5da9c15850c1afb9238cb) Thanks [@khiga8](https://github.com/khiga8)! - Add min-width
|
30
|
+
|
31
|
+
- [#2803](https://github.com/primer/view_components/pull/2803) [`d81824c`](https://github.com/opf/primer_view_components/commit/d81824c43eea2c313b3c024dfc2d4adcb5b51fd0) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds data attribute to overlay header
|
32
|
+
|
33
|
+
- [#2822](https://github.com/primer/view_components/pull/2822) [`11aa0e9`](https://github.com/opf/primer_view_components/commit/11aa0e92034ceac4fe3b9042be31102723b85b8a) Thanks [@smockle](https://github.com/smockle)! - Fix NVDA menu item counts that are broken by using '<form>' inside an 'ActionMenu'.
|
34
|
+
|
35
|
+
- [#2828](https://github.com/primer/view_components/pull/2828) [`9ca87d3`](https://github.com/opf/primer_view_components/commit/9ca87d39e4bcff1753a116e829ea336425e161d1) Thanks [@camertron](https://github.com/camertron)! - Fix issue with ActionMenu form items which would prevent a wrapping form if form_arguments: was passed
|
36
|
+
|
37
|
+
- [#2802](https://github.com/primer/view_components/pull/2802) [`2906d96`](https://github.com/opf/primer_view_components/commit/2906d96e0780dd5795800cfd29ede076c1e4bcd5) Thanks [@lindseywild](https://github.com/lindseywild)! - Updates Button and ButtonMarketing docs with markup requirements
|
38
|
+
|
3
39
|
## 0.29.1
|
4
40
|
|
5
41
|
### Patch Changes
|