openproject-primer_view_components 0.86.0 → 0.86.2

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: d4b97894bf73075cb25ed55ab8f3803804cc0d06448aebb9bfccb45b4e7afc52
4
- data.tar.gz: 852f3c1155a7d93962825cd6ddb378bccd305912253bc039dff2becf2cae3f10
3
+ metadata.gz: 2e78915208322a78bf6b07222c29cf822e366a5c33c0af491ef0350cb464029c
4
+ data.tar.gz: 8dac9e2051f59ceaac3848a3e32917f8fd1f13c8e1a39ef96561412ecd74e600
5
5
  SHA512:
6
- metadata.gz: dda3166a7410754c24764bef3e76d689da06893b1c3e506b33cea5fd8d8ab9edb360e0c09fc6ba00e7eeea75ceee1eb10e328cd94db85e926626c680d0f15e27
7
- data.tar.gz: 4c232b116ca4cc8346739b9fc037eeb6f0df41e58bc2035d37984a9a3b8aec1cc1fe7b1f5373d55f01ee900a598cfce3b5bfbec58fc6a9ea1170a19ad3e30bdf
6
+ metadata.gz: fa303666e38d2ba420fab861d7c21d7b7aa55b05de6a534a169ff3b778bfb987a308fef1abb2b81674333ef8859341a3c7c6b775e95fe3b1679c1e5958647404
7
+ data.tar.gz: 244afa40d86578a8d81a8994e4e04d043f3086916234197fab0c4829293f34a91199131d4123179b6d5cb82b01fa77787f754fcd1979bb905de24cea57aeefef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.86.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4061](https://github.com/primer/view_components/pull/4061) [`b732a9f`](https://github.com/opf/primer_view_components/commit/b732a9fa3009a203e7ff8a1a01839165230f0b22) Thanks [@lesliecdubs](https://github.com/lesliecdubs)! - Fix Dropdown component caret position in CSS styles for clean borders
8
+
9
+ - [#463](https://github.com/opf/primer_view_components/pull/463) [`16466e9`](https://github.com/opf/primer_view_components/commit/16466e92a6b3e018a6ad00c0466f2cf730715e07) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [75258] Hide unavailable pagination navigation and omit single-page pagination
10
+
11
+ - [#462](https://github.com/opf/primer_view_components/pull/462) [`f3118af`](https://github.com/opf/primer_view_components/commit/f3118af452cca8bc205b421c698295ad9a15309b) Thanks [@HDinger](https://github.com/HDinger)! - Allow single quickFilters without additional "all filters" button
12
+
13
+ - [#462](https://github.com/opf/primer_view_components/pull/462) [`54c6cf7`](https://github.com/opf/primer_view_components/commit/54c6cf7bd389c6895534d6c62661dec40e21cb6d) Thanks [@HDinger](https://github.com/HDinger)! - Better responsive support for SubHeader with quickfilters
14
+
15
+ ## 0.86.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#460](https://github.com/opf/primer_view_components/pull/460) [`0b3d636`](https://github.com/opf/primer_view_components/commit/0b3d636cd7a445ae331883359e16bda3d8ebf054) Thanks [@HDinger](https://github.com/HDinger)! - Fix release process
20
+
3
21
  ## 0.86.0
4
22
 
5
23
  ### Minor Changes