Skip to content

Releases: argentlabs/argent-x

v3.2.1

24 Apr 20:40
Compare
Choose a tag to compare

What's Changed

  • chore(release): v3.2.0 by @janek26 in #525
  • ci: add automatic push for release branch by @janek26 in #526
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.20.0 by @dependabot in #527
  • chore(deps): bump @mui/icons-material from 5.6.1 to 5.6.2 by @dependabot in #528
  • chore(deps): bump starknet from 3.10.0 to 3.10.1 by @dependabot in #530
  • chore(deps-dev): bump eslint from 8.13.0 to 8.14.0 by @dependabot in #531
  • chore(deps-dev): bump tslib from 2.3.1 to 2.4.0 by @dependabot in #533
  • chore(deps): bump jose from 4.6.1 to 4.7.0 by @dependabot in #532
  • chore(deps-dev): bump @types/react from 18.0.5 to 18.0.6 by @dependabot in #535
  • chore(deps-dev): bump @types/node from 17.0.24 to 17.0.25 by @dependabot in #536
  • chore(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.20.0 by @dependabot in #534
  • chore(deps): bump react-hook-form from 7.29.0 to 7.30.0 by @dependabot in #538
  • chore(deps): bump @mui/material from 5.6.1 to 5.6.2 by @dependabot in #539
  • chore(deps-dev): bump @types/react-dom from 18.0.1 to 18.0.2 by @dependabot in #537
  • fix: inject more reliably by @janek26 in #540

Full Changelog: v3.2.0...v3.2.1

Activity 🚴‍♂️, Seed Phrases 😔 and Custom Networks 🌐

22 Apr 11:13
Compare
Choose a tag to compare

In preperation for Starkathon in AMS 🇳🇱 this release adds a bunch of new cool features.

What's Changed

Full Changelog: v3.1.1...v3.2.0

Fix fee estimation

11 Apr 09:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

05 Apr 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

11 Mar 11:57
a5b8a45
Compare
Choose a tag to compare

What's changed

  • New Cairo account which supports multicalls
  • Improvement of connection/authorization state in dapps
  • starknet.js v3 integration
  • UX improvements
  • Bug fixes

⚠️ This release contains breaking changes to the wallet: see here for details on the migration.

All changes

Full Changelog: v2.3.0...v3.0.0

v2.3.0

25 Feb 12:23
Compare
Choose a tag to compare

Summary of changes

  • Ability to rename accounts (thanks again @jgresham's for your contribution!)
  • Added ETH to default tokens on Goerli
  • Improved UX
  • Bug fixes and performance improvements

What's Changed

  • fix(release): point to npm registry by @janek26 in #283
  • fix(playground): allow signing in test dapp while there is pending transaction by @delaaxe in #296
  • refactor: rename playground to dapp to make it more obvious by @delaaxe in #297
  • feat(ui): add ETH to list of default tokens by @delaaxe in #308
  • feat(ui): improved backup flow by @delaaxe in #312
  • refactor(routes): always use functions for easier parametrization by @delaaxe in #325
  • fix: reject promises with errors instead of strings by @delaaxe in #327
  • fix: setIsDeployed true after account deployed by @jgresham in #323
  • feat: account names by @jgresham in #284
  • refactor(ui): rename wallet to account by @delaaxe in #328
  • feat: open recover screen in a tab on linux by @gergold in #329
  • feat(settings): better ux by @delaaxe in #330
  • feat(ui): show descriptive transaction errors by @delaaxe in #333

Full Changelog: v2.2.2...v2.3.0

v2.2.2

11 Feb 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.2.2

🐛 Reduce load on StarkNet sequencer

03 Feb 12:24
Compare
Choose a tag to compare

Just a quick patch release to reduce load on the StarkNet sequencer.

What's Changed

Full Changelog: v2.1.0...v2.1.3

🖥 Local network support

28 Jan 11:36
Compare
Choose a tag to compare

This release adds the ability to connect to local networks with the extension. Obviously we also added bug fixes and performance improvements. :-)

Breaking changes:

  • Interface for @argent/get-starknet has changed, you need to change the following:

instead of this:

const starknet = getStarknet({ showModal: true })
const [userWalletContractAddress] = await starknet.enable()

use this:

const starknet = getStarknet()
const [userWalletContractAddress] = await starknet.enable({ showModal: true })

What's changed

Full Changelog: v1.1.3...v2.1.0

⏰ Show pending transactions

10 Jan 10:57
Compare
Choose a tag to compare

This release completes the Argent X UX by introducing pending transactions.
It also changes get-starknet behavior

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3