source: trip-planner-front/node_modules/postcss-font-variant/CHANGELOG.md@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1# 4.0.1 - 2020-10-28
2
3- Fixed: Incorrect conversion of small-caps ([#15](https://github.com/postcss/postcss-font-variant/pull/15))
4
5# 4.0.0 - 2018-09-17
6
7- Changed: use PostCSS 7 API
8
9# 3.0.0 - 2017-05-11
10
11- Changed: use PostCSS 6 API
12
13# 2.0.1 - 2016-07-08
14
15- Fixed: existing font-feature-settings being duplicated.
16 ([#8](https://github.com/postcss/postcss-font-variant/pull/8) - @ChaosExAnima)
17
18# 2.0.0 - 2015-09-08
19
20- Added: compatibility with postcss v5.x
21- Removed: compatiblity with postcss v4.x
22
23# 1.2.0 - 2015-08-13
24
25- Added: compatibility with postcss v4.1.x
26 ([#5](https://github.com/postcss/postcss-font-variant/pull/5))
27
28# 1.1.0 - 2015-01-29
29
30 - Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))
31 - Added: support font-kerning ([#2](https://github.com/postcss/postcss-font-variant/pull/2))
32
33# 1.0.2 - 2015-01-27
34
35- Fixed: Re–use existing font-feature-settings declarations to avoid creating multiples that override themselves ([#1](https://github.com/postcss/postcss-font-variant/pull/1))
36
37# 1.0.1 - 2014-11-11
38
39- Fixed: wrong space char that breaks on some environnements
40
41# 1.0.0 - 2014-10-09
42
43✨ First release based on [rework-font-variant](https://github.com/ianstormtaylor/rework-font-variant) v1.0.1
Note: See TracBrowser for help on using the repository browser.