Releases: everfund/sdks
Releases · everfund/sdks
v3.0.2
v3.0.1
Fixes
- Fixes the reference to
@everfund/js-sdk
in thepackage.json
file. - Fix issue when running in strict mode and
window
might not be defined. - bumped all packages to
3.0.1
for version control
v3.0.0
@everfund/js-sdk v3.0.0
Breaking Changes
donationWidget
has been removed and been replace withcheckoutModal
.donationWidget
has be renamed tomodal
.
@everfund/react-sdk v3.0.0
New Features
- New
DonationForm
component that can be used to embed a donation form on your site.
<div style={{ width: '450px', height: '600px' }}>
<DonationForm
code={code}
onSuccess={(e) => console.log('success', e)}
onFailure={(e) => console.log('failure', e)}
/>
</div>
Breaking Changes
useDonationWidget
has been removed and been replace withuseDonationCheckoutModal
.openDonationWidget
has be renamed toopenModal
.
Changelog Wordpress plugin v3.0.0
New Features
Two new blocks to use in the Wordpress editor:
- Everfund Donation Form - add a donation form to your page
- Everfund Donation Checkout Modal - Adds a button to your page that opens a modal to donate.
V1.1.0 Removal of postcss in favour of css-in-js
Removed replaces css style sheet with css-in-js so that it removed the need to laod the script + a style sheet.
Added
Added css-in-js instead of postcss so that only the script needs loading.
Depreciation
is now deprecated and can be removed from your webpage.v1.0.2 Restructure
Restructured Dev docs and SDK into Monorepo