openproject-primer_view_components 0.81.1 → 0.82.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: 3e7f0175a90eb354b873eb83cece6db448f601771d14867492caf5925bdab014
4
- data.tar.gz: 94b13cedb610247a476905607e5056713a64cf907d429d015f197740b059902c
3
+ metadata.gz: 0ccca24fcb2f5cb3e39771466bc4faca0c3824c556ab2316bc29074037588f34
4
+ data.tar.gz: 34b581e28c91a8fbdb81f7e1f489c046a8995d2de6b48cc1951668c0cb383663
5
5
  SHA512:
6
- metadata.gz: c85b90b28ca840fb5f50d266a7fa79a9a7d1db22ad8f0a37325c6356b54a70ce6517108824083b8a0731ece15282802f8c2335eeb21dbf9817d2df66fe48e23e
7
- data.tar.gz: 3027adbeb7308ba2922b999345bcf2b4a8cbe88e8a046cbe84830949ed73b3011b136ea42f35aa9ed25563510e9a10a6e5602cd8f58fa1005ca49b53d913a469
6
+ metadata.gz: 12f286ec53a9dad2e540e5282c31782cc0ed98f4841c251a98c870fdb7b6884a2d20754ed39962a83ebdb0dd6da57516b4e3b6c747ccf5a8d0e768fd92a617d9
7
+ data.tar.gz: ef9f90b1037258ec240e05a95e81fe23fe2404b3da2328825af6819bdc1f1e367936f840bbf15f54f1f188d067093424b255322ccd576422930d8b88fec24003
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.82.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#418](https://github.com/opf/primer_view_components/pull/418) [`07164d5`](https://github.com/opf/primer_view_components/commit/07164d5c7d2505846b8a5dba23a6cd4d25f8b162) Thanks [@myabc](https://github.com/myabc)! - `BorderBox::CollapsibleHeader`: improve accessibility via `collapsible_id` (sets `aria-controls`) on the trigger area; support opt-in single-line description layout on larger viewports (`multi_line: false`); use CSS instead of JS to toggle description visibility; deprecate `box` param
8
+
9
+ ### Patch Changes
10
+
11
+ - [#421](https://github.com/opf/primer_view_components/pull/421) [`716abb7`](https://github.com/opf/primer_view_components/commit/716abb78a0ce4e2f7137b9ca222efabff4bb28ea) Thanks [@myabc](https://github.com/myabc)! - Fix `CollapsibleHeader` title truncation when `multi_line: false`.
12
+
13
+ - [#418](https://github.com/opf/primer_view_components/pull/418) [`6bc226d`](https://github.com/opf/primer_view_components/commit/6bc226d780346f769591887033a41f81b9906035) Thanks [@myabc](https://github.com/myabc)! - `BorderBox::CollapsibleHeader`: improve accessibility by always rendering title with semantic headings (default `h3`); trim whitespace from empty description slots
14
+
3
15
  ## 0.81.1
4
16
 
5
17
  ### Patch Changes