Skip to content

Latest commit

 

History

History
143 lines (98 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

143 lines (98 loc) · 11.5 KB

1.2.0 (2020-04-15)

Bug Fixes

  • add capture var for VARIABLE_FULL_RE (d1d8114)
  • expand local variables for theme (faf8869)
  • handle unknown vars (6ca6aa3)
  • prevent duplicate theme selectors (ca7d181)
  • prevent remove duplicate selector without theme (1f30ced)
  • process all variables in decl value (a6a035d)
  • remove expanded variables (dccd2bd)
  • right process global selector (9c72704)
  • skip rule if variable not found (768e7c7)
  • use fallback for globalSelectors (fc3855d)
  • use more specific regexp for replace var (bebe583)

Features

1.1.0 (2020-04-04)

Bug Fixes

  • add capture var for VARIABLE_FULL_RE (d1d8114)
  • expand local variables for theme (faf8869)
  • handle unknown vars (6ca6aa3)
  • prevent duplicate theme selectors (ca7d181)
  • prevent remove duplicate selector without theme (1f30ced)
  • process all variables in decl value (a6a035d)
  • right process global selector (9c72704)
  • skip rule if variable not found (768e7c7)
  • use fallback for globalSelectors (fc3855d)
  • use more specific regexp for replace var (bebe583)

Features

1.0.3 (2020-02-19)

Bug Fixes

  • add capture var for VARIABLE_FULL_RE (d1d8114)
  • expand local variables for theme (faf8869)
  • handle unknown vars (6ca6aa3)
  • prevent duplicate theme selectors (ca7d181)
  • prevent remove duplicate selector without theme (1f30ced)
  • process all variables in decl value (a6a035d)
  • skip rule if variable not found (768e7c7)
  • use fallback for globalSelectors (fc3855d)
  • use more specific regexp for replace var (bebe583)

Features

1.0.2 (2020-02-19)

Bug Fixes

  • handle unknown vars (6ca6aa3)
  • prevent duplicate theme selectors (ca7d181)
  • prevent remove duplicate selector without theme (1f30ced)
  • process all variables in decl value (a6a035d)
  • skip rule if variable not found (768e7c7)
  • use fallback for globalSelectors (fc3855d)
  • use more specific regexp for replace var (bebe583)

Features

1.0.1 (2020-02-14)

Bug Fixes

  • handle unknown vars (6ca6aa3)
  • prevent duplicate theme selectors (ca7d181)
  • prevent remove duplicate selector without theme (1f30ced)
  • process all variables in decl value (a6a035d)
  • skip rule if variable not found (768e7c7)
  • use fallback for globalSelectors (fc3855d)
  • use more specific regexp for replace var (bebe583)

Features