Skip to content

Releases: styled-icons/styled-icons

v6.1.0

30 Jun 09:40
c1500d2

Choose a tag to compare

  • Add Typicons icon pack

v6.0.1

30 Jun 09:40
b15aee0

Choose a tag to compare

  • No code changes, fix issue with broken CI deployment

v6.0.0

30 Jun 09:40
e9bb8b7

Choose a tag to compare

  • (breaking) remove an export of the StyledIconProps TypeScript type from each of the icon pack exports. This export was previously accidental. Each of the exports from the icon packs was assumed to be an icon, so unless you are depending on the extra export, you do not need to change anything.

    As an example, if you have this code:

    import {StyledIconProps} from 'styled-icons/material' // or any other pack

    You should replace it with:

    import {StyledIconProps} from 'styled-icons'
  • Use Babel to build the library files

    • Reduces bundle size by avoiding duplication of helper functions
    • Pre-processes Styled Icons with the Styled Components Babel plugin to fix issues with server-side rendering

v5.8.0

30 Jun 09:40
73d6f8e

Choose a tag to compare

  • Add Icomoon free icons

v5.7.0

30 Jun 09:40
0040146

Choose a tag to compare

  • Upgrade Feather icons to v4.10.0
  • Wrap SVGs with React.forwardRef to fix Styled Components as prop, attrs, and the ref prop
  • Use Next.js to build the website

v5.6.0

30 Jun 09:40
aa1569d

Choose a tag to compare

  • Upgrade FontAwesome to v5.6.3

v5.5.0

30 Jun 09:40
89e2cbf

Choose a tag to compare

  • Upgrade FontAwesome to v5.6.1

v5.4.0

30 Jun 09:40
7f24ed5

Choose a tag to compare

  • Upgrade FontAwesome to v5.6.0

v5.3.0

30 Jun 09:40
2d4824b

Choose a tag to compare

  • Upgrade Octicons to v8.2.0

v5.2.2

30 Jun 09:40
032c5ee

Choose a tag to compare

  • Fix issue where Boxicon and Material icons were missing from published package