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 +4 -4
- data/CHANGELOG.md +18 -0
- data/app/assets/styles/primer_view_components.css +1 -1
- data/app/assets/styles/primer_view_components.css.map +1 -1
- data/app/components/primer/alpha/dropdown.css +1 -1
- data/app/components/primer/alpha/dropdown.css.map +1 -1
- data/app/components/primer/alpha/dropdown.pcss +8 -12
- data/app/components/primer/open_project/pagination.rb +33 -28
- data/app/components/primer/open_project/sub_header/quick_filter.rb +26 -0
- data/app/components/primer/open_project/sub_header.html.erb +5 -7
- data/app/components/primer/open_project/sub_header.rb +10 -5
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/dropdown_preview.rb +12 -0
- data/previews/primer/open_project/pagination_preview.rb +5 -0
- data/previews/primer/open_project/sub_header_preview/playground.html.erb +31 -0
- data/previews/primer/open_project/sub_header_preview/quick_filters.html.erb +7 -0
- data/previews/primer/open_project/sub_header_preview.rb +10 -17
- data/static/arguments.json +9 -0
- data/static/audited_at.json +1 -0
- data/static/constants.json +6 -0
- data/static/info_arch.json +25 -6
- data/static/previews.json +6 -6
- data/static/statuses.json +1 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e78915208322a78bf6b07222c29cf822e366a5c33c0af491ef0350cb464029c
|
|
4
|
+
data.tar.gz: 8dac9e2051f59ceaac3848a3e32917f8fd1f13c8e1a39ef96561412ecd74e600
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|