openproject-primer_view_components 0.14.0 → 0.15.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: 9e26d30ba7c7b83e5c1fdf71a92e702429e7cae4ff8a375ad78fb52d16b46613
4
- data.tar.gz: 033de3253e17ce9e65068b9d30953c6a2fd950df08dc6d498bee8fcd9b05229a
3
+ metadata.gz: 562981d9062264e2aa0edcc29f32861219bb824aef926c55b65aa568e545298f
4
+ data.tar.gz: b346df5da6b34540c15f3c734d29f858fd161e7ddd6d53d1a71a74777004ca9e
5
5
  SHA512:
6
- metadata.gz: bad43c8bd4bf55d3b2bdb71df3118249351f2881640dde2883733cdf90931dded4ea3cbe6adb001d0c2ad0dbde32ffe12bd8029c12e14aac1c29903a10874687
7
- data.tar.gz: a0cd040393e55133e476c4c91d23e77c0dd3d12dab8772ebabd1af39465f82c4d0268ee17a7a7fd371e7ef9a13a19a96093cb184bd0fc2e10cbb49ae48d161b3
6
+ metadata.gz: 9a2089bd41e6af5146c01e9a98c78bf6fe77f1dc4e909ba0c36d5d505826c8e787c8d36925d97e7b8be84c8fda92e996dd6d9c45705d27ef9556517aa7378178
7
+ data.tar.gz: b7e2e56a0ab000d88375d6e5670d85de5382185074737062e52add7e3a16fca3679ac79c6d4821f27bfb932b2225cfb4ad0e03ccb2e812c94b702922907ca8bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#48](https://github.com/opf/primer_view_components/pull/48) [`102a2ee9`](https://github.com/opf/primer_view_components/commit/102a2ee9fe7b6a049906ca108607c38e3468d0ae) Thanks [@apfohl](https://github.com/apfohl)! - Added a "width" attribute to control how wide an input is rendered on screen.
8
+
9
+ It is active for:
10
+
11
+ - TextField
12
+ - Select
13
+
3
14
  ## 0.14.0
4
15
 
5
16
  ### Minor Changes