openproject-primer_view_components 0.61.1 → 0.63.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: 9805d5bf7a137f93d2f8ef95a9c86f1bf9205e3edf9006d7bdf26ccd14cfc9ea
4
- data.tar.gz: 9fd3af1d15b124eca02e54fcd0dd795162fe6ebeca6229e379c877d1beabec56
3
+ metadata.gz: 1a157780e81b4a84c0814e2b933b4f2e2fcf6ad74d549353b058fc8012b57fea
4
+ data.tar.gz: 3ab915e6a83249d059e8a95b6a21e3739c8ac6b73bf22486ae2601020e2971e3
5
5
  SHA512:
6
- metadata.gz: b5800d7e3325aa5b26c89ea9c9117b1ba52fb9300e204edb73999434aa426ca59b7495d465b8d5d73bf00f3f16bf1419e00e41d0250034e65f2115f968be50b2
7
- data.tar.gz: c41f0bb4ad9e660a91ad225039ca8a495db868ec64068f7a6a928a23299656154858836cfd5e86dbc0c1e22732bde41330df5cf983900c266d074415a8efbbac
6
+ metadata.gz: a0b70e6823a3bc2d69de91864ccde36d0d8063fda209c829f041e8ba63105c1f3d97acfbed26bba8b8fd53c4e6ddf3f4486199a245653988d308bdceaca5f742
7
+ data.tar.gz: 026dbfd7490dfa3e53e43802e45947089ee1c5776d9db4e6eda22e20d914ae979cc7af3b0afb4a0a2266f5d2594d370265c1052072f997642c6a300672e8579a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.63.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3428](https://github.com/primer/view_components/pull/3428) [`1ab1b06`](https://github.com/opf/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/opf/primer_view_components/commit/6ea9fd5dc90c1964ab3882faf1733c6b49c80e21) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Create IncludeFragment linter to migrate <include-fragment> uses
12
+
13
+ ## 0.62.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#3433](https://github.com/primer/view_components/pull/3433) [`1b583f4`](https://github.com/opf/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/opf/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.61.1
4
22
 
5
23
  ### Patch Changes