Releases: vrk-kpa/suomifi-icons
Releases · vrk-kpa/suomifi-icons
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
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 iconsimport { IconInfo } from 'suomifi-icons'; <IconInfo />
- refer to README for usage, imports are changed from
- 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
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
Release notes
Introduce four new base icons to the library:
- Merge
- Split
- Link
- Rows
Add options vertical icon
Change log
- Add
options vertical
icon to baseIcons (#77)
7.0.0-beta.0 - Rewrite library to add tree-shaking
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
Change log
- Add
application-profile
icon to baseIcons (#69)