Skip to content

v1.3.0

Compare
Choose a tag to compare
@salil-naik salil-naik released this 15 Sep 01:11
· 24 commits to main since this release
30a4aa4

1.3.0 (15-09-2023)

What's Changed

  • feat: option to pass default sort preference
  • feat: option to pass initial source amount
  • chores: updated the supportedBridges type definition to include all supported bridges
    by @salil-naik in #87

Usage

// To set the default sort preference. Is set to 'output' by default 
// defaultSortPreference?: "time" | "output";

// To populate the plugin with initial amount. Is set only on initial render
// initialAmount?: string;

<Bridge
    defaultSortPreference="time"
    initialAmount="100"
/>

Full Changelog: v1.2.6...v1.3.0