primer_view_components 0.17.0 → 0.18.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: 1836ea81589bd71190798d627059a545dd9092c020dc7e3a3507a0520dd9b97a
4
- data.tar.gz: 5dbd76ed3a2e0ec6ff1eb3609093831f6f2cd168e807dd0b60e2637e8f28f8f1
3
+ metadata.gz: 6e436dd7c45ee9ebfeefdb1eda651a3574787205773088d059a68a0e7957be9f
4
+ data.tar.gz: 8041711bf27a83803cea386b2217f69fe6bf29b13ef24bcbe1596ac00a82d38d
5
5
  SHA512:
6
- metadata.gz: c508169b5b7d6c6a31feb706591ba23a3fa5e45fdf7c87a44cb2bef10ec2b5d4a74924362316662c94153adb43cb33897cd8b9bf3cf77b1d9e51002e3b1d8bc3
7
- data.tar.gz: 947acc3cceebf75d80ae30f928c833cf3f0bab0b881201007a19f170481be616f925a0135495febfde54f7d254280b2685d6b95675866214b0046154fd9ace8f
6
+ metadata.gz: 6385caf4ac07b14708cfd9bb9f6cd04bd59a1133e5e29db3817b088b2537c6df9422d6e72ed56f1e429ab4a851781f79a1fd8e55e3b192a1c3e4b87192890a02
7
+ data.tar.gz: d68fcfaceb8a0fcb02885112e65a13134d3adb9fbe4be8329a0bf5871eb3be930d9a3cfd91ab34d34b923ff62fcfc5e1b4071b5e0a5ba986e5596057226590d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ ### Patch Changes
10
+
11
+ - [#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
12
+
13
+ - [#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
14
+
3
15
  ## 0.17.0
4
16
 
5
17
  ### Minor Changes