openproject-primer_view_components 0.17.1 → 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: d73652be363fb9dd7e2a2b9560e10a72b29f9bd7a164a85f431b4169a6612e65
4
- data.tar.gz: 0a4b14c164d36fd5f61bfb12f74890b7f5099db8d34262e9f12f71be9c34ab72
3
+ metadata.gz: 6bc31a730660d5ea0856b3c739b04ad30ead892c3889a4659191e3fa0cc308e2
4
+ data.tar.gz: 3fa693ff182c8a4463ee6a560bf0e09bbd8d96557808531b4869406f9aef8aa8
5
5
  SHA512:
6
- metadata.gz: 9e9d1823bc8272165f0cc205395c350d34626cc102dbdb1d8778ff7b751d367f5d29f52a4a45b85563b8272ecda9d8faa1a7e2a0f72165eaab46fa959400925c
7
- data.tar.gz: 5714fd8e47a4071c464f1218b1d0bbb776301cc97c0b707cc42ce8891599c934d63374e9d6c82d0eea2e2fd6a2188ddc3ac77bf0a2bb660fe39fe77dbd7979fd
6
+ metadata.gz: 2d0da621a6eb5b480d8da3873cd04f4ffbcea4cf2c6cbd678e192cf08bbc54783967c9bcec0d08e944c6dbdb91e49adcee6e67544ef35967021e0ce7a4962c61
7
+ data.tar.gz: a442c1a00c387e8b6a88c9de3186deedbe2895a0aa936c73c9c2ef794184f0002229da5dfafa2ce98f62ad9c651d1ac970c5fa68a6659df7c19739f8be5c0803
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
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
+
3
21
  ## 0.17.1
4
22
 
5
23
  ### Patch Changes