Releases: PejmanNik/jikji
Releases · PejmanNik/jikji
Jikji v0.4.2
Jikji v0.4.0
Changed
- Remove
disableSnapshot
property fromLayout
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
[0.3.2]
Fixed
- Fix duplicated header/footer issue in the Table component
Jikji v0.3.1
[0.3.1]
Fixed
- Fix Next.Js issue with the library
Jikji v0.3.0
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
Initial release
This release is published to npm and can be installed via npm i @jikji/[email protected]
and npm i @jikji/[email protected]