Skip to content

Releases: inokawa/remark-pdf

0.2.4

27 Jan 01:20

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

19 Jan 11:49

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

19 Jan 09:24

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

17 Jan 02:42

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

16 Jan 00:45

Choose a tag to compare

BREAKING CHANGES

pdfmake has been replaced by pdfkit for more control and future improvements.

A few features that depends on pdfmake have been removed for now. Basically, it's possible to reimplement them because pdfmake uses pdfkit internally. Please create an issue if you notice something (or PR welcome).

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

30 Dec 13:38

Choose a tag to compare

BREAKING CHANGES

  • remark-pdf/node has been merged into remark-pdf
  • The result is now ArrayBuffer only. If you need Blob or Buffer, please convert by yourself.

What's Changed

Full Changelog: 0.0.18...0.1.0

0.0.18

13 Dec 00:51

Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

0.0.17

02 Dec 01:03

Choose a tag to compare

What's Changed

  • improved storybook with live edit by @zetlen in #14
  • add preventOrphans boolean by @zetlen in #16
  • Styleable thematicBreak, listItem, and link by @zetlen in #15

Full Changelog: 0.0.16...0.0.17

0.0.16

01 Dec 03:10

Choose a tag to compare

What's Changed

  • Emojis as a separate text node, with 'emoji' style by @petasis in #12
  • Add custom font configuration by @zetlen in #13

New Contributors

Full Changelog: 0.0.15...0.0.16

0.0.15

09 Oct 10:08

Choose a tag to compare

What's Changed

  • Update pdfmake version to 0.2.20; fixed vfs initialisation in browser… by @petasis in #11

New Contributors

Full Changelog: 0.0.14...0.0.15