Skip to content

Releases: amzn/style-dictionary

v2.10.1

09 Jul 02:54
Compare
Choose a tag to compare

Bug Fixes

  • filter: fix conditional to ensure we catch properties with a falsy value (#423) (1ec4e74), closes #406
  • formats: align scss/map-* with scss/variables on asset category (9d867ef)

v2.10.0

05 May 19:01
Compare
Choose a tag to compare

Features

v2.9.0

21 Apr 21:32
Compare
Choose a tag to compare

Bug Fixes

  • transforms: add NaN check to all size transforms (#413) (d353795)
  • transforms: add specificity so color for hex values is correct (#412) (01cc11c), closes #407
  • clean require cache before loading file content (#405) (18a50d0), closes #404
  • parseFloat() has only one argument (#417) (16c3040), closes #416

Features

  • attribute/cti: attribute/cti should respect manually set attributes (#415) (fb3e393), closes #414

v2.8.3

30 Oct 21:55
Compare
Choose a tag to compare

Bug Fixes

v2.8.2

04 Sep 17:10
Compare
Choose a tag to compare

🐞 Bug Fixes

  • format: Added public access level to Swift class and enum properties (#316) (030175e), closes #295
  • format: change less and scss comments to short version (#306) (4f13f57), closes #305
  • transform: increase uicolor to 3 decimals to retain 8bit precision (#314) (a3bde96)

v2.8.1

02 Jul 19:16
Compare
Choose a tag to compare

Bug Fixes

  • format: adding configurable name to sass map name (#291) (cfa2422), closes #290
  • sketch: fix sketch palette format to use new filters (#287) (374012c), closes #285

v2.8.0

28 May 19:48
Compare
Choose a tag to compare

Bug Fixes

  • cleanfile: add file check and log for non-existent file (#277) (6375133)
  • docs/examples: 404 errors and typos (#269) (da369da)
  • error-messaging: add better error messaging when a transform or transformGroup does not exist (#264) (d5c0583)
  • extend: multiple extensions properly deep merge (#276) (f1d6bb0), closes #274
  • accidentally generating test output in root directory (4994553)

Features

  • config: use config.js if config.json is not found (#249) (09fc43f), closes #238 #238 #247
  • add automatic changelog generation (#225) (b062008)
  • docs: adding PR and download badges; fixing code coverage badge (#270) (2307a44), closes #265
  • ios-swift: adding common transforms for Swift in iOS (#255) (749db69), closes #161
  • transforms: Add UIColor transform for swift (#250) (a62d880), closes #161
  • warning: catch property name collisions during file output (#273) (9a40407)

v2.7.0

05 Feb 22:58
Compare
Choose a tag to compare
  • feat: add registerFilter method, fixes #207 & #199 (#233)
  • doc: remove registerTemplate from examples, fixes #226 (#232)
  • feat: add node example (#228)
  • feat: making include accept an array of globs, like source does, fixes #215 (#227)
  • fix: the naming for Sass/Scss in documentation, tests, formats, fixes #213 (#222)
  • fix: handle showFileHeader option in androids formats templates, fixes #237
    (#243)

v2.6.1

13 Dec 22:49
Compare
Choose a tag to compare

Patch release to fix the init command.

v2.6.0

01 Dec 00:30
3a17ac1
Compare
Choose a tag to compare
  • Added sass-map formats
  • Added json-flat format
  • Overhaul of examples
  • Updated documentation