Releases: primer/octicons
Releases · primer/octicons
Release list
v19.32.0
Minor Changes
- #1286
917ad7a8Thanks @joshblack! - Add default exports to per-icon@primer/octicons-reactsubpath modules (e.g.@primer/octicons-react/AlertIcon), alongside the existing named exports. Root/barrel APIs remain named-only.
Patch Changes
- #1286
917ad7a8Thanks @joshblack! - Preserve an explicitly providedaria-hiddenvalue on React icon components.
Minor Changes
- #1260
456fea25Thanks @copilot-swe-agent! - Add default exports to per-icon@primer/octicons-reactsubpath modules (e.g.@primer/octicons-react/AlertIcon), alongside the existing named exports. Root/barrel APIs remain named-only.
v19.31.0
v19.30.0
Minor Changes
- #1245
b6bfb8bdThanks @copilot-swe-agent! - Optimize@primer/octicons-reactfor codesplitting and tree-shaking. Each icon is now emitted as its own module and exposed via a./*subpath export, so icons can be dynamically imported and code-split (e.g.import('@primer/octicons-react/AlertIcon')). The generated icons are now finishedReact.forwardRefcomponents built on a sharedrenderOcticonruntime instead of runtimecreateIconComponentfactory calls. Existingimport {AlertIcon}andimport * as Octiconsusage continues to work unchanged.
v19.29.2
v19.29.1
v19.29.0
v19.28.1
v19.28.0
v19.27.0
Minor Changes
- #1203
a69618e4Thanks @ericwbailey! - Add flag icon
Patch Changes
- #1212
02bd1ef8Thanks @ericwbailey! - remove hardcoded fill from flag icon
v19.26.0
Minor Changes
- #1197
b45f1d35Thanks @lukasoppermann! - Add repo-forked-locked icon
Patch Changes
- #1209
9a7e2146Thanks @siddharthkp! - fix: remove hardcoded fill from sandbox icon