|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | # 5.0.0 - 2021-01-12
|
|---|
| 2 |
|
|---|
| 3 | - Changed: use PostCSS 7 API
|
|---|
| 4 | - Updated: Node support to 10.0.0 (major)
|
|---|
| 5 |
|
|---|
| 6 | # 4.0.1 - 2020-10-28
|
|---|
| 7 |
|
|---|
| 8 | - Fixed: Incorrect conversion of small-caps ([#15](https://github.com/postcss/postcss-font-variant/pull/15))
|
|---|
| 9 |
|
|---|
| 10 | # 4.0.0 - 2018-09-17
|
|---|
| 11 |
|
|---|
| 12 | - Changed: use PostCSS 7 API
|
|---|
| 13 |
|
|---|
| 14 | # 3.0.0 - 2017-05-11
|
|---|
| 15 |
|
|---|
| 16 | - Changed: use PostCSS 6 API
|
|---|
| 17 |
|
|---|
| 18 | # 2.0.1 - 2016-07-08
|
|---|
| 19 |
|
|---|
| 20 | - Fixed: existing font-feature-settings being duplicated.
|
|---|
| 21 | ([#8](https://github.com/postcss/postcss-font-variant/pull/8) - @ChaosExAnima)
|
|---|
| 22 |
|
|---|
| 23 | # 2.0.0 - 2015-09-08
|
|---|
| 24 |
|
|---|
| 25 | - Added: compatibility with postcss v5.x
|
|---|
| 26 | - Removed: compatiblity with postcss v4.x
|
|---|
| 27 |
|
|---|
| 28 | # 1.2.0 - 2015-08-13
|
|---|
| 29 |
|
|---|
| 30 | - Added: compatibility with postcss v4.1.x
|
|---|
| 31 | ([#5](https://github.com/postcss/postcss-font-variant/pull/5))
|
|---|
| 32 |
|
|---|
| 33 | # 1.1.0 - 2015-01-29
|
|---|
| 34 |
|
|---|
| 35 | - Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))
|
|---|
| 36 | - Added: support font-kerning ([#2](https://github.com/postcss/postcss-font-variant/pull/2))
|
|---|
| 37 |
|
|---|
| 38 | # 1.0.2 - 2015-01-27
|
|---|
| 39 |
|
|---|
| 40 | - 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))
|
|---|
| 41 |
|
|---|
| 42 | # 1.0.1 - 2014-11-11
|
|---|
| 43 |
|
|---|
| 44 | - Fixed: wrong space char that breaks on some environnements
|
|---|
| 45 |
|
|---|
| 46 | # 1.0.0 - 2014-10-09
|
|---|
| 47 |
|
|---|
| 48 | ✨ 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.