Skip to content

Releases: skits-lab/figma-tokens

v2.2.0

23 Oct 02:45
Compare
Choose a tag to compare

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

23 Oct 02:45
Compare
Choose a tag to compare

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

26 Sep 01:55
Compare
Choose a tag to compare

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

01 Feb 03:14
Compare
Choose a tag to compare

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

01 Feb 03:13
Compare
Choose a tag to compare

1.1.0 (2021-09-14)

🚦 CI

πŸš€ Features

  • add skits-tokens command (c21241a)

πŸ“š Documentation

  • initial documentation for v1 (658199e)

v1.0.0

01 Feb 03:13
Compare
Choose a tag to compare

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)