Skip to content

Releases: vrk-kpa/suomifi-icons

Add preloader icon

21 Apr 12:50
cde7d32
Compare
Choose a tag to compare

Change log

  • Add preloader icon to component icons

Add Suomi.fi logo icons and new base icons

02 Mar 14:03
e2bcf33
Compare
Choose a tag to compare

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

04 Jan 12:49
e52bf3f
Compare
Choose a tag to compare

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

01 Sep 11:37
4eea4df
Compare
Choose a tag to compare

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 value
    • fi-icon-base-stroke when stroke has a specified value

v4.0.0

01 Sep 09:53
Compare
Choose a tag to compare

Breaking changes

  • Change illustrative icons svg class names. Fill and stroke are now separated and base color class name is added.

v3.0.0

21 Jun 11:44
Compare
Choose a tag to compare

Breaking changes

  • Change illustrative icons svg class names. Fill and stroke are now combined and base color class name is added.
  • svg’s in the repository no longer contain class names.

New and updated icons

15 Feb 09:16
4540589
Compare
Choose a tag to compare

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

12 Nov 09:45
Compare
Choose a tag to compare

Features

  • Add support for older browsers. (#45)

Add calendarChecked and update linkExternal

09 Nov 13:42
Compare
Choose a tag to compare

Features

  • Add calendarChecked icon
  • Update linkExternal icon
  • Upgrade all dependencies to latest

Bundle optimization

10 Sep 09:18
Compare
Choose a tag to compare

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