Skip to content

31.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 13:44
· 393 commits to refs/heads/main since this release
0f6aeb2

What’s Changed

Breaking

  • [ARGG-812]: Remove svg imports and icon functions (#3048) @olliecurtis
    This change removes the ability and importing of icons via SCSS as it it inefficient and leads to increased build times.

If previously you were using the following method for selecting icons.

.selector {
   @include bpk-icon(flight, $bpk-color-sky-gray-tint-02, large);
}

or spinners in your project, rather than via SCSS, you are encouraged to use bpk-component-icon or bpk-component-spinner in JS instead.