Skip to content

Releases: dev-protocol/hashi

v2.2.2

29 Oct 17:08
Compare
Choose a tag to compare

Improvements

  • Added button-label-visibility key in hs-button.
  • Added label hiding in hs-button.icon-only variant.

Fixes

  • Fixed font loading CORS issue

v2.2.1

30 Aug 17:19
Compare
Choose a tag to compare

No user-visible changes.

v2.2.0

21 Jul 13:32
Compare
Choose a tag to compare

New Features

  • Added extension file to tailwind integration (packages/hashi).

v2.1.1

13 Jun 15:22
Compare
Choose a tag to compare

Improvements

  • Removed always fullwidth behavior for buttons.

v2.1.0

29 May 16:17
Compare
Choose a tag to compare

New Features

  • Added new theme properties $background-dark and $background-dark-ink.

Deprecation

  • Deprecated $dark-background and $dark-background-ink.

v2.0.0 - v2.0.1

23 May 13:20
Compare
Choose a tag to compare

New Features

  • New token system (primitive + theme).

Improvements

  • More semantic approach to variant classes
    • Changed is-danger to is-error.
    • Deprecated is-success and is-warning variants.
  • 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

30 Apr 02:41
ef2ae91
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

New Features

  • New token system (primitive + theme).

Improvements

  • More semantic approach to variant classes
    • Changed is-danger to is-error.
    • Deprecated is-success and is-warning variants.
  • 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

31 Jan 13:25
Compare
Choose a tag to compare

New Features

  • Added support for positional modifiers for hs-wallet__details subcomponent. (See details here).
  • Make border-width and border-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

18 Jan 13:41
Compare
Choose a tag to compare

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.

v1.6.0

11 Jan 23:52
Compare
Choose a tag to compare

New Features

  • Added support for prefers-color-scheme to dark mode engine.

Improvements

  • Improved selector hierarchy for extending components (HSButton only).