openproject-primer_view_components 0.17.0 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3bb3a611a9a7cd9e51255ba5919ca989951eb39c4224bff08fa2969f4444db9
4
- data.tar.gz: 0bfe3b3dd742c4efc8bcb80e4b003c9fa1e96612acdebd9c337c66cf1a36c434
3
+ metadata.gz: 6bc31a730660d5ea0856b3c739b04ad30ead892c3889a4659191e3fa0cc308e2
4
+ data.tar.gz: 3fa693ff182c8a4463ee6a560bf0e09bbd8d96557808531b4869406f9aef8aa8
5
5
  SHA512:
6
- metadata.gz: 3bd1609d6cf6a67c989a14bfdae28c99040b96b1b7f8f3027582888f94776af0a158002532deea1ec7e6cb8048abe1a0d21613b196584d645b4626ffeb0cf86b
7
- data.tar.gz: 8d569293f87494cd71de6c8223823d48acee0d8216ec897e9a3673f1e77edeb656c816bbec92d87ebf64895fdb400314a164185f0093c01cf46027efba9465d0
6
+ metadata.gz: 2d0da621a6eb5b480d8da3873cd04f4ffbcea4cf2c6cbd678e192cf08bbc54783967c9bcec0d08e944c6dbdb91e49adcee6e67544ef35967021e0ce7a4962c61
7
+ data.tar.gz: a442c1a00c387e8b6a88c9de3186deedbe2895a0aa936c73c9c2ef794184f0002229da5dfafa2ce98f62ad9c651d1ac970c5fa68a6659df7c19739f8be5c0803
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#58](https://github.com/opf/primer_view_components/pull/58) [`97595a03`](https://github.com/opf/primer_view_components/commit/97595a03c2fb3a0e6712392c80e18f2dae597398) Thanks [@HDinger](https://github.com/HDinger)! - Fix invalid CSS rule for `input_width: :auto`
8
+
9
+ ## 0.18.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#56](https://github.com/opf/primer_view_components/pull/56) [`384c4b45`](https://github.com/opf/primer_view_components/commit/384c4b456a5f217cd9caa3ccaad6cfed289766ea) Thanks [@HDinger](https://github.com/HDinger)! - Create OpenProject::InputGroupComponent
14
+
15
+ ### Patch Changes
16
+
17
+ - [#57](https://github.com/opf/primer_view_components/pull/57) [`29a18c91`](https://github.com/opf/primer_view_components/commit/29a18c91d6d9e4cfbdfffa52c178481cb8305031) Thanks [@aaron-contreras](https://github.com/aaron-contreras)! - Allow setting an `id` attribute on the BorderBox's `ul` element
18
+
19
+ <!-- Changed components: Primer::Beta::BorderBox -->
20
+
21
+ ## 0.17.1
22
+
23
+ ### Patch Changes
24
+
25
+ - [#54](https://github.com/opf/primer_view_components/pull/54) [`6879136d`](https://github.com/opf/primer_view_components/commit/6879136dd0b0bbcfeff7dc3ad8aae1c1ce940557) Thanks [@apfohl](https://github.com/apfohl)! - TextField style now uses max-width
26
+
3
27
  ## 0.17.0
4
28
 
5
29
  ### Minor Changes