Skip to content

Releases: PejmanNik/jikji

Jikji v0.4.2

Choose a tag to compare

@PejmanNik PejmanNik released this 15 Aug 13:14

Fixed

  • Fix page dimension issues #24

Jikji v0.4.0

Choose a tag to compare

@PejmanNik PejmanNik released this 20 Jul 19:21

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

Choose a tag to compare

@PejmanNik PejmanNik released this 08 Jul 16:57

[0.3.2]

Fixed

  • Fix duplicated header/footer issue in the Table component

Jikji v0.3.1

Choose a tag to compare

@PejmanNik PejmanNik released this 08 Jul 12:24

[0.3.1]

Fixed

  • Fix Next.Js issue with the library

Jikji v0.3.0

Choose a tag to compare

@PejmanNik PejmanNik released this 02 Jul 07:22

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

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@PejmanNik PejmanNik released this 18 Sep 05:14

Initial release

This release is published to npm and can be installed via npm i @jikji/react@0.1.0 and npm i @jikji/generator@0.1.0