primer_view_components 0.17.0 → 0.18.1

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: 1836ea81589bd71190798d627059a545dd9092c020dc7e3a3507a0520dd9b97a
4
- data.tar.gz: 5dbd76ed3a2e0ec6ff1eb3609093831f6f2cd168e807dd0b60e2637e8f28f8f1
3
+ metadata.gz: 820629de574883a742c3f2609239f41365cae68f0888b869533894d21c16e1ff
4
+ data.tar.gz: d40dcb33665e8d891740550aaca381f7197440103ea1f94de522cad0a60e5580
5
5
  SHA512:
6
- metadata.gz: c508169b5b7d6c6a31feb706591ba23a3fa5e45fdf7c87a44cb2bef10ec2b5d4a74924362316662c94153adb43cb33897cd8b9bf3cf77b1d9e51002e3b1d8bc3
7
- data.tar.gz: 947acc3cceebf75d80ae30f928c833cf3f0bab0b881201007a19f170481be616f925a0135495febfde54f7d254280b2685d6b95675866214b0046154fd9ace8f
6
+ metadata.gz: aa64eff2c2374ba3b2223c02f9724ff34ea23d2fd068355afc7c9e2a38e9bda3dc5b983d9fccbe87e3a43b558ebf711b62fceb4c9301d1115c6a0e950db8ac97
7
+ data.tar.gz: 79cb7ae4b61f8580fbf07612f800b3e2eae8cc42b627ac2b4b41e8409c96513dd08d378d2c38b9b7fcad97018c77a2b574e0df2e7789a28f91bead519e1df031
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2554](https://github.com/primer/view_components/pull/2554) [`652e795`](https://github.com/primer/view_components/commit/652e7957c59ddc5d05af9c9bc797a917d01cf453) Thanks [@keithamus](https://github.com/keithamus)! - Ensure Overlays that open dialogs do not close when the Dialog opens
8
+
9
+ - [#2553](https://github.com/primer/view_components/pull/2553) [`1ca2f17`](https://github.com/primer/view_components/commit/1ca2f1790a5fb95069f85936d6cb1deafad782fd) Thanks [@keithamus](https://github.com/keithamus)! - Ensure only direct clicks to the dialog can close it
10
+
11
+ ## 0.18.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#2551](https://github.com/primer/view_components/pull/2551) [`5340243`](https://github.com/primer/view_components/commit/5340243c91a5a7d020cf216f421704fc5a76afca) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove large size options from SegmentedControl
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2527](https://github.com/primer/view_components/pull/2527) [`1d20198`](https://github.com/primer/view_components/commit/1d201989bfe0d1fb6cdb879f82264bdc55978d8d) Thanks [@keithamus](https://github.com/keithamus)! - Remove animations on actionlist checkmark
20
+
21
+ - [#2549](https://github.com/primer/view_components/pull/2549) [`1259249`](https://github.com/primer/view_components/commit/1259249eaddd4b8744a3dc212fb9f8800b45daac) Thanks [@keithamus](https://github.com/keithamus)! - Ensure dialogs do not close when a child menu item (or similar) is clicked
22
+
3
23
  ## 0.17.0
4
24
 
5
25
  ### Minor Changes