UNPKG

@mjhenkes/postcss-rtl

Version:

PostCSS plugin for RTL-optimizations

56 lines (37 loc) 1.71 kB
# Change Log ## [2.0.0] - 20xx-xx-xx - Support Postcss v8.0.0 (thanks to [@mjhenkes](https://github.com/mjhenkes)) ## [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 - Added `prefix` option (thanks to [@mike-shtil](https://github.com/mike-shtil)) ## [1.4.0] - 2019-07-30 - Added `fromRTL` option (thanks to [@HosseinAgha](https://github.com/HosseinAgha)) ## [1.3.0] - 2018-06-11 - Supported `:append`, `:prepend` and `:replace` directives (thanks to [@adc-mhaugen](https://github.com/adc-mhaugen)) ## [1.2.0] - 2018-02-05 - Option `onlyDirection` for generating a LTR or a RTL version only ([#27](../../issues/27)). ## [1.1.0] - 2017-08-17 - Supported `rtl:begin:ignore`/`rtl:end:ignore` directives (thanks to [@joscha](https://github.com/joscha)) ## [1.0.0] - 2017-08-16 - Supported `rtl:ignore` directive (thanks to [@joscha](https://github.com/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](https://github.com/crossjs)) ## [0.3.3] - 2016-12-01 - Compacted selector levels (thanks to [@crossjs](https://github.com/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 - Using [RTLCSS](https://github.com/MohammadYounes/rtlcss) - Start following [SemVer](http://semver.org) properly.