Skip to content

Releases: nicheinc/expedite-tokens

v2.2.0

19 Apr 14:22
Compare
Choose a tag to compare

Changed

  • Support between 16.14.2 and 20.12.2 versions of node in .nvmrc
  • Update all other dependencies to the latest versions

v2.1.0

08 May 13:54
Compare
Choose a tag to compare

Changed

  • Updated the node version to 16.14.2
  • Updated the npm version to 8.5.0

v2.0.0

20 Apr 14:55
Compare
Choose a tag to compare

Added

  • Added the following colors: pink100, pink200, pink300, pink500, pink600, orange100, orange200, orange300, orange500, orange600, royal100, royal200, royal300, royal500, royal600, royal700

Changed

  • Changed the value of the following colors: yellow500, pink400, orange400, royal400

Removed

  • Removed the following colors: jade600 (for Jade over 500 please utilize green 600 - 900), xanadu100, xanadu200, xanadu300, xanadu400, xanadu500

v1.3.0

06 Apr 20:23
Compare
Choose a tag to compare

Added

  • 360px breakpoint

v1.2.1

16 Feb 19:41
37ca7cd
Compare
Choose a tag to compare

Changed

  • Typed all token constants using TypeScript const assertions.

v1.2.0

12 May 14:16
dddb17b
Compare
Choose a tag to compare

Added

  • breakpoints.ts based on Expedite v0.5 breakpoints

v1.1.1

21 Feb 16:29
Compare
Choose a tag to compare

Changed

  • The value of warm500 from #CEAE98 to #D2AD94. Releasing this as a patch update since nothing depends on warm500 yet.

v1.1.0

14 Jan 17:18
60a39c2
Compare
Choose a tag to compare

Added

  • shadows.ts (Shadows from Expedite v0.2)

Removed

  • /dist/ from git

Changed

  • Made colors.ts export a named const to avoid confusing renaming of default export later. This does not affect external interfaces.
  • Changed generateLessColors.mjs to generateLessTokens.mjs. It is generic enough to generate colors and shadows, at least.

v1.0.0

13 Jan 23:40
Compare
Choose a tag to compare

Changed

  • Restart the project with simplicity in mind

Added

  • colors.ts based on Expedite v0.2 colors
  • script to generate a colors.less version of these colors during build