Skip to content

Valkyrie 0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@Studio384 Studio384 released this 25 Oct 12:34
· 103 commits to main since this 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 respects prefers-reduced-motion and disables the animation when set to reduce.
  • 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, and vi-flip to flip icons around both axis.

React component

  • The React-component now accepts rotate with values false, 0, 90, 180, and 270.
  • The React-component now accepts flip with values false, x, y, and true.