Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.1]

Fixed

  • Fix page dimension issues

[0.4.0]

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

[0.3.2]

Fixed

  • Fix duplicated header/footer issue in the Table component

[0.3.1]

Fixed

  • Fix Next.Js issue with library

[0.3.0]

Changed

  • Breaking change in the Table component

Added

  • Add sandbox project for testing

Fixed

  • Fix PageBreak component issue in none-host component

[0.2.3]

Changed

  • Change readme files

[0.2.0]

Added

  • Add Table component

[0.1.0]

Added

  • Init project