primer_view_components 0.40.0 → 0.42.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: 20759588966eea1dbf9f36101e322f1dd668994405acf8d7a83f97ec10ccca6e
4
- data.tar.gz: d8ae513e79edef9bff26183e962a0e5bc79f185e61a0b5afadf54f38d2fcee66
3
+ metadata.gz: 3cecb9c07526e9ed4c595b81ab2407709d46e00be974ce5ea60023f1091ff1c1
4
+ data.tar.gz: a4d50670d1294e10aaa8d249c87c8bea4d879bd1b9ca3cbe43ca4a082f265784
5
5
  SHA512:
6
- metadata.gz: e5f4bb40f27410e6f9483a935e739cbb851dd74d676da2943fc2dab6a2c67966aa567eb5a9b1544a217c194c83be074b9e45d31eb18a9e919d1fa23964f7b7d8
7
- data.tar.gz: b04113d0bd625ab21c13d762aa1965fe557e3032f521dc9941b5286e05102edfa8df93ba83f2ad368969c609e21fdd7358a3fcd88cef98bbe78656c014406f0d
6
+ metadata.gz: 4d8c7cdb2e70078106522c2fe88a4ea8205dfbc0416a008f5bd8c9005305ea670b767a4ab26b9772392be13107136c26de8e840e999b23368f27d4d5a429072a
7
+ data.tar.gz: 73cf2a36f12cafabe4cdbfb6af9e720fabccdfcb8fb26eb9a6aeb5e18854e7cf0c6b49274bc03698b335273507d339046314e70a349cdd3a63f5d2126b1fab1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.42.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3428](https://github.com/primer/view_components/pull/3428) [`1ab1b06`](https://github.com/primer/view_components/commit/1ab1b06509763ea60fc89770754edf06229b4f63) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Create IncludeFragment component. Allow ConditionalWrapper to render components other than BaseComponent
8
+
9
+ ### Patch Changes
10
+
11
+ - [#3429](https://github.com/primer/view_components/pull/3429) [`6ea9fd5`](https://github.com/primer/view_components/commit/6ea9fd5dc90c1964ab3882faf1733c6b49c80e21) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Create IncludeFragment linter to migrate <include-fragment> uses
12
+
13
+ ## 0.41.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#3433](https://github.com/primer/view_components/pull/3433) [`1b583f4`](https://github.com/primer/view_components/commit/1b583f449b5d433e9db006d43b6ac680f9a07b3b) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up warnings when running tests, limit Ruby support to >= 3.2 and Rails support to >= 7.1.
18
+
19
+ - [#3406](https://github.com/primer/view_components/pull/3406) [`5176617`](https://github.com/primer/view_components/commit/5176617e71cee7fcd14bfaddd6fa18910d4fbc79) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use auto-check-element v6, which only validates on blur vs. every keystroke.
20
+
3
21
  ## 0.40.0
4
22
 
5
23
  ### Minor Changes