Releases: FuelLabs/fuel-connectors
v0.29.0
@fuels/[email protected]
Minor Changes
- #296
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providers
Patch Changes
- #282
50488ae
Thanks @arthurgeron! - Burner is now only included in default connectors on dev mode.
@fuels/[email protected]
Minor Changes
-
#289
3c55d25
Thanks @luizstacio! - AddsuggestBridge
option toFuelUIProvider
to enable/disable the bridge dialog for users flows. -
#289
3c55d25
Thanks @luizstacio! - Add Networks configuration toFuelUIProvider
to allow users to provide a list of supported networks with their repesctive bridges. -
#289
3c55d25
Thanks @luizstacio! - Addquery
options for customization ofuseNamedQuery
on hooks. This can help to improve number of requests in cases of multiple checks like balances. -
#285
65924f3
Thanks @arthurgeron! - Add FuelChainProvider -
#289
3c55d25
Thanks @luizstacio! - AdduseIsSupportedNetwork
hook to check if the current network is supported by the user.
Patch Changes
-
#270
e2c5149
Thanks @helciofranco! - RenderConnect
modal using React.Portal in order to have a consistent modal stacking in external projects. -
#268
ca76a50
Thanks @helciofranco! - Remove@types/react
from the bundle. -
#285
65924f3
Thanks @arthurgeron! - Moved icons and global stylings to HOC -
#271
366ffa9
Thanks @arthurgeron! - Group connectors between native and external
v0.28.1
@fuels/[email protected]
@fuels/[email protected]
Patch Changes
-
#257
b789ad0
Thanks @helciofranco! - Sort connectors byconnected
and theninstalled
status. -
#257
b789ad0
Thanks @helciofranco! - Add aInstalled
andConnected
badge in the Connectors List.
v0.28.0
@fuels/[email protected]
Minor Changes
-
#252
eea98c9
Thanks @helciofranco! - Update SDK to0.94.6
version. https://github.com/FuelLabs/fuels-ts/releases/tag/v0.94.6 -
#224
1f6ee86
Thanks @helciofranco! - Bump pnpm version to v9.5.0
@fuels/[email protected]
Minor Changes
-
#252
eea98c9
Thanks @helciofranco! - Update SDK to0.94.6
version. https://github.com/FuelLabs/fuels-ts/releases/tag/v0.94.6 -
#224
1f6ee86
Thanks @helciofranco! - Bump pnpm version to v9.5.0 -
#251
d10db6d
Thanks @helciofranco! - AdduseSelectNetwork
to select a network in the connected app. -
#251
d10db6d
Thanks @helciofranco! - AdduseNetworks
to get the list of networks available in the connected app. -
#251
d10db6d
Thanks @helciofranco! - DeprecateuseAddNetwork
hook. UseuseSelectNetwork
instead.
Patch Changes
-
#246
b662c8d
Thanks @helciofranco! - Add optional query parameters touseConnectors
, allowing developers to customize theselect
query. -
#246
b662c8d
Thanks @helciofranco! - Sort connectors by name in theConnect Wallet
modal.
v0.27.1
@fuels/[email protected]
@fuels/[email protected]
v0.27.0
@fuels/[email protected]
Minor Changes
- #231
083bf92
Thanks @helciofranco! - Update to[email protected]
,[email protected]
and[email protected]
@fuels/[email protected]
Minor Changes
- #231
083bf92
Thanks @helciofranco! - Update to[email protected]
,[email protected]
and[email protected]
v0.26.0
@fuels/[email protected]
Minor Changes
- #208
2c194a4
Thanks @arthurgeron! - Updated wagmi to 12.12.7 alongside core and connectors
@fuels/[email protected]
v0.25.0
@fuels/[email protected]
@fuels/[email protected]
v0.24.0
@fuels/[email protected]
Minor Changes
-
#167
ed5fb44
Thanks @LeoCourbassier! - - Bumped packages version from0.9.0
to0.23.0
following react package's version- Updated react-next example to use
defaultConnectors
from @fuels/connectors package
- Updated react-next example to use
-
#178
98df6e3
Thanks @helciofranco! - Export BurnerWalletConfig type to use with Burner Wallet Connector
Patch Changes
- #173
f0739c4
Thanks @LuizAsFight! - update fuels to 0.93.0
@fuels/[email protected]
Minor Changes
- #167
ed5fb44
Thanks @LeoCourbassier! - - Bumped packages version from0.9.0
to0.23.0
following react package's version- Updated react-next example to use
defaultConnectors
from @fuels/connectors package
- Updated react-next example to use
v0.9.1
v0.9.0
@fuels/[email protected]
Minor Changes
- #158
23afa71
Thanks @LuizAsFight! - feat: update to fuels 0.92.0
Patch Changes
-
#159
c9a306d
Thanks @LuizAsFight! - AcceptethWagmiConfig
for eth wallet wagmi configs -
#156
481b5fe
Thanks @arthurgeron! - - Add support for burner wallet config on default connectorsObservation: Burner Wallet's Storage will not persist information between executions on Vercel or Node.js env.