Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

60 lines (42 loc) · 1.83 KB

Change Log

[2.0.0] - 2022-11-23 (#84)

  • Aligned with postcss plugin API
  • Updated dependecies
  • Added support for aliases

Breaking changes:

  • Updated postcss to version 8
  • Stopped support for node versions below 14

[1.7.0] - 2020-02-19

  • Supported blacklist and whitelist options

[1.6.0] - 2020-02-19

  • Supported :as directive

[1.5.0] - 2019-08-24

[1.4.0] - 2019-07-30

[1.3.0] - 2018-06-11

  • Supported :append, :prepend and :replace directives (thanks to @adc-mhaugen)

[1.2.0] - 2018-02-05

  • Option onlyDirection for generating a LTR or a RTL version only (#27).

[1.1.0] - 2017-08-17

  • Supported rtl:begin:ignore/rtl:end:ignore directives (thanks to @joscha)

[1.0.0] - 2017-08-16

  • Supported rtl:ignore directive (thanks to @joscha)

[0.5.0] - 2016-12-13

  • Added prefixType option

[0.4.1] - 2016-12-12

  • Improved list of potential-affected properties (priority troubles workaround)

[0.4.0] - 2016-12-03

  • Added addPrefixToSelector option (thanks to @crossjs)

[0.3.3] - 2016-12-01

  • Compacted selector levels (thanks to @crossjs)

[0.3.1] - 2016-10-31

  • Fixed @keyframes-animations processing

[0.3.0] - 2016-10-29

  • Process and flip @keyframes-animations

[0.2.0] - 2016-10-29

  • Process html and :root selectors
  • Support of Node.js v0.12

[0.1.0] - 2016-10-27