openproject-primer_view_components 0.46.1 → 0.47.0

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: 52421c5977e63c54fa9795501418459324c0338850342dd2169a319dd60ca3c2
4
- data.tar.gz: 51358821492139ed8d09bb4c3575b0c77c11990f23fbbe2747cf4416d1ad6737
3
+ metadata.gz: 6494793741d8a7a9aacaf62eeafd97708d9edab6c44e0e617d94c2b1954c3317
4
+ data.tar.gz: 8b97bf66e94f66ea6e690f3958f93d6cea3a4630d6dc57532f30be62033a6f6f
5
5
  SHA512:
6
- metadata.gz: 9911c6965a9d6c909d70da6da23c7d1fc2be2eb8471abdc4e2c9dc95fdb0f02160e91d7960f7ec8a73460cd5152b5c58ecb1ea2173ab036fed18a7879fa9157c
7
- data.tar.gz: '038b35746f2d0df2d73066bda8471c31ef18143718bd486f0fb2f3dc35e5af20e2d063ad7273caa9d118ae7a84f14f51e58e0b3c7ccaaf53377f88cdb3cd4b43'
6
+ metadata.gz: 2024fb20d07a5689c54807fef5e775482cea0b1b85890e7efadd7861bcecd491216f7d07c8ce2a4f8d7326c8f63d05786209d2415dbbd9eab3fcbfe156dd070b
7
+ data.tar.gz: 9e796bd674f8eb8da4a1d93c221257ec2539c44aa1310e2901f3c67f3a38fae212b06ae789096b783d2da0177a9b707d2bd256c512398f1ec80623d21132add7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.47.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3062](https://github.com/primer/view_components/pull/3062) [`b45ef04`](https://github.com/opf/primer_view_components/commit/b45ef044eb08788c7abff7cbd962da6d0ca56aa5) Thanks [@dombesz](https://github.com/dombesz)! - Trigger an input event when the primer-text-field clear button is pressed.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3054](https://github.com/primer/view_components/pull/3054) [`4434ec0`](https://github.com/opf/primer_view_components/commit/4434ec03af760a950060f58549243aa2842be045) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Disallow passing `role:` argument
12
+
13
+ - [#3077](https://github.com/primer/view_components/pull/3077) [`66488a3`](https://github.com/opf/primer_view_components/commit/66488a30da6cccdf58367d0b20262af5afa597a1) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Fix tab index issue in multi-select mode
14
+
15
+ - [#3044](https://github.com/primer/view_components/pull/3044) [`b57b63a`](https://github.com/opf/primer_view_components/commit/b57b63ab909a3afebd291f91d8e59db5ee9c0998) Thanks [@jamieshark](https://github.com/jamieshark)! - SelectPanel - design bug fixes. Adds a divider below the filter, adjusts min height for loading and error states, moves banner error above input filter."
16
+
17
+ - [#3053](https://github.com/primer/view_components/pull/3053) [`871c818`](https://github.com/opf/primer_view_components/commit/871c8184c8d3b70565052b419eec04ead2a894e0) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Raise an error when remote fetch + hidden filter argument combo
18
+
19
+ - [#3058](https://github.com/primer/view_components/pull/3058) [`269b02f`](https://github.com/opf/primer_view_components/commit/269b02f221145af4acfb6fa8b4e15ef66c781b4c) Thanks [@langermank](https://github.com/langermank)! - `Label` padding updates to match PRC
20
+
21
+ - [#3057](https://github.com/primer/view_components/pull/3057) [`96b42db`](https://github.com/opf/primer_view_components/commit/96b42db2e0c0402008d2e00851e481d993b1506e) Thanks [@owenniblock](https://github.com/owenniblock)! - Don't select SelectPanel::Item when item is a link
22
+
3
23
  ## 0.46.1
4
24
 
5
25
  ### Patch Changes