Skip to content

Releases: SocketDotTech/plugin

v1.3.8

Choose a tag to compare

@salil-naik salil-naik released this 24 Oct 11:59

1.3.8 (24-10-2024)

What's Changed

  • fix: protocol details on homescreen
  • fix: reverse sorting disabled in case of swaps

Full Changelog: v1.3.6...v1.3.8

v1.3.6

Choose a tag to compare

@salil-naik salil-naik released this 05 Feb 17:34

1.3.6 (05-02-2024)

What's new?

  • fix: displaying pending ARB rewards

Full Changelog: v1.3.5...v1.3.6

v1.3.5

Choose a tag to compare

@salil-naik salil-naik released this 04 Feb 14:44

1.3.5 (04-02-2024)

What's new?

  • ARB Incentives support
  • Added USD values to input & output
  • Added sort order for networks
  • UI enhancements

Full Changelog: v1.3.4...v1.3.5

v1.3.4

Choose a tag to compare

@salil-naik salil-naik released this 11 Jan 11:47

1.3.4 (11-01-2023)

What's Changed

  • Added onApprove function

Full Changelog: v1.3.3...v1.3.4

v1.3.3

Choose a tag to compare

@salil-naik salil-naik released this 10 Jan 13:51

1.3.3 (10-01-2023)

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

Choose a tag to compare

@salil-naik salil-naik released this 08 Dec 12:11

1.3.2 (8-12-2023)

What's Changed

  • updated socket sdk
  • linea address validation issue fixed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@salil-naik salil-naik released this 03 Dec 15:08
447b1cd

1.3.1 (3-12-2023)

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@salil-naik salil-naik released this 15 Sep 01:11
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

v1.2.6

Choose a tag to compare

@salil-naik salil-naik released this 11 Sep 07:59
5ec5539

1.2.6 (11-09-2023)

What's Changed

Note: by default the integrator fee will be displayed in the review page as add-on fee. You can hide it by passing hideIntegratorFee as a prop

Full Changelog: v1.2.5...v1.2.6

1.2.5

Choose a tag to compare

@salil-naik salil-naik released this 07 Sep 21:07
2a5317f

v1.2.5 (2023-09-8)

What's Changed

Usage

<Bridge 
  provider={provider} 
  API_KEY={api_key} 
  feeParams={{
     feePercent: 2.5, 
     feeTakerAddress: <address>
  }} 
/>

Full Changelog: v1.2.4...v1.2.5