Skip to content

Releases: thirdweb-dev/js

thirdweb@0.13.25

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/wallets@2.3.0

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Minor Changes

  • #2018 33c9f6b1 Thanks @iketw! - Enforces passing an encryption key for custom jwt auth

    const embedded = useEmbeddedWallet();
    
    embedded.connect({
      jwt: "<token>",
      encryptionKey: "<my-key>",
      strategy: "jwt",
    });

Patch Changes

  • #2070 de5ebc90 Thanks @MananTank! - Fix assertWindowEthereum - actually check if window.ethereum is truthy or not instead of just checking "ethereum" in window

  • #2080 e10173bf Thanks @adam-maj! - Add support for signTransaction to smart wallets

  • #2077 09bafa9a Thanks @joaquim-verges! - Respect value in smart wallet gas estimations + add getUserOpReceipt utility function

@thirdweb-dev/unity-js-bridge@0.3.0

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Minor Changes

  • #2018 33c9f6b1 Thanks @iketw! - Enforces passing an encryption key for custom jwt auth

    const embedded = useEmbeddedWallet();
    
    embedded.connect({
      jwt: "<token>",
      encryptionKey: "<my-key>",
      strategy: "jwt",
    });

Patch Changes

@thirdweb-dev/react@4.1.15

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/react-native@0.5.0

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Minor Changes

  • #2018 33c9f6b1 Thanks @iketw! - Enforces passing an encryption key for custom jwt auth

    const embedded = useEmbeddedWallet();
    
    embedded.connect({
      jwt: "<token>",
      encryptionKey: "<my-key>",
      strategy: "jwt",
    });

Patch Changes

@thirdweb-dev/react-native-compat@0.5.0

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare
@thirdweb-dev/react-native-compat@0.5.0

@thirdweb-dev/react-core@4.1.15

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/auth@4.1.17

13 Dec 00:15
c97e51b
Compare
Choose a tag to compare

Patch Changes

thirdweb@0.13.24

09 Dec 06:34
046603a
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bcfa9463]:
    • @thirdweb-dev/sdk@4.0.21
    • @thirdweb-dev/wallets@2.2.1
    • @thirdweb-dev/auth@4.1.16

thirdweb@0.13.23

09 Dec 02:07
42bda87
Compare
Choose a tag to compare

Patch Changes