Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 8, 2021
1 parent 3546d02 commit ce39a07
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
@@ -1,4 +1,18 @@
### v5.3.0 (2021-01-25)
### v5.4.0 (2021-04-08)

#### Pull requests

- [#124](https://github.com/Munter/subfont/pull/124) Remove support for subsetPerPage:true ([Andreas Lind](mailto:andreas.lind@peakon.com), [Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [#140](https://github.com/Munter/subfont/pull/140) Switch to the subset-font package ([Andreas Lind](mailto:andreas.lind@peakon.com))
- [#139](https://github.com/Munter/subfont/pull/139) Use the split-out fontverter module for sniffing and converting font buffers ([Andreas Lind](mailto:andreas.lind@peakon.com))
- [#137](https://github.com/Munter/subfont/pull/137) Fix `--obfuscate-names` argument ([Nico](mailto:nlemoine@users.noreply.github.com))

#### Commits to master

- [Update fontverter to ^1.0.1](https://github.com/Munter/subfont/commit/c00409a5e7a8374f653023b6817a23cbecc4adbb) ([Andreas Lind](mailto:andreas.lind@peakon.com))
- [Make the reference image assertions more flexible, fix error handling](https://github.com/Munter/subfont/commit/c2daad8bdecba991d0b8f8f573f2b205e0b47b24) ([Andreas Lind](mailto:andreas.lind@peakon.com))

### v5.3.0 (2021-01-26)

- [#136](https://github.com/Munter/subfont/pull/136) Implement --relative-urls switch that makes subfont issue relative urls instead of root-relative ones ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

Expand Down Expand Up @@ -163,13 +177,16 @@
#### Pull requests

- [#76](https://github.com/Munter/subfont/pull/76) Fix the prettier setup ([Andreas Lind](mailto:andreas.lind@peakon.com))
- [#75](https://github.com/Munter/subfont/pull/75) Fix omitFallbacks with Google Web Fonts ([Andreas Lind](mailto:andreas.lind@peakon.com))

#### Commits to master

- [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))
- [Don't populate source map relations](https://github.com/Munter/subfont/commit/5c07218b6f1dcc6fad88702a3bcb7b33bf9df54e) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

### v4.1.2 (2020-01-09)

- [#75](https://github.com/Munter/subfont/pull/75) Fix omitFallbacks with Google Web Fonts ([Andreas Lind](mailto:andreas.lind@peakon.com))

### v4.1.1 (2020-01-04)

- [Add regression test](https://github.com/Munter/subfont/commit/46eddce9c09268dbde459b1f98fe5cec9e4c98f5) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
Expand Down Expand Up @@ -200,7 +217,8 @@
- [Add vscode debugger launch configuration for the test suite](https://github.com/Munter/subfont/commit/f8f9abc42909c556765555cc49f44eb40a9194db) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))
- [Guard against an already detached relation when cleaning up](https://github.com/Munter/subfont/commit/6392fc359222772c9033a58a9020e3b35487d019) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com))

### v4.0.3
### v4.0.3 (2019-11-02)

#### Pull requests

- [#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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "subfont",
"version": "5.3.0",
"version": "5.4.0",
"description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit ce39a07

Please sign in to comment.