Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 19:20
· 4 commits to develop since this release

0.2.0 (2024-04-30)

Bug Fixes

  • added event.stopPropagation to RowActionMenuButton (c69e63d)
  • added null safety for SSIHoverText (b911546)
  • added stopPropagation to click handling of DropDOwnListItem (1325358)
  • Better column widths for tables. Colors for unknown tags (b468830)
  • fixed exports (c72e879)
  • fixed passing the rowData (0730c23)
  • Issue with styled types referred from @mui/system by sub package, causing compilation issues (18cddf4)
  • small style fixes (981b67c)

Features

  • (wip) added toast for react (1830e37)
  • add exporting the Row type (e21be03)
  • added additional react components (cd63922)
  • added CredentialIssuanceWizardView (cc59a15)
  • added CredentialViewItem and improvements (80103f1)
  • added draft credential status (0e18162)
  • added JSONDataView and additions to CredentialViewItem (9c84e89)
  • Added pagination controls to SSITableView in SSI React (d3ccd8c)
  • added reactElement to the cell types of the table (aebd863)
  • added row action functionality to the table view (04b3a9f)
  • added row selection and deletion to table component (c14b19e)
  • exported the SSICredentialMiniCardViewProps and modified the tableCellType from react_element to credential_card (bf8e8f0)
  • exposed and used enableHover option for columns (f594ddd)
  • modified ColumnHeader and made an options interface for the options we have (truncationLength & enableHover) (1418cba)
  • Update to newest RN, React 18.2, typescript (a801742)
  • Update to newest RN, React 18.2, typescript (fdbf028)