Skip to content

Commit be50263

Browse files
committed
Merge branch 'master' into features/table-alignment
2 parents ae49d78 + d5c9546 commit be50263

File tree

86 files changed

+57014
-63523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+57014
-63523
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node-version: [18.x, 20.x]
17+
node-version: [18.x, 20.x, 22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.git*
2+
.idea/
23
dev-playground/
34
docs/
45
examples/
@@ -9,7 +10,7 @@ yarn.lock
910
composer.json
1011
bower.json
1112
.editorconfig
12-
.eslintrc.json
13+
eslint.config.mjs
1314
build-fonts.js
1415
build-examples.js
1516
babel.config.json

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.3.0-beta.16 - 2025-04-26
4+
5+
- Update pdfkit to 0.17.0
6+
- Update Roboto font (version 3.011)
7+
- Fixed URL resolving for same URL in browser
8+
- Fixed sharing URL resolver for not available URLs
9+
10+
## 0.3.0-beta.15 - 2025-01-01
11+
12+
- Reverted to the original `pdfkit` package, moving away from `@foliojs-fork`
13+
- Update pdfkit to 0.16.0
14+
- Fixed a potential issue in the minimized library when detecting the orientation of JPEG images
15+
16+
## 0.3.0-beta.14 - 2024-12-23
17+
18+
- Fixed big size pdfmake bundle for browser
19+
20+
## 0.3.0-beta.13 - 2024-12-15
21+
22+
- Update pdfkit to 0.15.2
23+
- Fixed speed in Node.js if is fetching URL for image or font redirected
24+
- Fixed aspect ratio for image with exif orientation tag
25+
- Fixed font size calculation for watermark if is page orientation is changed
26+
327
## 0.3.0-beta.12 - 2024-11-03
428

529
- Added support PDF/A and PDF/UA (see [documentation](https://pdfmake.github.io/docs/0.3/document-definition-object/pdfa/))
@@ -45,7 +69,7 @@
4569
- Allow the document language to be specified
4670
- Fixed cover image size inside table
4771
- Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
48-
- Fixed invalid source-maps in builded js file
72+
- Fixed invalid source-maps in built js file
4973

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

@@ -71,7 +95,7 @@
7195
## 0.3.0-beta.2 - 2022-04-01
7296

7397
- Attachments embedding
74-
- Support passing headers to request for loading font files and images via URL adresses
98+
- Support passing headers to request for loading font files and images via URL addresses
7599

76100
## 0.3.0-beta.1 - 2022-01-01
77101

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014-2015 bpampuch
4-
2016-2024 liborm85
4+
2016-2025 liborm85
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# pdfmake [![Node.js CI][githubactions_img]][githubactions_url] [![GitHub][github_img]][github_url] [![npm][npm_img]][npm_url] [![Bower][bower_img]][bower_url] [![Packagist][packagist_img]][packagist_url] [![CDNJS][cdnjs_img]][cndjs_url]
22

3-
[githubactions_img]: https://github.com/bpampuch/pdfmake/workflows/Node.js%20CI/badge.svg?branch=master
3+
[githubactions_img]: https://github.com/bpampuch/pdfmake/actions/workflows/node.js.yml/badge.svg?branch=master
44
[githubactions_url]: https://github.com/bpampuch/pdfmake/actions
55

6-
[github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg
6+
[github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg?colorB=0E7FBF
77
[github_url]: https://github.com/bpampuch/pdfmake/releases/latest
88

99
[npm_img]: https://img.shields.io/npm/v/pdfmake.svg?colorB=0E7FBF

build/fonts/Roboto.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
232 Bytes
Binary file not shown.
220 Bytes
Binary file not shown.
240 Bytes
Binary file not shown.
224 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)