Valkyrie 0.11
Pre-release
Pre-release
Valkyrie 0.11 is a minor update to provide full coverage of the required icons for Sippy 2.9 and further expanding the React component and styling options.
Icons
Expands our icon library from 191 icons to 191.
Refreshed icons
valkyrie-sword
has been redesigned entirely to be in the style of the main icon set.
Renamed icons
valkyrie
=>valkyrie-sword
Other changes
- Our SVG files are now stripped from any linebreaks and tabs.
Styling
vi-spin
now respectsprefers-reduced-motion
and disables the animation when set toreduce
.- Adds
vi-rotate-{90|180|270}
-classes to rotate icons around their center. - Adds
vi-flip-{x|y}
-classes to flip icons around one axis, andvi-flip
to flip icons around both axis.
React component
- The React-component now accepts
rotate
with valuesfalse
,0
,90
,180
, and270
. - The React-component now accepts
flip
with valuesfalse
,x
,y
, andtrue
.