Releases: dev-protocol/hashi
Releases · dev-protocol/hashi
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0 - v2.0.1
New Features
- New token system (primitive + theme).
Improvements
- More semantic approach to variant classes
- Changed
is-danger
tois-error
. - Deprecated
is-success
andis-warning
variants.
- Changed
- Outlined styles are opted out for filled styles.
- Updated token values and utility classes in conjunction with the new primitive token sets.
Deprecated Features
- Deprecated
$vue-mode
alias.
v2.0.0-alpha
New Features
- New token system (primitive + theme).
Improvements
- More semantic approach to variant classes
- Changed
is-danger
tois-error
. - Deprecated
is-success
andis-warning
variants.
- Changed
- Outlined styles are opted out for filled styles.
- Updated token values and utility classes in conjunction with the new primitive token sets.
Deprecated Features
- Deprecated
$vue-mode
alias.
v1.8.0
New Features
- Added support for positional modifiers for
hs-wallet__details
subcomponent. (See details here). - Make
border-width
andborder-style
themeable on buttons.
Improvements
- Improved component variant selectors for smoother user variant creations.
Fixes
- Hashi components get affected by Safari styling agents (#147)
v1.7.0
New Features
- Added multiple selection to component variant extensions (see #159)
- Added dark mode engine rendering variants (class, attribute, media)
Improvements
- Improved handling of dark mode for themes and component level themes.
Fixes (1.6.1 - 1.6.2)
- Fixed import issues for all components and modules.