Skip to content

Latest commit

 

History

History
225 lines (118 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

225 lines (118 loc) · 8.21 KB

@hashicorp/design-system-tokens

2.1.0

Minor Changes

Added new pipeline to Style Dictionary for cloud-email - email/sass-variables to be used in email templating

#1965

2.0.0

Major Changes

New tokens added for large and medium size Tab variants. The "medium" tokens replace the former equivalent tokens which were not differentiated by size.

  • --token-tabs-tab-height-medium (Replaces --token-tabs-tab-height)
  • --token-tabs-tab-height-large (New)
  • --token-tabs-tab-padding-horizontal-medium (Replaces --token-tabs-tab-padding-horizontal)
  • --token-tabs-tab-padding-horizontal-large (New)

#1937

1.11.0

Minor Changes

Updated vault, vault-secrets, and vault-radar brand color values

#1914

Added design token for terraform-brand-on-dark color

#1915

1.10.0

Minor Changes

Added color tokens for “Vault Radar” product

#1904

1.9.0

Minor Changes

Added design tokens for SideNav with @isCollapsible (to control if users can collapse the sidenav on 'desktop' viewports) and @isMinimized (to control the default state on 'desktop' viewports) arguments

#1630

1.8.0

Minor Changes

Added color tokens for “Vault Secrets” product

#1640

1.7.0

Minor Changes

Added JSON output format for marketing target (and in the process refactored internal logic for tokens generation)

#1513 - Thanks @dstaley for the contribution! 🙏

1.6.0

Minor Changes

Added design token for loading state icon on search input

#1452

1.5.0

Minor Changes

  • Added new TooltipButton component and hds-tooltip modifier
  • Added design tokens for Tooltip

#1283

1.4.2

Patch Changes

Added design tokens for SideNav component

#1313

1.4.1

Patch Changes

  • Scoped group layout styles to nested child components.
  • Fixed bug with --token-pagination-child-spacing-vertical value so that it adds "px" unit.

#1204

1.4.0

Minor Changes

Added design tokens for Pagination component

#661

1.3.1

Patch Changes

Updated design system name to "Helios"

#1036

1.3.0

Minor Changes

Added design tokens for indeterminate Checkbox

#740

1.2.0

Minor Changes

Patch Changes

1.1.0

Minor Changes

1.0.1

Patch Changes

  • #555 0b245333 Thanks @didoo! - Added design tokens for code-200 and code-300 typographic styles

1.0.0

Major Changes

This release signifies the first major release of the HashiCorp Design System. Moving forward we expect to respect SemVer as we make additional changes to the design system.

Note: Even though this is a major version bump, there should not be any breaking changes from the last minor releases.

Minor Changes

  • added specific design tokens for the form controls components

0.8.1

Patch Changes

0.8.0

Minor Changes

  • #136 c17f142c Thanks @didoo! - Updated the font-stack design tokens in “typography”

    • removed SF Pro Display/Text in Display/Text (we can rely on -apple-system + BlinkMacSystemFont)
    • replaced Segoe UI Display/Text with Segoe UI in Display/Text
    • added Helvetica, Arial to the sans block in Display/Text
    • added explicit emoji support for Display/Text
    • replaced SF Mono with ui-monospace in Code
    • added Menlo to Code

0.7.0

Minor Changes

  • #98 411cd9b9 Thanks @didoo! - refactored “focus-ring” tokens and CSS helpers to support both “action” and “critical“ colors

0.6.1

Patch Changes

  • #83 df267ec6 Thanks @didoo! - Added “foreground-action-visited-hover” color token to DevDot

0.6.0

Minor Changes

💥 Breaking change

Changes the output path for tokens to include `dist/ in the path

Before

/products/css/tokens.css

After

/dist/products/css/tokens.css

0.5.2

Patch Changes