subfont 6.2.1 → 6.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ### v6.4.1 (2022-01-10)
2
+
3
+ - [Update font-tracer to ^3.1.0, fixes \#157](https://github.com/Munter/subfont/commit/c98c0d8a2723c2f68b11dadb6c33c34c708355f4) ([Andreas Lind](mailto:andreas.lind@workday.com))
4
+
5
+ ### v6.4.0 (2021-11-10)
6
+
7
+ - [Update subset-font to ^1.4.0](https://github.com/Munter/subfont/commit/3b04abbaa33d47a0fb8df315aa23ec4f47c0e673) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
8
+
9
+ ### v6.3.1 (2021-10-22)
10
+
11
+ - [Fix tests](https://github.com/Munter/subfont/commit/4f7ab7011220457bab087a7533dbcfd5f8c8020b) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
12
+ - [Update postcss to ^8.3.11](https://github.com/Munter/subfont/commit/2b63273784f89f5c1e2944eec238a1d3ab2a96db) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
13
+ - [Update font-tracer to ^3.0.1](https://github.com/Munter/subfont/commit/1f3ce78a64c995eee5c49f5ace0ff7a6f6a1f22c) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
14
+ - [Drop node.js 16 for the time being because of prebuilt canvas](https://github.com/Munter/subfont/commit/2b45d966c42f7391402dc79df85d2514c71eeee3) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
15
+ - [Replace Travis with Github Actions](https://github.com/Munter/subfont/commit/a3851f0ac60f1205977fc2616728c94bcf6dbab8) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
16
+
17
+ ### v6.3.0 (2021-09-16)
18
+
19
+ - [Update assetgraph to ^7.2.0, fixes \#152](https://github.com/Munter/subfont/commit/485e333202b935260e41f7996bbd96fca50d028a) ([Andreas Lind](mailto:andreas.lind@workday.com))
20
+
1
21
  ### v6.2.1 (2021-09-05)
2
22
 
3
23
  - [Add test case where the same font-family is defined in an SVG island and the surrounding HTML](https://github.com/Munter/subfont/commit/ea6709648141efcc24177e0461fc2eb5c72c6714) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
@@ -244,13 +264,16 @@
244
264
  #### Pull requests
245
265
 
246
266
  - [#76](https://github.com/Munter/subfont/pull/76) Fix the prettier setup ([Andreas Lind](mailto:andreas.lind@peakon.com))
247
- - [#75](https://github.com/Munter/subfont/pull/75) Fix omitFallbacks with Google Web Fonts ([Andreas Lind](mailto:andreas.lind@peakon.com))
248
267
 
249
268
  #### Commits to master
250
269
 
251
270
  - [Switch to the official css-font-parser now that bramstein\/css-font-parser\#7 has been merged and released](https://github.com/Munter/subfont/commit/457c7f0e4cef0a8c1bd8f816c23ace64c9987424) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
252
271
  - [Don't populate source map relations](https://github.com/Munter/subfont/commit/5c07218b6f1dcc6fad88702a3bcb7b33bf9df54e) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
253
272
 
273
+ ### v4.1.2 (2020-01-09)
274
+
275
+ - [#75](https://github.com/Munter/subfont/pull/75) Fix omitFallbacks with Google Web Fonts ([Andreas Lind](mailto:andreas.lind@peakon.com))
276
+
254
277
  ### v4.1.1 (2020-01-04)
255
278
 
256
279
  - [Add regression test](https://github.com/Munter/subfont/commit/46eddce9c09268dbde459b1f98fe5cec9e4c98f5) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
@@ -281,7 +304,8 @@
281
304
  - [Add vscode debugger launch configuration for the test suite](https://github.com/Munter/subfont/commit/f8f9abc42909c556765555cc49f44eb40a9194db) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
282
305
  - [Guard against an already detached relation when cleaning up](https://github.com/Munter/subfont/commit/6392fc359222772c9033a58a9020e3b35487d019) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
283
306
 
284
- ### v4.0.3
307
+ ### v4.0.3 (2019-11-02)
308
+
285
309
  #### Pull requests
286
310
 
287
311
  - [#67](https://github.com/Munter/subfont/pull/67) Only warn about missing fonttools install if we are actually trying t… ([Peter Müller](mailto:munter@fumle.dk))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "subfont",
3
- "version": "6.2.1",
3
+ "version": "6.4.1",
4
4
  "description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally",
5
5
  "engines": {
6
6
  "node": ">=10.0.0"
@@ -47,26 +47,26 @@
47
47
  "homepage": "https://github.com/Munter/subfont#readme",
48
48
  "dependencies": {
49
49
  "@gustavnikolaj/async-main-wrap": "^3.0.1",
50
- "assetgraph": "^6.5.0",
50
+ "assetgraph": "^7.2.0",
51
51
  "browserslist": "^4.13.0",
52
52
  "css-font-parser": "^0.3.0",
53
53
  "css-font-weight-names": "^0.2.1",
54
54
  "css-list-helpers": "^2.0.0",
55
55
  "font-family-papandreou": "^0.2.0-patch2",
56
56
  "font-snapper": "^1.2.0",
57
- "font-tracer": "^3.0.0",
57
+ "font-tracer": "^3.1.0",
58
58
  "fontkit": "^1.8.0",
59
59
  "fontverter": "^2.0.0",
60
60
  "gettemporaryfilepath": "^1.0.1",
61
61
  "lines-and-columns": "^1.1.6",
62
62
  "lodash": "^4.17.15",
63
63
  "memoizesync": "^1.1.1",
64
- "postcss": "^7.0.32",
64
+ "postcss": "^8.3.11",
65
65
  "postcss-value-parser": "^4.0.2",
66
66
  "pretty-bytes": "^5.1.0",
67
67
  "puppeteer-core": "^8.0.0",
68
68
  "specificity": "^0.4.1",
69
- "subset-font": "^1.2.3",
69
+ "subset-font": "^1.4.0",
70
70
  "urltools": "^0.4.1",
71
71
  "yargs": "^15.4.0"
72
72
  },