Skip to content

Jikji v0.3.0

Compare
Choose a tag to compare
@PejmanNik PejmanNik released this 02 Jul 07:22
· 12 commits to main since this release

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