Skip to content

0.3.4

Compare
Choose a tag to compare
@Ho3einWave Ho3einWave released this 23 Oct 11:37
· 328 commits to main since this release

Changelog

Version 0.3.4 - 2024-10-23

Refactors:

  • SwapButton Component:

    • Updated styles for the SwapButton component in SwapButton.tsx.
    • Added long press functionality to the SwapButton using the useLongPress hook from @uidotdev/usehooks.
    • Displayed the widget version in a toast message when the button is long-pressed.
  • Swap Component:

    • Updated styles in Swap.scss, including a new CSS class for the "text-provided" element.
    • Conditionally rendered the "text-provided" element in Swap.tsx based on the disable_provided_text option.
    • Integrated the Toaster component from react-hot-toast for displaying toast notifications.

Release Note

SwapButton Component Long Press and Style Updates

This version introduces long press functionality to the SwapButton, showing the widget version in a toast message. Styles for both the SwapButton and Swap components have been updated for a more polished UI.

Full Changelog: 0.3.3...0.3.4