Skip to content

Releases: PejmanNik/jikji

Jikji v0.4.2

15 Aug 13:14
Compare
Choose a tag to compare

Fixed

  • Fix page dimension issues #24

Jikji v0.4.0

20 Jul 19:21
Compare
Choose a tag to compare

Changed

  • Remove disableSnapshot property from Layout component
  • Change the engine to use the original component instead of the snapshot when possible
  • Error in loading image will not break the entire report

Fixed

  • Fix the break issue in the middle of the td (table row) element

Jikji v0.3.2

08 Jul 16:57
Compare
Choose a tag to compare

[0.3.2]

Fixed

  • Fix duplicated header/footer issue in the Table component

Jikji v0.3.1

08 Jul 12:24
Compare
Choose a tag to compare

[0.3.1]

Fixed

  • Fix Next.Js issue with the library

Jikji v0.3.0

02 Jul 07:22
Compare
Choose a tag to compare

Changed

  • Breaking change in the Table component:

Before:

<Table>
  <table>
    <thead>
     ....
    </thead>
.....
  </table>
 </Table>

After:

<Table>
  <thead>
   ....
  </thead>
.....
 </Table>

Added

  • Add sandbox project for testing

Fixed

  • Fix PageBreak component issue in the none-host component

0.1.0

18 Sep 05:14
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release

This release is published to npm and can be installed via npm i @jikji/[email protected] and npm i @jikji/[email protected]