Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

70 lines (36 loc) · 1.23 KB

@igloo-ui/tokens

2.1.0

Minor Changes

  • 4a55180: Fixed the Inter font declaration to use a woff2 variable font'

2.0.0

Major Changes

  • 5c76f91: BRAKING CHANGE Rename the tokens key on camelCase

1.3.0

Minor Changes

  • e7e062f: Updated the json format in dist folder

1.2.0

Minor Changes

  • 749642e: Added tokens in json format to dist folder

1.1.1

Patch Changes

1.1.0

Minor Changes

  • b1a4aa0: Adding a focus token

1.0.0

Major Changes

  • be774d4: ## BREAKING CHANGE

    • Adding base 10 support. If your project uses the mathematical trick of basing the value of 1rem equals 10px, there is also an base10 output within the dist folder of this package.
      In CSS, you can import the files by doing:
      @import '~@igloo-ui/tokens/dist/base10/variables.css';

0.2.0

Minor Changes

  • 1abafb9: Add black and white color

0.1.1

Patch Changes

  • Fixing a typo in the readme

0.1.0

Minor Changes

  • 5042ae8: Add more tokens

0.0.0

Minor Changes

  • 0d36955: Added Fonts and Colors