Releases: SocketDotTech/plugin
Releases · SocketDotTech/plugin
v1.3.8
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
v1.3.5
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
v1.3.3
1.3.3 (10-01-2023)
What's Changed
- UX improvements by @salil-naik in #90
Full Changelog: v1.3.2...v1.3.3
v1.3.2
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
1.3.1 (3-12-2023)
What's Changed
- fix: default settings by @salil-naik in #88
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
1.2.6 (11-09-2023)
What's Changed
- feat: showing integrator fee in review page by @salil-naik in #86
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
v1.2.5 (2023-09-8)
What's Changed
- feat: fee router by @salil-naik in #83
Usage
<Bridge
provider={provider}
API_KEY={api_key}
feeParams={{
feePercent: 2.5,
feeTakerAddress: <address>
}}
/>
Full Changelog: v1.2.4...v1.2.5