Skip to content

Releases: hashgraph/hedera-wallet-connect

Update build process for easier library consumption in different environements

29 Jul 17:31
fedbf19
Compare
Choose a tag to compare

There have been a number of issues reported in importing this library in different environments. Prior to this release, esbuild has been used to bundle the library code for consumption by clients. However, this has lead to complexity and incompatibility with popular frameworks such as NextJS 14. This release removes esbuild for bundling the library code. A user of this library using a modern bundler or framework can now more easily import this library and rely on their tool chain to prepare their code for the environments they live in, such as a nodejs back end or a NextJS 14 front end or backend.

The majority of the changes are highlighted by this PR - #224

What's Changed

Full Changelog: v1.3.1...v1.3.2

Preview release for application testing of different library build

24 Jul 19:38
b61fdee
Compare
Choose a tag to compare

This is a preview release to test #224

v1.3.2-0

24 Jul 18:02
e19e7a2
Compare
Choose a tag to compare
v1.3.2-0 Pre-release
Pre-release

This is a preview release to test #224

Full Changelog: v1.3.1...v1.3.2-0

v1.3.1

19 Jul 01:04
96c54a3
Compare
Choose a tag to compare

What's Changed

This release adds a patch to solve issues that have been reported in verifying signed transactions for a particular node account id. For more information see #124 and #170.

This release also includes a number of dependabot updates.

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

01 Jul 17:06
f487bcf
Compare
Choose a tag to compare

What's Changed

This release adds the functionality to enable communication between a wallet extension and a web dApp embedded in an iframe. Additionally, Hgraph has been added to the codeowners file to facilitate merging to main and releases. A number of dependabot updates are included in this release.

Thanks to everyone that has contributed by reviewing, testing, and adding new functionality.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Jun 21:31
70848f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

24 May 15:37
a7344f4
Compare
Choose a tag to compare

What's Changed

This updates the version in the package.json file so that it can be published to npm.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 May 00:26
126e626
Compare
Choose a tag to compare

This release adds new features implementing the signer interface as well as adds support for multiple sessions. Additionally a number of dependabot PRs were merged.

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6 - Add types to distribution

31 Jan 15:31
0509aae
Compare
Choose a tag to compare

What's Changed

  • Add types, import production package in demo by @hgraphql in #43
  • fix package name change in the demo
  • remove unnecessary files from npm package

Full Changelog: v1.0.5...v1.0.6

Update release version to npm version

30 Jan 17:14
5fc7932
Compare
Choose a tag to compare

This PR updates the version as published to npm to be the same as the release version on github. This also includes recent dependabot PRs.

What's Changed

Full Changelog: v1.0.4...v1.0.5