Skip to content

sygmaprotocol-widget: v0.1.0

Compare
Choose a tag to compare
@MakMuftic MakMuftic released this 22 Apr 09:37
31fa5f3

0.1.0 (2024-04-19)

Features

  • action buttons v2 (#91) (5b2fbc5)
  • add account balance refreshing for erc20 and evm native token (#88) (e135edc)
  • adding token balance to amount component (c7b6268)
  • address to transfer (#56) (9fa87ad)
  • allow bridge environment configuration (#104) (7dd44e4)
  • amount input styles update (#77) (6101005)
  • base implementation of network selector for the widget component (b04ac49)
  • base interface implementation for react package (#61) (0f38d7c)
  • base layout for widget + styles (e259dca)
  • changes to properties names (291e753)
  • creation of mixin for property declaration and using component to render view (d22772e)
  • EmvWallet class base implementation (74c9649)
  • evm and substrate wallet connection (#72) (ccf2049)
  • evm token transfer logic (#95) (7ae8547)
  • externalize wallet connect connection through props (#94) (cc8617d)
  • improvements on selector implementation and misc changes (940317f)
  • network selector component (#70) (003416e)
  • overlay (#79) (751ddb1)
  • remove wrong entrypoint for the widget (9e0007e)
  • removing abi definition, calling sdk function to get balance and updating package.json file (95b0653)
  • renaming files, improvements over style and adding the components into the main layout (edd4e35)
  • reset fields after transfer is complete (#163) (762e95a), closes #133
  • SDK Manager package (#25) (f9a8793)
  • set destination address for EVM (#129) (679346a)
  • small modifications to amount component and connect component (1fda019)
  • transfer status (#89) (76c0265)
  • upon clicking on max, render max value and trigger change event (24746f5)
  • utils functions, styles on diff file and rendering icons per chain id (a2bc154)

Bug Fixes

  • add css reset (#75) (d512f58)
  • address input not submitted on paste (#108) (9acf7f0)
  • amount selector prefilled with zero (#109) (b178429)
  • bug where user could proceed with invalid destination address (#176) (634a121), closes #164
  • clear wallet context on disconnect (#152) (4a497e2)
  • easier amount input (#159) (8d6620e)
  • error where start new transfer isn't working (#126) (ca4ece0)
  • evm amount is now calculated as user input minus the fee (#143) (d29771e)
  • fix sygma namespace (f9ab963)
  • incorrect transfer state when disconnecting wallet after transfer completed (#130) (359e6df)
  • input type and conditional render for token icon (25d7db3)
  • linter issue with style module (edc34bb)
  • max button rounds value (#137) (01901e6)
  • misc fixes with icons (#85) (fedbcd9)
  • prevent new lines and spaces in address input (#81) (44a318e)
  • re-validate on account balance change (#107) (7935f81)
  • removing log (71f42d6)
  • specific dispatchers either for network or token selector (1ba9de3)
  • substrate address not validated bug (#128) (74191b1)
  • switch networks and misc fixes (#127) (db9ad8a)
  • Switching to a different TOKEN mapping for "From - TO" relationship is not updated in UI if amount is inserted (#160) (e2d16fd)
  • update sygma sdk version (#82) (6d8447a)
  • widget cloudflare deploy (#68) (fe6c36f)

Miscellaneous Chores