Releases: argentlabs/argent-x
v4.8.4
- 👋 Improved onboarding experience for new users
- 🧭 Use StarkScan or Voyager block explorer via Settings
- 🕵️ Better detection of transaction types in the Activity tab
- 💪 First contribution from the awesome @ismaeldm95
- 🐛 Lots of smaller features and bug fixes for a better overall experience
What's Changed
- chore: rename 'unknown' by @simonheys in #1238
- chore: change feedback link by @simonheys in #1235
- fix: gracefully handle very long token names and balance by @simonheys in #1236
- fix: mainnet rich transactions by @simonheys in #1239
- feat: Rename 'collectibles' to 'NFTs' across the UI by @ismaeldm95 in #1240
- feat: transaction review value by @simonheys in #1237
- fix: zero pad voyager contract url address by @simonheys in #1257
- feat: parse erc20 approve by @simonheys in #1256
- feat: additional transactions by @simonheys in #1253
- fix: update test snapshot by @simonheys in #1258
- fix: prevent 'Argent X' text wrapping by @simonheys in #1282
- fix: copy address by @simonheys in #1281
- fix: remove non-functional 'hide token' option on nft by @simonheys in #1280
- feat: known nfts by @simonheys in #1254
- feat: update known dapps by @simonheys in #1284
- feature: full screen onboarding by @simonheys in #1234
- fix: reset transaction review on dismiss by @dhruvkelawala in #1288
- feat: add StarkScan / Voyager settings by @simonheys in #1283
New Contributors
- @ismaeldm95 made their first contribution in #1240
Full Changelog: v4.8.3...v4.8.4
v4.8.3
What's Changed
- fix(ui): replace placeholder text by @simonheys in #1199
- fix(ui): update experimental text by @simonheys in #1200
- fix(ui): always allow delete in input fields by @simonheys in #1215
- fix(ui): check and ignore sequencer transfers by @simonheys in #1217
Full Changelog: v4.8.2...v4.8.3
v4.8.2
What's Changed
- fix: e2e tests by @simonheys in #1181
- feat: in-store-review by @dhruvkelawala in #1173
- chore(dev): add explorer base url by @simonheys in #1179
- fix(storybook): broken docs layout by @simonheys in #1178
- chore: rename "Ethereum Mainnet“ to “Mainnet“ by @simonheys in #1182
- fix: crushed icon when title is long by @simonheys in #1183
- fix(ui): expand arrow by @simonheys in #1184
- Release/v4.8.1 by @janek26 in #1176
- Backmerge by @janek26 in #1185
Full Changelog: v4.8.1...v4.8.2
v4.8.1
What's Changed
- Release/v4.8.0 by @janek26 in #1147
- update session with RequestSession by @gregoryguillou in #1150
- fix: improve display of long account name in list by @simonheys in #1151
- export the Policy interface by @gregoryguillou in #1152
- Backmerge by @janek26 in #1148
- feat: add known dapps by @simonheys in #1149
- chore(deps-dev): bump @rollup/plugin-node-resolve from 13.3.0 to 14.0.0 by @dependabot in #1157
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.36.2 by @dependabot in #1156
- chore(deps-dev): bump @vitejs/plugin-react from 2.0.1 to 2.1.0 by @dependabot in #1159
- chore(deps): bump @mui/material from 5.10.3 to 5.10.4 by @dependabot in #1155
- chore(deps-dev): bump vitest from 0.22.1 to 0.23.1 by @dependabot in #1158
- chore(deps): bump starknet from 4.4.1 to 4.4.2 by @dependabot in #1160
- chore(deps): bump @google/model-viewer from 1.12.0 to 1.12.1 by @dependabot in #1161
- chore(deps-dev): bump @playwright/test from 1.25.1 to 1.25.2 by @dependabot in #1163
- chore(deps-dev): bump vite from 3.0.9 to 3.1.0 by @dependabot in #1164
- chore(deps-dev): bump eslint-plugin-react from 7.31.1 to 7.31.7 by @dependabot in #1165
- chore(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.36.2 by @dependabot in #1166
- chore(deps-dev): bump @types/node from 18.7.15 to 18.7.16 by @dependabot in #1168
- chore(deps-dev): bump concurrently from 7.3.0 to 7.4.0 by @dependabot in #1167
- chore(deps-dev): bump @types/chrome from 0.0.195 to 0.0.196 by @dependabot in #1162
- fix: address field crash by @simonheys in #1171
- fix: nft save address opens sheet by @simonheys in #1170
- fix: remove stray console.log by @simonheys in #1169
- fix: remove unused vars reported by lint by @simonheys in #1174
- fix: notification trigger by @simonheys in #1153
- fix: unable to add network by @simonheys in #1172
- ci: replace devnet image by @janek26 in #1154
- fix: zero balance send by @simonheys in #1175
New Contributors
- @gregoryguillou made their first contribution in #1150
Full Changelog: v4.8.0...v4.8.1
v4.8.0
-
🖼️ Nfts get now shown grouped by collection, thanks to @dhruvkelawala !
-
💥 We're also introducing (still secret, please dont advertise to your users 🤫) plugin accounts, with the first plugin being the long awaited sessions, which will lift gaming to a new level!
-
🚴 And an all new Activity feed look and feel brought to you by @simonheys ! There's much more to it, but we need some extra time to enable that extra 👀
-
🐛 Some tinier features and bug fixes, most notably if you add already exiting tokens through your dapp programmatically Argent X doesn't popup anymore.
-
And thanks for @omahs first contribution, we hope there are many to come!
What's Changed
- Feat/activity infinite scroll by @simonheys in #1109
- Release/v4.7.3 by @janek26 in #1116
- Backmerge by @janek26 in #1117
- feat: nft collections by @dhruvkelawala in #1114
- feat: allow user to copy token address by @janek26 in #1134
- Feat/argent plugin accounts by @dhruvkelawala in #1031
- feat: pending transactions UI by @simonheys in #1135
- Fix: typos by @omahs in #1144
- Feature/release-changes by @janek26 in #1145
- fix: existing tokens by @janek26 in #1143
- fix: gracefully handle malformed nft by @simonheys in #1146
- feat: new transaction feed by @simonheys in #1108
New Contributors
Full Changelog: v4.7.3...v4.8.0
v4.7.3
This release is fixing an issue which increased the nonce further on failing transactions. This was spotted during Influenceth test session
What's Changed
- chore: refactor api hook to promise by @simonheys in #1110
- Release/v4.7.2 by @janek26 in #1086
- Backmerge by @janek26 in #1113
- feat: pending transactions badge by @simonheys in #1112
- fix: nonce management by @janek26 in #1115
Full Changelog: v4.7.2...v4.7.3
v4.7.2
What's Changed
- fix: don't show tokens until account is deployed by @simonheys in #1084
- Release/v4.7.1 by @janek26 in #1083
- backmerge by @janek26 in #1085
Full Changelog: v4.7.1...v4.7.2
v4.7.1
What's Changed
- Release/v4.6.4 by @janek26 in #1072
- Backmerge by @janek26 in #1076
- Release/v4.7.0 by @janek26 in #1075
- Backmerge by @janek26 in #1077
- fix: add token to wallet rpc message by @dhruvkelawala in #1078
- fix: update formatter to better handle small fees by @simonheys in #1081
- chore: add invalid test cases for status message by @simonheys in #1082
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- feat: Multiple status messages by @simonheys in #1073
- chore: refactor transaction ui by @simonheys in #1074
- Chore/manifest-v3 by @janek26 in #964
Full Changelog: v4.6.4...v4.7.0
v4.6.4
What's Changed
- Feat/update settings storage by @dhruvkelawala in #993
- chore(release): manifest v4.6.2 by @janek26 in #1018
- fix: adjust polling behaviour by @simonheys in #1016
- Fix/develop-build by @dhruvkelawala in #1019
- Feat/address book by @dhruvkelawala in #1012
- feat: status message by @simonheys in #1013
- feat: transaction review by @simonheys in #1021
- fix: upload sentry sourcemaps only on release tags by @dhruvkelawala in #1027
- feat: ramp integration by @simonheys in #1017
- Feat/mintsquare-mainnet support by @dhruvkelawala in #1020
- feat: add recommended badge to Ramp by @simonheys in #1028
- Release/v4.6.3 by @janek26 in #1030
- feat: enable ramp by @janek26 in #1071
- Backmerge by @janek26 in #1070
Full Changelog: v4.6.3...v4.6.4