Skip to content

Latest commit

 

History

History
346 lines (200 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

346 lines (200 loc) · 7.02 KB

@leafygreen-ui/tokens

2.11.1

Patch Changes

2.11.0

Minor Changes

  • f91e1ce97: Unsets lowest level shadow for darkMode. (sets shadow.dark[100] to "unset")

2.10.0

Minor Changes

  • 66e5665e8: Exports shadow tokens from package

Patch Changes

2.9.0

Minor Changes

  • 29d50edaa: Adds 72px spacing token

    LG-4341

Patch Changes

2.8.0

Minor Changes

  • 7bc4fcde: - Improves semantics of color token segment type names (e.g. Type -> Property, State -> InteractionState).
    • Adds TSDoc to color types
    • Deprecates Mode enum in favor if Theme (exported from lib)

Patch Changes

2.7.0

Minor Changes

  • 3364b542: Adds link to text color tokens
  • 0864a420: Adds placeholder token

2.6.0

Minor Changes

  • c406ab85: LG-2930

    • Fixes darkModeBackgroundColors disabled colors
    • Fixes lightModeBorderColors variable typo

2.5.3

Patch Changes

  • 57dedc40: Adds satisfies to ensure consistent & correct colors token structure

2.5.2

Patch Changes

2.5.1

Patch Changes

  • 5ee54143: Provides support for auto-complete by removing explicit type definitions and leveraging as const
  • e487fb24: Renames story files from .story.tsx to .stories.tsx

2.5.0

Minor Changes

2.4.0

Minor Changes

  • c2854e9b: Adds additional spacing tokens

2.3.0

Minor Changes

  • 2645cd50: Adds new tokens to spacing object, and warns that old tokens are deprecated. Eventually, we will enforce a migration to the new system.

2.2.0

Minor Changes

  • 3fe03b50: Adds Size token

2.1.4

Patch Changes

  • c11bbc29: Fixes problem with ts-docs not being available in bundle.
  • Updated dependencies [c11bbc29]

2.1.3

Patch Changes

  • c15ee2ac: Fixes missing documentation file
  • Updated dependencies [c15ee2ac]

2.1.2

Patch Changes

  • 215268ff: Updates build tooling. No functional changes
  • Updated dependencies [215268ff]

2.1.1

Patch Changes

  • 76161cf0: Updates stories for Chromatic testing

2.1.0

Minor Changes

  • 73cbbd02c: Adds fontWeights token

Patch Changes

  • 8ece56980: Adds slowest to transitionDuration

2.0.3

Patch Changes

  • 77320a6b8: Adds token for large font size
  • Updated dependencies [55d33e435]
  • Updated dependencies [55d33e435]

2.0.2

Patch Changes

  • 8c0c2bdf9: Updates build script to include a transpiled copy of the story file in the bundle
  • Updated dependencies [8c0c2bdf9]

2.0.1

Patch Changes

2.0.0

Major Changes

  • 741cdd408: Removes Akzidenz from list of fallback fonts. Also removes Legacy from list of fontFamilies.

Patch Changes

1.4.1

Patch Changes

  • b7f7a4c95: Updates package dependencies & devDependencies, and ensures each package is appropriately listed. Ensures tsconfig has no circular dependencies
  • Updated dependencies [b7f7a4c95]

1.4.0

Minor Changes

  • ae5421cf6: Adds transitionDuration token to package. transitionDuration has three values: faster (100), default (150), and slower (300) which correspond to the length in ms of the transition duration.

1.3.4

Patch Changes

  • 24683433: - Remove an implicit dependency on @emotion/react fixing an issue where LG packages would not build if @leafygreen/[email protected] or greater was installed.
  • Updated dependencies [24683433]

1.3.3

Patch Changes

  • 3690df49: Updates tsdoc.json file
  • Updated dependencies [3690df49]

1.3.2

Patch Changes

1.3.1

Patch Changes

  • 96d1ff9c: Updates to propTypes, TSDocs, and Storybook controls
  • Updated dependencies [6a89bc29]
  • Updated dependencies [fd2f6de0]
  • Updated dependencies [96d1ff9c]
  • Updated dependencies [422dbfcd]
  • Updated dependencies [9ff90d4b]

1.3.0

Minor Changes

  • c48e943e: Exports Mode, hoverRing and focusRing from tokens. Add hoverRing and focusRing to the box-shadow property to render Leafygreen interaction states

1.2.0

Minor Changes

  • ba4aab15: Exports the constant BaseFontSize from tokens

Patch Changes

  • 233ac580: Adds documentation to typeScales. Exports fontFamilies as read-only
  • Updated dependencies [2cf1bc4a]

1.1.0

Minor Changes

  • 614be76: Adds typeScales export from tokens

1.0.0

Major Changes

  • 8457f92: - Adds "Euclid Circular A" and "MongoDB Value Serif" to tokens.fontFamilies
    • Updates Light mode typography according to visual brand refresh

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

  • 059ef833: Adds named export breakpoints to package

Patch Changes

  • dac3f38b: Fixes a publishing error that prevented UMD modules from being distributed
  • Updated dependencies [dac3f38b]

0.4.0

Minor Changes

  • 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading.

Patch Changes

0.3.0

Minor Changes

  • f792966: Adds default and code fonts to Tokens package

0.2.0

Minor Changes

  • 6ca8fe6: Updates spacing to numerical rather than string values and exports as const so that consumers can see the values

0.1.1

Patch Changes

  • 691eb05: Better support for UMD
  • Updated dependencies [691eb05]

0.1.0

Minor Changes

  • 45de359: Initial release of @leafygreen-ui/tokens

Patch Changes