pdfmake 0.1.71 → 0.2.2

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # Changelog
2
+
3
+ ## 0.2.2 - 2021-08-02
4
+
5
+ - Fixed compatibility with Internet Explorer 11
6
+
7
+ ## 0.2.1 - 2021-08-02
8
+
9
+ - Upgrade Unicode Line Breaking Algorithm (UAX #14) to Unicode 13.0.0
10
+ - Updated [@foliojs-fork/pdfkit](https://github.com/foliojs-fork/pdfkit) to version 0.12.3.
11
+ - Updated [@foliojs-fork/linebreak](https://github.com/foliojs-fork/linebreak) to version 1.11.1.
12
+
13
+ ## 0.2.0 - 2021-07-05
14
+
15
+ - Move to [@foliojs-fork](https://github.com/foliojs-fork) packages with up-to-date dependecies and security bug fixes and others. These are the libraries [@foliojs-fork/fontkit](https://github.com/foliojs-fork/fontkit), [@foliojs-fork/restructure](https://github.com/foliojs-fork/restructure), [@foliojs-fork/linebreak](https://github.com/foliojs-fork/linebreak) which are used in [@foliojs-fork/pdfkit](https://github.com/foliojs-fork/pdfkit).
16
+ - Upgrade Unicode Line Breaking Algorithm (UAX #14) to Unicode 12.0.0
17
+ - Introduced new `build-vfs.js` script to build virtual file system for fonts (see [documentation](https://pdfmake.github.io/docs/0.1/fonts/custom-fonts-client-side/vfs/)).
18
+ - Removed support Node.js 8 and 10. Minimum required version is 12 LTS.
19
+ - Removed support Internet Explorer 10. Supported only Internet Explorer 11.
20
+ - Removed gulp.
package/README.md CHANGED
@@ -1,11 +1,8 @@
1
- # pdfmake [![Node.js CI][githubactions_img]][githubactions_url] [![Build Status][travis_img]][travis_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]
1
+ # 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]
2
2
 
3
3
  [githubactions_img]: https://github.com/bpampuch/pdfmake/workflows/Node.js%20CI/badge.svg?branch=0.1
4
4
  [githubactions_url]: https://github.com/bpampuch/pdfmake/actions
5
5
 
6
- [travis_img]: https://travis-ci.org/bpampuch/pdfmake.svg?branch=master
7
- [travis_url]: https://travis-ci.org/bpampuch/pdfmake
8
-
9
6
  [github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg
10
7
  [github_url]: https://github.com/bpampuch/pdfmake/releases/latest
11
8
 
@@ -54,11 +51,11 @@ Check out [the playground](http://bpampuch.github.io/pdfmake/playground.html) an
54
51
 
55
52
  Documentation URL: https://pdfmake.github.io/docs/
56
53
 
57
- ## Building from sources version 0.1.x
54
+ ## Building from sources version 0.2.x
58
55
 
59
56
  using npm:
60
57
  ```
61
- git clone --branch 0.1 https://github.com/bpampuch/pdfmake.git
58
+ git clone --branch 0.2 https://github.com/bpampuch/pdfmake.git
62
59
  cd pdfmake
63
60
  npm install
64
61
  npm run build
@@ -66,7 +63,7 @@ npm run build
66
63
 
67
64
  using yarn:
68
65
  ```
69
- git clone --branch 0.1 https://github.com/bpampuch/pdfmake.git
66
+ git clone --branch 0.2 https://github.com/bpampuch/pdfmake.git
70
67
  cd pdfmake
71
68
  yarn
72
69
  yarn run build