Skip to content

Releases: vrk-kpa/suomifi-icons

7.3.0

11 Dec 14:05
1062359
Compare
Choose a tag to compare

Release notes

Add new icons (#91)

  • Sort
  • SortDown
  • SortUp
  • SortDownAlph
  • SortUpAlph

7.2.0

30 Nov 13:58
0e7c28d
Compare
Choose a tag to compare

Release notes

Add new exports to improve usability with Typescript (#89)

  • Add exports for
    • baseIconKeys
    • illustrativeIconKeys
    • doctypeIconKeys
    • componentIconKeys
    • logoIconKeys

7.1.0

29 Aug 08:51
Compare
Choose a tag to compare

Release notes

Add three new base icons:

  • Bold
  • Italics
  • Quotes

No changes to any existing icons or features.

7.0.1

31 Jul 13:07
3e5fb61
Compare
Choose a tag to compare

Release notes

  • Fix an issue regarding Typescript build #83

7.0.0

23 May 05:24
c19afa1
Compare
Choose a tag to compare

Release notes

The library went through a complete overhaul. It now offers the functionalities and accessibility features that suomifi-ui-components Icon component used to offer, but as individual, tree-shakable React components.

This release also adds some new base icons.

Refer to README.md for usage instructions and API descriptions.

Change log

  • Breaking change: Rewrite library to offer individual, tree-shakeable React components
    • refer to README for usage, imports are changed from import { SuomifiIcon } from 'suomifi-icons'; <SuomifiIcon icon="info" /> to individually imported icons import { IconInfo } from 'suomifi-icons'; <IconInfo />
  • Breaking change: Rename multiple illustrative icons
    • Archive --> FileCabinet
    • Map --> Location
    • Phone --> Mobile
    • Registers --> Register
    • Settings --> Cogwheel
    • PhoneText --> MobileText
  • Breaking change: Add "Logo" prefix to logo icon names
    • e.g. Vertical --> LogoVertical
  • Add new base icons
    • AlignLeft
    • Fullscreen
    • Grid
    • Window
    • ChevronDoubleLeft
    • ChevronDoubleRight

New icons and icon name array exports

18 Apr 11:05
Compare
Choose a tag to compare
Pre-release

Release notes

This PR fine tunes the new icons structure and also adds five new icons

Change log

  • Add new base icons
    • Merge
    • Split
    • Link
    • Rows
  • Export icon name arrays by icon type

Add Merge, Split, Link and Rows icons

17 Apr 08:20
b27859b
Compare
Choose a tag to compare

Release notes

Introduce four new base icons to the library:

  • Merge
  • Split
  • Link
  • Rows

Add options vertical icon

08 Mar 10:32
53ef843
Compare
Choose a tag to compare

Change log

  • Add options vertical icon to baseIcons (#77)

7.0.0-beta.0 - Rewrite library to add tree-shaking

01 Feb 11:48
Compare
Choose a tag to compare

Release notes

The library went through a complete overhaul. It now offers the functionalities and accessibility features that suomifi-ui-components Icon component used to offer, but as individual, tree-shakable React components. This release also adds some new base icons.

Refer to README.md for usage instructions and API descriptions.

Change log

  • Rewrite library completely to offer individual, tree-shakeable React components
  • Add new base icons
    • AlignLeft
    • Fullscreen
    • Grid
    • OptionsVertical
    • Window
  • Rename multiple illustrative icons
    • Archive --> FileCabinet
    • Map --> Location
    • Phone --> Mobile
    • Registers --> Register
    • Settings --> Cogwheel
    • PhoneText --> MobileText
  • Add "Logo" prefix to logo icon names
    • e.g. Vertical --> LogoVertical

Add application-profile icon

30 Jun 09:59
c9e4424
Compare
Choose a tag to compare

Change log

  • Add application-profile icon to baseIcons (#69)