Skip to content

Commit 89ea7f2

Browse files
authored
Merge pull request #155 from opf/changeset-release/main
Release Tracking
2 parents fc437ca + d1f5eb9 commit 89ea7f2

File tree

11 files changed

+34
-49
lines changed

11 files changed

+34
-49
lines changed

.changeset/chilled-vans-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-cows-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-empty-aria-attributes.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/lucky-eggs-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lucky-kings-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-coins-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-deers-invent.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 19.32.0
4+
5+
### Minor Changes
6+
7+
- [#1132](https://github.com/primer/octicons/pull/1132) [`c5411b04`](https://github.com/opf/openproject-octicons/commit/c5411b048090e13a0e6ffafaa10efdc24a8e05b5) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds icons used for Copilot Loops
8+
9+
* [#1134](https://github.com/primer/octicons/pull/1134) [`131fbedc`](https://github.com/opf/openproject-octicons/commit/131fbedc579b6ebc07716dc02ed947a168c560f2) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds icons used for Copilot Markdown text wrapping options
10+
11+
- [#1133](https://github.com/primer/octicons/pull/1133) [`94ceabb7`](https://github.com/opf/openproject-octicons/commit/94ceabb7e1371eefd8ba26ec8eb59cf6149e7a29) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds icons used for feedback dialogs
12+
13+
* [#147](https://github.com/opf/openproject-octicons/pull/147) [`5ff9cf12`](https://github.com/opf/openproject-octicons/commit/5ff9cf12736c588c8141aafcf7b9eaefbd02c553) Thanks [@myabc](https://github.com/myabc)! - Migrate components to "modern" Angular
14+
15+
- Replaces @HostBinding decorator with host property
16+
- Migrates to signal inputs and computed signals
17+
- Migrates to inject function
18+
19+
### Patch Changes
20+
21+
- [#1137](https://github.com/primer/octicons/pull/1137) [`97cefc9f`](https://github.com/opf/openproject-octicons/commit/97cefc9fcb19f91133cffd557cc1f308e384ffb2) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump js-yaml from 3.13.1 to 3.14.2
22+
23+
* [#148](https://github.com/opf/openproject-octicons/pull/148) [`bda3a512`](https://github.com/opf/openproject-octicons/commit/bda3a5125d37f3a690473a018ddff835c9369d1d) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix empty ARIA attributes being rendered on Angular octicon components
24+
25+
- Prevent `aria-label` and `aria-labelledby` attributes from being rendered when not set
26+
- Make `aria-label` and `aria-labelledby` mutually exclusive (aria-labelledby takes precedence)
27+
- Fix `aria-hidden` calculation to consider both `ariaLabel` and `ariaLabelledBy`
28+
- Make `role="img"` conditional - only set when icon has accessible label (aria-label or aria-labelledby)
29+
- Ensure `role="img"` and `aria-hidden="true"` are mutually exclusive to prevent accessibility errors
30+
- Remove legacy `focusable` SVG attribute (not supported in modern browsers)
31+
32+
- [#1135](https://github.com/primer/octicons/pull/1135) [`be5df35d`](https://github.com/opf/openproject-octicons/commit/be5df35d390439f972af3adbd9ec59d38ec4c624) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates VS Code icon to closer match the real app icon
33+
334
## 19.31.1
435

536
### Patch Changes

lib/octicons_node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openproject/octicons-node",
3-
"version": "19.31.1",
3+
"version": "19.32.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub Inc.",

lib/octicons_react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/octicons-react",
3-
"version": "19.31.1",
3+
"version": "19.32.0",
44
"description": "A scalable set of icons handcrafted with <3 by GitHub.",
55
"homepage": "https://primer.style/octicons",
66
"author": "GitHub, Inc.",

0 commit comments

Comments
 (0)