Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 528 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 528 Bytes

Changelog

0.0.3

Jul 21, 2019

  • Added the customElements prop that allows custom table elements for: table, tbody, td, tfoot, th, thead, tr

0.0.2

Jun 23, 2019

  • Added tests using Jest for:
    • Helper functions: getNestedValue, getLastValue
  • Added the example distribution file for dynamic demo deployment
  • Added a keyId prop to let the rendering use it as React's key in loops
  • Added tests using Enzyme for:
    • Helper component: Link

0.0.1

Jun 19, 2019

  • First draft