Skip to content

Releases: everfund/sdks

v3.0.2

23 Jul 13:26
f7a70bf
Compare
Choose a tag to compare

Enables Cross Origin iFrames for Safari 17+. Allowing Apple Pay to be usable on Safari.

v3.0.1

30 Aug 18:37
98b962a
Compare
Choose a tag to compare

Fixes

  • Fixes the reference to @everfund/js-sdk in the package.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

30 Aug 18:24
332389f
Compare
Choose a tag to compare

@everfund/js-sdk v3.0.0

Breaking Changes

  • donationWidget has been removed and been replace with checkoutModal.
  • donationWidget has be renamed to modal.

@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 with useDonationCheckoutModal.
  • openDonationWidget has be renamed to openModal.

Changelog Wordpress plugin v3.0.0

New Features

Two new blocks to use in the Wordpress editor:

  1. Everfund Donation Form - add a donation form to your page
  2. 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

28 Sep 22:17
Compare
Choose a tag to compare

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

27 Sep 14:21
Compare
Choose a tag to compare

Restructured Dev docs and SDK into Monorepo