Skip to content

Releases: dmk99/react-pdf-table

0.4.1

12 Feb 15:47
Compare
Choose a tag to compare

Fix issue with nested tables not correctly handling rendering the top border if there was no header defined.
renderTopBorder was not taking into account nested tables this has now been fixed.

Release 0.4.0

12 Feb 15:13
Compare
Choose a tag to compare

Includes support for zebra rows (alternating row colours).
Fixes some typing issues.

v0.3.0

05 Feb 10:33
Compare
Choose a tag to compare
  • Updated styles to style and matched the type to match the react-pdf definition
  • Added typedoc generated documentation based off the jsdoc.

0.1.1

11 Aug 02:33
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Removed TableRow from the exported classes. #2
  • Updated documentation to reflect that TableRow should not be used directly. #2
  • Partially fixed IE 11 support in the storybook. #3