|
| 1 | +### Version 2.0.0 |
| 2 | + |
| 3 | +- Inter font updated to v3.15 |
| 4 | +- Fixed different size units caused `NaN` for letter spacing |
| 5 | +- Refactored styles generation |
| 6 | +- Removed line height usage as redundant |
| 7 | +- Removed options `baseLineHeight` and `disableUnusedFeatures` |
| 8 | +- Removed plugin specific font size classes to use inherited classes instead (`.text-inter-lg` → `.font-inter .text-lg`) |
| 9 | +- Limited font feature settings classes to apply only if Inter font family applied (`.font-feature-numeric` → `.font-inter .font-feature-numeric`) |
| 10 | +- Added `.font-feature-default` class with `calt` and `kern` font feature settings enabled |
| 11 | +- Option `importFontFace` is now `true` by default |
| 12 | + |
1 | 13 | ### Version 1.0.8 |
2 | 14 |
|
3 | | -- Replaced Object.fromEntries with lodash methods to provide compatability older Node.js versions |
| 15 | +- Replaced Object.fromEntries with lodash methods to provide compatability older Node.js versions |
4 | 16 |
|
5 | 17 | ### Version 1.0.7 |
6 | 18 |
|
7 | | -- Fixed line height and letter spacing values calculation for different font sizes (#2, #3) |
| 19 | +- Fixed line height and letter spacing values calculation for different font sizes (#2, #3) |
8 | 20 |
|
9 | 21 | ### Version 1.0.6 |
10 | 22 |
|
11 | | -- Fixed npm package missed files |
| 23 | +- Fixed npm package missed files |
12 | 24 |
|
13 | 25 | ### Version 1.0.5 |
14 | 26 |
|
15 | | -- Bump config adjustments |
| 27 | +- Bump config adjustments |
16 | 28 |
|
17 | 29 | ### Version 1.0.4 |
18 | 30 |
|
19 | | -- Bump config adjustments |
| 31 | +- Bump config adjustments |
20 | 32 |
|
21 | 33 | ### Version 1.0.3 |
22 | 34 |
|
23 | | -- Bump config |
| 35 | +- Bump config |
24 | 36 |
|
25 | 37 | ### Version 1.0.2 |
26 | 38 |
|
27 | | -- Inter font updated to v3.11 |
28 | | -- Demo page updated |
29 | | -- Small improvements |
| 39 | +- Inter font updated to v3.11 |
| 40 | +- Demo page updated |
| 41 | +- Small improvements |
30 | 42 |
|
31 | 43 | ### Version 1.0.1 |
32 | 44 |
|
33 | | -- Fixed exception when no `interFontFeatures` config specified. |
| 45 | +- Fixed exception when no `interFontFeatures` config specified. |
34 | 46 |
|
35 | 47 | ### Version 1.0.0 |
36 | 48 |
|
37 | 49 | Currently supports fot feature settings and dynamic line height with the different font sizes. |
38 | 50 |
|
39 | | -- Inter font updated to v3.10 (1.000) |
40 | | -- Updated README.md |
| 51 | +- Inter font updated to v3.10 (1.000) |
| 52 | +- Updated README.md |
0 commit comments