Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

76 lines (43 loc) · 4.42 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-07-11)

Features

  • add support for file type columns (e1431a0)
  • add support for gtcr and image column types (2a974d9)
  • diplay tcr metadata if the field is a gtcr address (2ee206c)
  • improve error handling, upgrade packages and gtcr addr display (25c2594)
  • support link file column type (397dce2)
  • use @kleros/gtcr-encoder instead of local implementation (a4453e5)
  • use meta evidence from request (9ca58e4)

Bug Fixes

  • avoid running setup more than once (7ed7bcd)
  • decoding small ethereum addresses (0dbefbe)
  • display link on a new line (e44c6b3)
  • handle empty file field (af27e87)
  • item link should be opened on a new tab (2c0ec09)
  • remove archon since it is not used (bd1160a)
  • update to latest standard and add readme (b9b01ed)
  • warnings and improve display selector (d26aa30)
  • work around ethers-utils string decoder bug (1347397)

1.1.3 (2019-12-21)

Bug Fixes

  • avoid running setup more than once (7ed7bcd)
  • display link on a new line (e44c6b3)
  • item link should be opened on a new tab (2c0ec09)
  • update to latest standard and add readme (b9b01ed)

1.1.2 (2019-11-13)

Bug Fixes

  • item link should be opened on a new tab (2c0ec09)

1.1.1 (2019-11-13)

Bug Fixes

  • avoid running setup more than once (7ed7bcd)
  • display link on a new line (e44c6b3)

1.1.0 (2019-11-13)

Bug Fixes

  • attempt using injected web3 provider before fallback (cc10243)
  • missing homepage link (632a41e)
  • override antd and set html,body to default height and width values (7e382aa)
  • queries to infura must now include a fromBlock parameter (7cc9e48)

Features

  • fetch item from query string (b61b880)
  • fetch,decode and display item fields (270ca47)