openproject-primer_view_components 0.56.1 → 0.58.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: aebb646993d00d3464d6d413736b129ebd0101c1147db799b861bcd0429ba45c
4
- data.tar.gz: 6784949004a6d4ff23c94e0e9f7120cd44bc049c7a16215082bb1acef5e8b495
3
+ metadata.gz: 157b884c6672013213f0932302426465763f547db7251cdeb130ce65610b68ea
4
+ data.tar.gz: 4d9e16e856c1a651b19a5841820d8549561b550a40dee290d189dec26451ab5a
5
5
  SHA512:
6
- metadata.gz: 76f0c33d6fb259ea9d735fb26d78d3378c2bf083ad2463a964519a3c36f4b64726fd56aba6cee66b7b7b53ef6b3e7c4823657fca9604326963b5882a04a61ebe
7
- data.tar.gz: 38e38756c927a9d35f5002e790be79bccd84975fadc498af0943921cb42397239594b357fea5dbb00da189c204508f08a768aaadc1c38e3586e205af96f4a651
6
+ metadata.gz: d77a94ba9d98239201ca2df9c1170c6e04d4670e126fac01bdf41723d77dac2978ec531574998f31dfac44c2f4802bba8a78fecb8bae66cebe805ee51d428d89
7
+ data.tar.gz: 29469663930250ef2b9397fa220a38bcd16e17b31ec0fddb1572e7ad0def77996c69793751a34a2fe75b03fde695700a6b14c382829ea2544e82ab95047c9f26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.58.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3396](https://github.com/primer/view_components/pull/3396) [`8e9802a`](https://github.com/opf/primer_view_components/commit/8e9802a1fdb2831512aa357f1cfbac0dad8c4aff) Thanks [@kendallgassner](https://github.com/kendallgassner)! - [SelectPanel] Add in the ability to add form_arugments when using remote fetching
8
+
9
+ ## 0.57.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#3321](https://github.com/primer/view_components/pull/3321) [`de2397d`](https://github.com/opf/primer_view_components/commit/de2397d9e181a764cbedc292ac7d3487ad79f763) Thanks [@kendallgassner](https://github.com/kendallgassner)! - [Primer::Beta::Autocomplete] Added a new component to render inside the the Autocomplete dropdown: Primer::Beta::AutoComplete::NoResultItem. This new component can be used to display a message to indicate that there are no available results. This component is marked upas role='presentation' as the autocomplete component already uses aria-live to announce if there are no results.
14
+
15
+ ### Patch Changes
16
+
17
+ - [#3377](https://github.com/primer/view_components/pull/3377) [`9626afb`](https://github.com/opf/primer_view_components/commit/9626afbd904c713bdd0037b7cc3b7f78205b7408) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing bug in the select panel that pushes the page when any `:modal` is open.
18
+
3
19
  ## 0.56.1
4
20
 
5
21
  ### Patch Changes