Releases: skits-lab/figma-tokens
Releases Β· skits-lab/figma-tokens
v2.2.0
2.2.0 (2023-10-23)
π Features
- sync: add support for the node type 'GROUP' when building token data (#10) (29865b8), closes #12 #12
- sync: add support for the node types 'FRAME' & 'RECTANGLE' when building token data (#14) (9dfd578)
v2.1.0
2.1.0 (2023-10-23)
π Features
- sync: allow color values to be read from the direct child of a token data node (#12) (4daec0f)
v2.0.0
2.0.0 (2023-09-26)
β BREAKING CHANGES
- sync: get Figma file ID from environment, removes
fileId
field from yaml config (#7)
π Features
- sync: get Figma file ID from environment, removes
fileId
field from yaml config (#7) (ede2a92)
π¦ CI
- release: run on release workflow on node 16.x (#8) (014bbfd)
- release: use conventionalcommits preset for commit-analyzer plugin (380c5fa)
v1.1.1
1.1.1 (2021-09-15)
π¦ CI
- workflows: add codeql-analysis workflow (#3) (ed239e3)
π Bug Fixes
- config: update configuration file schema to match docs (#4) (1adfbcd)
v1.1.0
1.1.0 (2021-09-14)
π¦ CI
π Features
π Documentation
- initial documentation for v1 (658199e)
v1.0.0
1.0.0 (2021-09-14)
Bug Fixes
- ci: fix remove dryRun from package.json (83ead62)
Features
- change package name (ab1bb85)
- cli: create cli with init and sync commands (7aa87ee)
- services: create BoardService class (980323e)
- services: create FigmaApiService class (38236e5)
- services: create LogService class (157d85b)
- services: create TokenService class (db73f11)
- types: define figma and token types (74e7ff2)
- utils: add log message constants (ed6ca19)
- utils: add string and number helpers (46754ed)
- utils: define package constants (bda2a4f)