Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (28 loc) · 1.95 KB

File metadata and controls

50 lines (28 loc) · 1.95 KB

Changelog

1.4.1

  • Add support for Node v14 #20

1.4.0

  • Add methods to docs #18
  • Split apart logic in separate files and add more unit tests #18

1.3.2

  • Fix component references if no tag name is provided #17

1.3.1

  • Fix attribute name mapping #15

1.3.0

  • Add CSS Part autocomplete #12

1.2.1

  • Remove single and double quote wrappers from string values #11

1.2.0

  • Add CSS Sets feature #8
  • Add support for pipe delimited values for CSS values #8

1.1.0

  • Added the ability to skip writing data files #6
  • Fixed a bug that caused the plugin to error out when numeric properties default to Infinity #4
  • Fixed a bug that caused CSS parts to be labeled as properties #5

1.0.1

  • Add license

1.0.0

  • Add component section label overrides

1.0.0.beta9

  • Add docs and config for CSS custom properties and CSS parts
  • Update parser to use a comma delimiter for lists of values for attributes in addition to a pipe (|) to be consistent with CSS properties