Releases: vrk-kpa/suomifi-icons
Add preloader icon
Change log
- Add preloader icon to component icons
Add Suomi.fi logo icons and new base icons
Change log
- Add new base icons
- alert
- alertOff
- hint
- ISA
- peek
- Add Suomi.fi logo icons
- horizontal
- horizontalInvert
- vertical
- verticalInvert
- Add semantic versioning rules to documentation
Update baseIcon default fill color
This release contains changes to the default fill color of baseIcons. The color was changed from #292929 to #222222 in the style guide due to some contrast issues and this release implements that change into the icons library.
Change log:
Breaking change: baseIcon default fill color changed from #292929 to #222222 - PR: #61
New baseIcons and class-based baseIcon styling
This release adds multiple new baseIcons as well as classes for baseIcons, which are used in suomifi-ui-components.
Change log:
- Breaking change: remove fill and stroke props from SuomifiIconInterface for SuomifiIcon component
- Add default fill and stroke values to baseIcon svgs
- Add new baseIcons
- archive
- basket
- basketAdd
- chat
- checkSelected
- clock
- fileGeneric
- image
- star
- starFilled
- warning
- Change reply icon outlook
- Add classes for baseIcon svgs corresponding to their internal fill and stroke values
fi-icon-base-fill
when fill has a specified valuefi-icon-base-stroke
when stroke has a specified value
v4.0.0
v3.0.0
New and updated icons
Features
-
Illustrative icons highlight colour can be changed using added class attributes.
-
Support for prepare and automatic build when publishing
-
Fixes for illustrative icon colors
-
New illustrative icons: registers
-
New component icons: radioButton, radioButtonLarge
-
New base icons: listBulleted, listNumbered, subDirectory, upload
Breaking changes:
- Illustrative icons svg class names are no longer optimised and have changed.
- Illustrative and component icons can no longer be used "out-of-the-box", but require fill and stroke definitions targeting above mentioned class names
- Component icon toggle: multiple internal changes, style updates
Old browser support
Features
- Add support for older browsers. (#45)
Add calendarChecked and update linkExternal
Features
- Add calendarChecked icon
- Update linkExternal icon
- Upgrade all dependencies to latest
Bundle optimization
Features
- Production mode is now the default for build
- Bundle is now optimized using Terser plugin
- Source maps have been changed from inline to separate bundle file for production
- Dependencies have been updated