pdfmake 0.3.0-beta.1 → 0.3.0-beta.3

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 CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
- 0.3.0-beta.1 - 2022-01-01
3
+ ## 0.3.0-beta.3 - 2022-10-09
4
+
5
+ - Updated Roboto font (version 3.005)
6
+ - Fixed calculating auto page height
7
+ - Fixed TrueType Collection loading from URL
8
+ - Fixed refetching fonts from URL
9
+
10
+ ## 0.3.0-beta.2 - 2022-04-01
11
+
12
+ - Attachments embedding
13
+ - Support passing headers to request for loading font files and images via URL adresses
14
+
15
+ ## 0.3.0-beta.1 - 2022-01-01
4
16
 
5
17
  - Port code base to ES6+
6
18
  - Unify interface for node and browser **(breaking change)**
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2014-2015 bpampuch
4
- 2016-2021 liborm85
4
+ 2016-2022 liborm85
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of
7
7
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -51,7 +51,9 @@ Check out [the playground](http://bpampuch.github.io/pdfmake/playground.html) an
51
51
 
52
52
  ## Documentation
53
53
 
54
- Documentation URL: https://pdfmake.github.io/docs/
54
+ **Documentation URL: https://pdfmake.github.io/docs/**
55
+
56
+ Source of documentation: https://github.com/pdfmake/docs **Improvements are welcome!**
55
57
 
56
58
  ## Building from sources
57
59