primer_view_components 0.37.0 → 0.38.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: 48d0b15134dda5d38739520d067818c81d06344965cde7ed6d10029ab9cadb81
4
- data.tar.gz: 425ae41adeda53e6d6bef3993f05482f48014755b76d819063b706bb56d8dd19
3
+ metadata.gz: 8872749bd02f10033b078dceb055b4c65a16ff7dac9cfb36863fe28ba170f62b
4
+ data.tar.gz: ee204f2aff496dd70691438ebb38cb6b853f8a8b233d79729dba2cfa31dcef7d
5
5
  SHA512:
6
- metadata.gz: 469423a2e543d62487242aa586b64605e1fb803a7ff0891bd2b0b0a1856c4b1c55751995bc5774c90556de78f0b33f3cb63c1120c13ac32dedebe40c40b4e8c5
7
- data.tar.gz: 4ecefa48eaf484b0a3f340cfb46aa75aa26a1d9787ccedc325c98bcd45433bd4f64a235ff2ecd6b216e322858fab17cf694ecc2a099c604ec4b7801adb5292e6
6
+ metadata.gz: 618de4ce2365779cc4686f18916ad6e975b28858188e05e0db334b84264e4fbdf325236eb1abeacc52b338fa9cc8e96c512b661be4d0430946c85d4a3a7a59ac
7
+ data.tar.gz: 07ed043e784d4ae8dec7b4c5ae7593b711c30df5f6c29cd8a05961405571beb1823de51b1a91909e67288bfd8102ad592c971527e6a9de97a9f8d142c68053fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.38.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3321](https://github.com/primer/view_components/pull/3321) [`de2397d`](https://github.com/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.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3334](https://github.com/primer/view_components/pull/3334) [`c6996b5`](https://github.com/primer/view_components/commit/c6996b508f6fcd3dc1f445aeb1346a8bc13f1fa4) Thanks [@klaustopher](https://github.com/klaustopher)! - Do not close dialogs when clicking on the backdrop if the dialog contains a form
12
+
13
+ - [#3377](https://github.com/primer/view_components/pull/3377) [`9626afb`](https://github.com/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.
14
+
3
15
  ## 0.37.0
4
16
 
5
17
  ### Minor Changes