Skip to content

Commit

Permalink
Merge branch '0.1' into feature/0.1/superscript
Browse files Browse the repository at this point in the history
* 0.1: (60 commits)
  fix auto page height for table bpampuch#2005
  0.1.68
  update dependencies
  fixed check window exists bpampuch#2037
  0.1.67
  refresh pdf examples
  fix for overrides window.Promise EP bpampuch#2026
  reformat
  bug-2021-bad-svg-parsing * switch to using xmldoc
  backport to 0.1: loading images via URL in browser
  bug-2021-bad-svg-parsing * fix for writeDimensions()
  bug-2021-bad-svg-parsing * failing test for writeDimensions()
  bug-2021-bad-svg-parsing * fix to ignore comments when identifying <svg> tag
  bug-2021-bad-svg-parsing * add failing tests
  0.1.66
  fonts available in cdn
  backport to 0.1: support for loading raw font files by url address via http(s) protocol for browser usage
  define node version in package.json
  fix for babel bpampuch#1846
  travis - run first on linux
  ...
  • Loading branch information
Nikita Moshensky committed Nov 16, 2020
2 parents c7ef78d + 9ab35f4 commit c8be117
Show file tree
Hide file tree
Showing 52 changed files with 14,795 additions and 6,878 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dev-playground/
docs/
examples/
tests/
build/fonts/
yarn.lock
composer.json
bower.json
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ language: node_js
node_js:
- 8
- 10
- 12
- node

os:
- windows
- linux
- windows
- osx

sudo: false

cache:
directories:
- node_modules
Binary file added build/fonts/Roboto/Roboto-Italic.ttf
Binary file not shown.
Binary file added build/fonts/Roboto/Roboto-Medium.ttf
Binary file not shown.
Binary file added build/fonts/Roboto/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file added build/fonts/Roboto/Roboto-Regular.ttf
Binary file not shown.
Loading

0 comments on commit c8be117

Please sign in to comment.