Releases: DePayFi/buttons
Releases · DePayFi/buttons
v4.1.0
updates depay buttons to support payment widgets without amounts
v4.0.1
fixes readme for npm package
v4.0.0
Update to widgets v4. Introduces multichain configuration syntax for donation and sales widget. Comes with minor style fixes.
v3.0.1
minor css fixes: last token example no margin right + inline block powered by
v3.0.0
Major update uses new widgets and changes arguments -> configuration
v2.0.0
Start passing document to button initializer explicitly instead of implicitly assuming the current document from within.
Migration Guide:
- Change
DePayButtons.init()
toDePayButtons.init({document: document})