Releases: sippy-platform/valkyrie
Valkyrie 1.0 alpha 9
Valkyrie 1.0 alpha 9 introduces a number of new icons for the latest dev versions of Sippy, fixes a number of bugs, and while not reflected in this repository; made major improvements to our Figma source files.
Icons
New icons
Expands our icon library from 225 icons to 228.
calendar-clock
circle-half
circle-half-inner
Tooling
- 8d0e548 Updates various dependencies to new major revisions.
Removed
- 7693fc5 Removed the Mellow icons from the repository.
Fixes
- 32a862d Fixes the
puzzle-piece
icon being misaligned and partially cut off.
Valkyrie 1.0 alpha 10
Valkyrie 1.0 alpha 10 is a hotfix update to fix the missing fill
prop in our TypeScript export.
Fixes
- f6cb988 Fix config adding then deleting the
fill
prop.
Valkyrie 1.0 alpha 8
Valkyrie 1.0 alpha 8 includes various updated icons to improve style consistency.
Icons
Redesigned icons
blf
has been updated to have negative space within its light indicator.file
,files
andfiles-list
have been updated to remove the negative space in the fold.- 42 icons have been updated with increased border radius to better match other icons.
Renamed icons
- Renames
circle-user
tocircle-person
.
Valkryie 1.0 alpha 7
Valkyrie 1.0 alpha 7 adds more Sippy 3.6 icons.
Icons
New icons
Expands our icon library from 224 icons to 225.
list-checks-xmark
Valkyrie 1.0 alpha 6
Valkyrie 1.0 alpha 6 introduces the iconography for Sippy 3.6 and refreshes some other icons. It also introduces the revamped documentation.
Icons
New icons
Expands our icon library from 223 icons to 224.
music-pause
Changed icons
filter
has been updated to be wider and more prominent.filter-plus
has been updated to match its base icon.filter-xmark
has been updated to match its base icon.store
has been reworked to align closer to the 0.x-design.
Documentation
The documentation has been moved from Hugo to NextJS and now includes a functional search feature as well as improved per icon documentation.
Valkyrie 1.0 alpha 5
Valkyrie 1.0 alpha 4
Alpha 4 improves the various exports provided by Valkyrie.
ValkyrieIcon
- 08e5e76 The
ValkyrieIcon
TypeScript interface is now exported asIValkyrieIcon
.
Valkyrie 1.0 alpha 3
Valkyrie 1.0 alpha 2
Alpha 2 introduces a bugfix for SVG imports and updates 2 icons.
Icons
Changed icons
house
has been redesigned to no longer have a door.circlePerson
has been update to leave more space between the person's head and the outer border
Fixes
- d38c1b5 Fixes fixed width and height being included in all SVGs.
Valkyrie 1.0 alpha 1
The first alpha of Valkyrie 1.0 is here! Valkyrie 1.0 is a major revamp of the project built on Amaranth. It includes an entirely reworked icon set, improvements to the React component, various naming improvements, a major reorganization in our Figma file, and more.
Features
- #7 The
ValkyrieIcon
component is now a standalone component that no longer requires you to import custom CSS. - #49 Valkyrie now uses fixed codepoints.
Removed
- 496b10c We no longer include TTF and EOT version of Valkyrie.
Icons
General changes
- #43 Revamp the modifier icons.
- #44 Revamp the
slash
icon. - #45 Rework the grid to a 16x16 format.
- #46 Use the non-zero rule instead of odd-even export.
- #47 Improve consistency.
Redesigned icons
Various icons have been updated with new designs. A quick overview:
- Various modifier icons have been reworked, for example: a
plus
-modifier now appears in a circle. - Various border radia have been updated to improve consistency.
- Slashes now go in the opposite direction and only cast a shadow to 1 side to improve the amount of detail visible.
- Circular icons have been made 1 pixel larger to improve their visual weight compared to the rest of the set.
Renamed icons
Valkyrie 1.0 renames various icons to remove the actions related to icons and put the actual contents of the icon in its name instead.
arrow-right-ban
=>arrow-right-prohibited
ban
=>prohibited
clear-formatting
=>a-gum
clear-node
=>square-gum
film
=>filmstrip
horizontal-rule
=>line
link
=>chain
link-slash
=>chain-slash
list-check
=>list-checks
list-ol
=>list-ordered
list-ol-cloc
=>list-ordered-clock
logs
=>files-list
paper-plane-top
=>paper-plane
phone-arrow-down-left-ban
=>phone-arrow-down-left-prohibited
phone-arrow-up-right-ban
=>phone-arrow-up-right-prohibited
repeat-1
=>repeat-once
smartphone-divert
=>smartphone-arrow-right
unlock
=>lock-open
users
=>people
user
=>person
user-clock
=>person-clock
user-gear
=>person-gear
user-headset
=>person-headset
user-list
=>person-list
user-lock
=>person-lock
user-plus
=>person-plus
volumne-none
=>volume-slash
ValkyrieIcon
If you are are using the ValkyrieIcon
component, you will need to install MUI System and Emotion.
npm install @mui/system @emotion/react @emotion/styled -s
Valkyrie 1.0 introduces a number of changes for the component:
- You no longer need to import the (S)CSS included with the package, the component now includes all styling.
clsx
is no longer a peer dependency.