Skip to content

Latest commit

 

History

History
102 lines (55 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

102 lines (55 loc) · 7.96 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.10.2 (2020-10-08)

Bug Fixes

  • cli: update clean config path logic (#454) (3cc3d4e)
  • formats: fix max call stack issue on json/nested format (#465) (4064e6a)

2.10.1 (2020-07-09)

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)

2.10.0 (2020-05-05)

Features

2.9.0 (2020-04-21)

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

2.8.3 (2019-10-30)

Bug Fixes

2.8.2 (2019-09-04)

Bug Fixes

2.8.1 (2019-07-02)

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

2.8.0 (2019-05-28)

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)