Skip to content

Commit

Permalink
Merge branch 'master' into features/node-section
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Dec 21, 2023
2 parents 7609b92 + fe99e07 commit 656d24c
Show file tree
Hide file tree
Showing 26 changed files with 1,825 additions and 1,555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Unreleased

- Fixed cover image size inside table

## 0.3.0-beta.6 - 2023-11-09

- Update pdfkit to 0.14.0
- Update Roboto font (version 3.008)

## 0.3.0-beta.5 - 2023-02-19

- Fixed document buffer size. Node.js 18+ allow max 1 GiB.

## 0.3.0-beta.4 - 2022-12-17

- Minimal supported version Node.js 14 LTS
Expand Down
8 changes: 4 additions & 4 deletions build/fonts/Roboto.js

Large diffs are not rendered by default.

Binary file modified build/fonts/Roboto/Roboto-Italic.ttf
Binary file not shown.
Binary file modified build/fonts/Roboto/Roboto-Medium.ttf
Binary file not shown.
Binary file modified build/fonts/Roboto/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file modified build/fonts/Roboto/Roboto-Regular.ttf
Binary file not shown.
Loading

0 comments on commit 656d24c

Please sign in to comment.