Skip to content

Latest commit

 

History

History
1039 lines (696 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

1039 lines (696 loc) · 24.2 KB

@aptos-labs/wallet-adapter-nextjs-example

3.5.0

Minor Changes

  • 80a3c8a: Support network based API key

Patch Changes

3.4.22

Patch Changes

3.4.21

Patch Changes

3.4.20

Patch Changes

3.4.19

Patch Changes

3.4.18

Patch Changes

3.4.17

Patch Changes

3.4.16

Patch Changes

3.4.15

Patch Changes

3.4.14

Patch Changes

3.4.13

Patch Changes

3.4.12

Patch Changes

3.4.11

Patch Changes

3.4.10

Patch Changes

3.4.9

Patch Changes

3.4.8

Patch Changes

3.4.7

Patch Changes

3.4.6

Patch Changes

3.4.5

Patch Changes

3.4.4

Patch Changes

3.4.3

Patch Changes

3.4.2

Patch Changes

3.4.1

Patch Changes

3.4.0

Minor Changes

  • 96df1f7: Added Aptos Connect education screens to the wallet selector modal.

Patch Changes

3.3.4

Patch Changes

3.3.3

Patch Changes

3.3.2

Patch Changes

3.3.1

Patch Changes

3.3.0

Minor Changes

  • 6bec234: Added privacy policy disclaimer below Aptos Connect login options.

Patch Changes

3.2.1

Patch Changes

3.2.0

Minor Changes

  • 07ee265: Support dappConfig user prop to set SDK wallets configuration

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

  • 2e9b7df: Moved Aptos Connect wallets to separate section in shadcn/ui wallet selector

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

  • d1f3ce6: Remove IdentityConnect and Petra plugins in favor of AIP-62 Petra and AptosConnect

3.0.1

Patch Changes

  • 716fd69: Fixed a bug where "More wallets" would still be displayed in the shadcn/ui wallet selector even if there aren't more wallets.

3.0.0

Major Changes

  • 2e9c156: Overhauled the app to use the latest version of Next.js and shadcn/ui. The app is now mobile-responsive, has a light/dark mode toggle, and includes a shadcn/ui wallet selector.

Patch Changes

2.11.0

Minor Changes

  • 79b1bf8: Add AptosConnect

Patch Changes

2.10.6

Patch Changes

2.10.5

Patch Changes

2.10.4

Patch Changes

2.10.3

Patch Changes

2.10.2

Patch Changes

2.10.1

Patch Changes

2.10.0

Minor Changes

  • 2c826a4: Support account prop to be of AIP-62 AccountInfo type

Patch Changes

2.9.0

Minor Changes

  • 6a58c61: Add Petra as a AIP-62 compatible wallet

Patch Changes

2.8.1

Patch Changes

2.8.0

Minor Changes

  • ef53f38: AIP-62 standard compatible wallet registry list

Patch Changes

2.7.5

Patch Changes

2.7.4

Patch Changes

2.7.3

Patch Changes

2.7.2

Patch Changes

2.7.1

Patch Changes

2.7.0

Minor Changes

  • 245ce8d: Support a custom network defined in a Wallet

Patch Changes

2.6.3

Patch Changes

2.6.2

Patch Changes

2.6.1

Patch Changes

2.6.0

Minor Changes

  • 4d6e2f6: Add AIP-62 wallet standard support

Patch Changes

2.5.0

Minor Changes

  • 8ebd4c7: Upgrade Aptos ts sdk version to 1.6.0

Patch Changes

2.4.2

Patch Changes

2.4.1

Patch Changes

2.4.0

Minor Changes

  • 570cbda: Update @aptos-labs/ts-sdk package version to 1.3.0

Patch Changes

2.3.1

Patch Changes

2.3.0

Minor Changes

  • 12163ca: Updated SDK dependencies

Patch Changes

2.2.2

Patch Changes

  • a1c08cc: Export missing InputTransactionData type
  • Updated dependencies [a1c08cc]

2.2.1

Patch Changes

2.2.0

Minor Changes

  • 6257015: [deps] Updated aptos and @aptos-labs/ts-sdk dependencies to latest versions
  • aa3d15a: Make sender optional when sign and submit single signer transaction

Patch Changes

2.0.0

Major Changes

  • 31e0084: Support TypeScript SDK V2. Fully compatible with existing SDK V1 and Wallet Adapter V1 but with a full SDK V2 support for the dapp.

    • Add support for SDK V2 input types
    • signAndSubmitTransaction() accept only SDK V2 transaction input type
    • Implement a submitTransaction() function for multi signers transactions
    • signTransaction() to support both SDK V1 and V2 versions
    • Convert wallet SignedTransaction response from signTransaction() to TS SDK V2 AccountAuthenticator
    • Demo app to demonstrate different trnsaction flows - single signer, sponsor and multi agent transactions
    • Reject promise on core and/or provider errors instead of just returning false
    • Use @aptos-labs/ts-sdk@experimental version 0.0.7

Patch Changes

1.3.0

Minor Changes

  • 7acfa69: Adding support for the new Typescript SDK in the package @aptos-labs/ts-sdk. The wallet adapter now supports submitting a basic transaction with the new SDK types.

Patch Changes

1.2.11

Patch Changes

1.2.10

Patch Changes

  • 0a60c6f: Refactor to use onError adapter provider prop
  • 63cf617: Use ReactNode for the AlertProvider success/error text

1.2.9

Patch Changes

  • 13a0b37: Add PetraWallet back into the example dApp

1.2.8

Patch Changes

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • 1672a0e: Add mobile wallet support on Ant Design wallet selector modal

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • d8d5a8a: Support deeplink on React Provider and Nextjs demo app

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • e03f79c: Update Blocto and Martian package version and fix a minor autoConnect bug

Patch Changes

0.3.0

Minor Changes

  • f62830b: Add MUI framework design package to the wallet adapter with updated nextjs example

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 8124d54: Create wallet selector modal with ant design

Patch Changes

0.1.1

Patch Changes

  • c3eb031: Export WalletReadyState enum from react package
  • Updated dependencies [c3eb031]

0.1.0

Minor Changes

  • 6e53116: Add support to verify a signed message

Patch Changes

  • Updated dependencies [18a0429]
  • Updated dependencies [42e29f6]
  • Updated dependencies [576bb57]
  • Updated dependencies [6e53116]