Skip to content

Latest commit

 

History

History
251 lines (153 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

251 lines (153 loc) · 5.56 KB

Changelog

3.2.0

Minor Changes

  • a16f4b2: Replaced css in /react package with styled components

3.1.1

Patch Changes

  • 43222ca: Added new browser specific export of polyfilled index.ts and added to package.json exports; Fixed issue with SeiWallet object implementations of "disconnect"; Fixed double connection issue on WalletSelectModal
  • Updated dependencies [43222ca]

3.1.0

Minor Changes

  • 4446cdc: Adjusted package exports to include cjs and esm versions of each project, enables tree shaking by correctly exporting entry points for each build type and by declaring packages as side effect free

Patch Changes

3.0.5

Patch Changes

  • 7e55add: Add getOfflineSignerAmino to wallet interfaces
  • Updated dependencies [7e55add]

3.0.4

Patch Changes

  • 2183459: Loosened versioning of required @cosmjs dependencies
  • Updated dependencies [2183459]

3.0.3

Patch Changes

  • 77217d5: Fixed an issue with polyfilling on Node environments be excluding environments that don't have self (non-browser environments)
  • Updated dependencies [77217d5]

3.0.2

Patch Changes

  • 908b5b5: Added polyfill, wallet, arbitrary signing, and address helper functions.
  • Updated dependencies [908b5b5]

3.0.1

Patch Changes

3.0.0

Major Changes

  • 43153ba: Bump all versions to 3.0.0

Patch Changes

2.0.0

Major Changes

  • 7229f87: Pacific-1 support and mobile/proto optimizations
    • Excludes unnecessary modules in proto codegen
    • Remove TM35 client (no longer used)
    • Clean up helper functions in favor of using Sei wallet interfaces
    • Update react hooks
    • Adds mobile wallet support through UI components and inside wallet interfaces
    • Adds support for Pacific-1
    • Adds support for mobile wallets

Patch Changes

2.1.0

Minor Changes

  • 4b51605: Updated @sei-js/core dependency and updated provider to use imported wallet configs

2.0.5

Patch Changes

  • 3efcde8: Build optimizations -Added babel instead of tsc to both /core and /react packages -Added source maps to the outputs -Remove unnecessary dependencies -Removed unused assets folder from /react -Fixed issue with the 'react-icons' package react-icons/react-icons#593
  • Updated dependencies [3efcde8]

2.0.4

Patch Changes

2.0.3

Patch Changes

  • f00cb53: This fixes an issue where the wallet button menu pops up after connecting to a wallet, Fixes the sign arbitrary function on connected wallets, added an optional disconnect function to the useWallet hook.

2.0.2

Patch Changes

  • 05a1f56: Fixed an issue when wallets don't connect and the UI hangs, fixed an issue where the WalletConnectButton menu shows after selecting a wallet

2.0.1

Patch Changes

  • d410c48: Fixed css export issue during build so that css styles get included in the React components

2.0.0

Major Changes

  • 372506f: Refactored wallet provider and UI components, added hook to programatically open wallet connect modal, implemented a new wallet interface, replaced custom styles with tint colors

Patch Changes

1.3.3

Patch Changes

1.3.2

Minor Changes

  • Add Fin Wallet

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

  • 8c20cef: Added the ability to set the input wallets that show up when using the WalletConnectButton component

Patch Changes

  • e5308db: Fix react dependencies
  • Updated dependencies [e5308db]

1.2.3

Patch Changes

1.2.2

Patch Changes

  • Updated dependencies [84265e0]
  • Updated dependencies [21958cc]

1.2.1

Patch Changes

  • a4ccd41: Suggest chain for leap before connecting
  • 6a201ac: Fix wallet select modal and add wallet logos

1.2.0

Minor Changes

  • 7fc4ff2: Update dependencies for packages in monorepo
  • f03475b: Update protos and add wallet provider

Patch Changes

  • 7fc4ff2: Fix dependencies for all packages
  • 902715d: Add stargate and cosmwasm client hooks
  • Updated dependencies [7fc4ff2]
  • Updated dependencies [7fc4ff2]
  • Updated dependencies [f03475b]
  • Updated dependencies [267916d]

1.1.7

Patch Changes

  • bb52df2: Extend CosmJS clients to support Sei Tendermint
  • Updated dependencies [bb52df2]
  • Updated dependencies [4256836]

1.1.6

Patch Changes

  • cd00554: Refactored monorepo to be package-based
  • Updated dependencies [cd00554]

1.1.5 (2023-01-29)

Bug Fixes