All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Support between 16.14.2 and 20.12.2 versions of node in .nvmrc
- Update all other dependencies to the latest versions
- Updated the node version to
16.14.2
- Updated the npm version to
8.5.0
- Added the following colors:
pink100
,pink200
,pink300
,pink500
,pink600
,orange100
,orange200
,orange300
,orange400
,orange500
,orange600
,royal100
,royal200
,royal300
,royal500
,royal600
,royal700
- Changed the value of the following colors:
yellow500
,pink400
,orange400
,royal400
- Removed the following colors:
jade600
,xanadu100
,xanadu200
,xanadu300
,xanadu400
,xanadu500
360px
breakpoint
- Typed all token constants using TypeScript const assertions.
breakpoints.ts
based on Expedite v0.5 breakpoints
- The value of
warm500
from#CEAE98
to#D2AD94
. Releasing this as a patch update since nothing depends on warm500 yet.
- Made
colors.ts
export a named const to avoid confusing renaming of default export later. This does not affect external interfaces. - Changed
generateLessColors.mjs
togenerateLessTokens.mjs
. It is generic enough to generate colors and shadows, at least.
shadows.ts
(Shadows from Expedite v0.2)
/dist/
from git
- Restart the project with simplicity in mind
colors.ts
based on Expedite v0.2 colors- script to generate a
colors.less
version of these colors during build