Skip to content

Releases: getAlby/bitcoin-connect

v3.2.2-alpha

28 Feb 04:28
3b4c58f
Compare
Choose a tag to compare

What's Changed

  • changed loading icon to waiting icon by @Alan-AC7 in #191
  • imported copied icon and set it to change when clicking copy invoice by @Alan-AC7 in #192
  • increased text spacing by 2px and increased divider opacity by @Alan-AC7 in #193
  • 🚨 [security] Update vite 4.5.1 → 4.5.2 (patch) by @depfu in #195
  • Fix Issue#158: Buttons in payment component should be full width on mobile by @sunilsimar in #200
  • Update all Yarn dependencies (2024-01-22) by @depfu in #196
  • Update README.md by @Alan-AC7 in #194
  • chore: update lnc dependency by @rolznz in #202

New Contributors

Full Changelog: v3.2.0-alpha...v3.2.2-alpha

v3.2.0-alpha

09 Jan 14:40
23f9915
Compare
Choose a tag to compare

This release fixes two issues and one request raised by @ekzyis from stacker news: ⚡

  • closeModal no longer causes an issue with React strict mode
  • connecting/connected subscription methods now fire callbacks immediately if the state already matches when the subscription is created
  • new API function to get the current connector's config (e.g. to display the name of the connector currently connected to): getConnectorConfig()

It also introduces a new fiat balance switcher thanks to @Alan-AC7 💵

Special thanks to @hzrd149 for a huge reduction in package size! 🎁

Also there are some improvements to xss attack prevention by @reneaaron. 💪

There's also an experimental way to configure NWC permissions through the Bitcoin Connect init function.

Deprecation: isConnected function has been deprecated and will be removed in v4.

What's Changed

New Contributors

Full Changelog: v3.1.0-alpha...v3.2.0-alpha

v3.1.0-alpha

20 Dec 14:50
Compare
Choose a tag to compare

What's Changed

  • feat: add bc-pay-button web component by @rolznz in #157

Full Changelog: v3.0.0-alpha...v3.1.0-alpha

v3.0.0-alpha

14 Dec 05:24
683bc75
Compare
Choose a tag to compare

v3.0.0 marks a huge milestone for Bitcoin Connect, solving a lot of fundamental issues in the architecture (much thanks to @bumi and @reneaaron) and further simplifying the developer experience. Also, a new "get wallet" page was added by @Alan-AC7 and a much-improved success animation by @hzrd149

What's Changed

New Contributors

Full Changelog: v2.4.2-alpha...v3.0.0-alpha

v2.4.2-alpha

23 Nov 15:36
Compare
Choose a tag to compare

This release introduces a new payment component - try it out here! This release also adds a new connector: Umbrel. This allows you to connect to your own Umbrel node using NWC. This release also contains quite a few improvements to the connector list display, with updated icons, colors and more user-friendly connector titles.

What's Changed

Full Changelog: v2.3.1-alpha...v2.4.2-alpha

v2.3.1-alpha

27 Oct 14:56
Compare
Choose a tag to compare

What's Changed

  • chore: update lit to v3 by @rolznz in #90
  • feat: connector list filters by @rolznz in #91
  • fix: only fetch connector info if components are visible by @rolznz in #93

Full Changelog: v2.1.3...v2.3.1-alpha

v2.1.3-alpha

20 Oct 06:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha...v2.1.3

v2.0.0-alpha

02 Oct 10:28
Compare
Choose a tag to compare
  • New UI
  • Automatic Dark mode support
  • Simpler css styling API

BREAKING CHANGES

  • CSS variables have changed
  • no more icon-only or disabled attributes on the button.

v1.2.0-alpha

27 Sep 06:29
Compare
Choose a tag to compare

What's Changed

  • feat: listen for webln:enabled event by @rolznz in #57
  • feat: programmatically launch modal by @rolznz in #61

Full Changelog: v1.1.2-alpha...v1.2.0-alpha

v1.1.2-alpha

02 Sep 02:42
Compare
Choose a tag to compare