Releases: skymavis/waypoint-js
Releases · skymavis/waypoint-js
waypoint@v4.1.0
waypoint@v4.0.2
waypoint@v4.0.1
What's Changed
- chore: update README by @red8paw in #85
- feat: move data field to hash by @nguyenhuugiatri in #86
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v4.0.0...waypoint@v4.0.1
waypoint@v3.1.2
waypoint@v4.0.0
What's Changed
- feat: unit testing for waypoint sdk (web) by @NigelNguyen in #64
- Update README by @monodyle in #62
- chore: improve common utils by @nguyenhuugiatri in #68
- refactor(headless): optimize wasm size by @red8paw in #69
- chore: remove unused core & internal libs by @red8paw in #70
- feat: move utils to common by @nguyenhuugiatri in #71
- feat: implement setup transfer shard A by @truongnhatquang21 in #72
- feat(headless): connect with delegated client shard by @red8paw in #73
- fix(headless): delegation scopes & env config by @red8paw in #74
- feat(playground): add waypoint hybrid connector by @red8paw in #75
- fix(playground): build error by @red8paw in #76
- refactor(headless)!: provider & client interface by @red8paw in #77
- feat(headless): more specific error on prepare transaction by @red8paw in #78
- feat(headless): tracking & CDN wasm by @red8paw in #79
- fix(headless): throw and export server error by @red8paw in #80
- feat: add tracker for staging environment by @red8paw in #81
- feat: remove public client & estimate gas by @red8paw in #82
- fix: add fiatAmount params for deposit popup by @truongnhatquang21 in #84
- bump(waypoint): version 4.0.0 by @red8paw in #83
New Contributors
- @truongnhatquang21 made their first contribution in #72
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v3.2.2...waypoint@v4.0.0
waypoint@v3.2.2
What's Changed
- fix: auth response types by @nguyenhuugiatri in #57
- feat: unit testing for CommunicateHelper by @NigelNguyen in #63
- Set default playground config to production by @monodyle in #65
- feat: deposit sdk by @nguyenhuugiatri in #61
- feat: support commonjs by @nguyenhuugiatri in #66
- feat(deposit): add init options by @nguyenhuugiatri in #67
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v3.1.1...waypoint@v3.2.2
waypoint@v3.1.1
What's Changed
- feat(example): free-gas type for saigon chain by @red8paw in #59
- fix(headless): change to session storage by @red8paw in #60
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v3.1.0...waypoint@v3.1.1
waypoint@v3.1.0
What's Changed
waypoint/core
is deprecated - move towaypoint/headless
- Support full headless flow via
waypoint/headless
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v3.0.0...waypoint@v3.1.0
waypoint@v3.0.0
Changelog
[3.0.0] - 2024-10-11
Added
- Support the Skynet API -
waypoint/skynet
. - Support the headless flow - interact with the Keyless wallet WITHOUT Waypoint popup -
waypoint/core
- SDK support get
secondaryAddress
that return from Ronin Waypoint - Example for
headless flow
Changed
- Combine the redirect-authorize flow to the
authorize
function - Provide the
mode
parameter to theauthorize
function -redirect | popup
accessToken
change totoken
- return from theauthorize
function
Fixed
- Fix
user rejected
error when call authorize & sign at the same time
waypoint@v2.0.3
What's Changed
- fix: module conflict on Nextjs/Remix by @nguyenhuugiatri in #37
Full Changelog: https://github.com/skymavis/waypoint-js/compare/waypoint@v2.0.2...waypoint@v2.0.3