openproject-primer_view_components 0.81.1 → 0.82.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: 3e7f0175a90eb354b873eb83cece6db448f601771d14867492caf5925bdab014
4
- data.tar.gz: 94b13cedb610247a476905607e5056713a64cf907d429d015f197740b059902c
3
+ metadata.gz: b9dd4c54817c82ee59983fbaab3c7aa8af717d8ad80cba8ff1b3ae758ad00177
4
+ data.tar.gz: bccd643db8bd0aca42577f2608d08a23aaeb63de26f56ae388aa14bdc2fd58c6
5
5
  SHA512:
6
- metadata.gz: c85b90b28ca840fb5f50d266a7fa79a9a7d1db22ad8f0a37325c6356b54a70ce6517108824083b8a0731ece15282802f8c2335eeb21dbf9817d2df66fe48e23e
7
- data.tar.gz: 3027adbeb7308ba2922b999345bcf2b4a8cbe88e8a046cbe84830949ed73b3011b136ea42f35aa9ed25563510e9a10a6e5602cd8f58fa1005ca49b53d913a469
6
+ metadata.gz: ff9a343816b3b35cfedcae80d7734dbe1192395159f6b339435e5c591b96ebb44a77bcbc9250363767b6cd551f08b6aa6c874905d631c956509c00c115ac1bbb
7
+ data.tar.gz: a0ee32926c50378c595af4f693d148f3762cab820a0262c2334145d12ba7902a2c9e3eb59138d3fd48a5a34966634ba4add428dcbdc0514e616b4f70c0b49f59
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.82.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#419](https://github.com/opf/primer_view_components/pull/419) [`62a3462`](https://github.com/opf/primer_view_components/commit/62a3462b142b00dea14415df678ec283a9aac52a) Thanks [@myabc](https://github.com/myabc)! - DragHandle: Add accessibility attributes (role, tabindex, aria-label).
8
+
9
+ - [#423](https://github.com/opf/primer_view_components/pull/423) [`576b200`](https://github.com/opf/primer_view_components/commit/576b2004469d834bbf97df6d5d35651a911b6be1) Thanks [@HDinger](https://github.com/HDinger)! - Let Banner component react on container size instead of screen size
10
+
11
+ ## 0.82.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#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
16
+
17
+ ### Patch Changes
18
+
19
+ - [#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`.
20
+
21
+ - [#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
22
+
3
23
  ## 0.81.1
4
24
 
5
25
  ### Patch Changes