Skip to content

Releases: DePayFi/buttons

v4.1.0

10 Nov 12:22
25f30d7
Compare
Choose a tag to compare

updates depay buttons to support payment widgets without amounts

v4.0.1

09 Nov 16:14
1bde8e8
Compare
Choose a tag to compare

fixes readme for npm package

v4.0.0

09 Nov 16:06
292d61e
Compare
Choose a tag to compare

Update to widgets v4. Introduces multichain configuration syntax for donation and sales widget. Comes with minor style fixes.

v3.0.1

02 Nov 08:50
9d403b8
Compare
Choose a tag to compare

minor css fixes: last token example no margin right + inline block powered by

v3.0.0

29 Oct 13:02
705c9d0
Compare
Choose a tag to compare

Major update uses new widgets and changes arguments -> configuration

v2.0.0

14 Mar 12:48
Compare
Choose a tag to compare

Start passing document to button initializer explicitly instead of implicitly assuming the current document from within.

Migration Guide:

  • Change DePayButtons.init() to DePayButtons.init({document: document})