These were the missing parts in order to use every design tokens of Cunningham. Including: spacing, font weight, size, family, and colors. In order to be really versatile and to allow users to define new design tokens I had to re-organize the way those tokens are sub divided in sub objects in cunningham.ts file. That's why sub division are created for theme.typ.sizes for instance.
31 lines
670 B
Markdown
31 lines
670 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
and this project adheres to
|
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Add utility classes
|
|
- Add official design tokens
|
|
- Add component's tokens handling
|
|
- Setup Turborepo and package.json
|
|
- Setup ESLint package
|
|
- Setup tsconfig package
|
|
- Add tokens repo
|
|
- Add react repo
|
|
- Add storybook to react repo
|
|
- Add app demo
|
|
- Setup Docker
|
|
- Setup Makefile
|
|
- Setup circle ci
|
|
- Setup renovate.json
|
|
- Add CHANGELOG
|
|
|
|
|
|
[unreleased]: https://github.com/openfun/cunningham
|