Skip to content

Releases: thirdweb-dev/js

@thirdweb-dev/wallets@2.0.9

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

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

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/storage@2.0.2

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/sdk@4.0.8

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/react@4.0.9

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/react-native@0.3.14

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

  • #1806 4374bd4e Thanks @iketw! - Custom JWT support in React Native

    Enables passing a custom JWT to the embeddedWallet:

    import { embeddedWallet, useConnect } from "@thirdweb-dev/react-native";
    import { Button } from "react-native";
    import React from "react";
    
    const AppInner = () => {
      const connect = useConnect();
    
      const triggerConnect = async () => {
        connect(embeddedWallet(), {
          loginType: "jwt",
          password: "strong-password",
          jwt: "your-jwt",
        });
      };
    
      return (
        <Button title={"Connect with custom JWT"} onPress={triggerConnect} />
      );
    };
  • #1844 0b748f31 Thanks @iketw! - Migrate embedded wallet to new API in React Native

  • #1855 b6f72c56 Thanks @jnsdls! - require minimum node version: >=18

  • #1839 1934ef5f Thanks @vuittont60! - Fix typo in comments

  • #1841 b6267599 Thanks @iketw! - Update naming for embeddedWallet custom jwt setup

  • Updated dependencies [d1743a32, 4fa09df6, 6028a881, 0358722c, db0bbf51, 4cb6e287, 80def43d, 5917e626, 44f258d6, 7ff0b4d5, b6f72c56, 042459fe, cc651135, 1934ef5f]:

    • @thirdweb-dev/sdk@4.0.8
    • @thirdweb-dev/wallets@2.0.9
    • @thirdweb-dev/chains@0.1.56
    • @thirdweb-dev/react-core@4.0.9
    • @thirdweb-dev/storage@2.0.2

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

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare
@thirdweb-dev/react-native-compat@0.3.14

@thirdweb-dev/react-core@4.0.9

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/chains@0.1.56

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes

@thirdweb-dev/auth@4.1.1

27 Oct 18:43
f7bda09
Compare
Choose a tag to compare

Patch Changes