Skip to content

Releases: ProjectOpenSea/seaport-js

v2.0.6

27 Jul 23:11
cd6ef76
Compare
Choose a tag to compare

What's Changed

  • Only use compact signature when signature length is 132 chars (0x + 65 bytes) by @ryanio in #325
  • Add github issue template by @ryanio in #321
  • Update package.json - bump version to 2.0.6 by @ryanio in #326

Dependency Updates

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Jul 19:56
1921940
Compare
Choose a tag to compare

What's Changed

  • Allow zoneHash to be passed in input to createOrder and createBulkOrders by @rombrom in #308
  • update to prettier v3 by @ryanio in #304

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

20 Jun 20:15
5663e74
Compare
Choose a tag to compare
  • Allow ERC-1271 offerers, #286, thanks to @sosoxuc
  • Routine dependency updates

v2.0.3

07 Jun 21:54
3f850ab
Compare
Choose a tag to compare
  • Fixes postinstall script for windows users, #280

v2.0.2

05 Jun 16:03
16cb805
Compare
Choose a tag to compare

This patch release fixes an issue with the postinstall script.

  • Fix husky postinstall script, #275

v2.0.1

01 Jun 22:22
03221e4
Compare
Choose a tag to compare

Changes:

  • Browser build now outputs to lib/bundle.js, #252
  • Allow multiple currency tokens in an order, #259 (thanks @orenyomtov!)
  • Throw errors when fulfilling orders without signatures, #263
  • Publish to npm after publishing gh release, #260

v2.0.0

26 May 22:56
763efaf
Compare
Choose a tag to compare

Changes:

  • Compilation target bumped from es5 to es6
  • esModuleInterop and allowSyntheticDefaultImports turned off (reasoning here)
  • Dependencies updated
  • Functions removed unneeded async:
    • fulfillBasicOrder
    • fulfillStandardOrder
    • getApprovalActions
  • Input for salt changed to BigNumberish
    • Now converts with BigNumber.from(salt) to make input conversion less error prone

PRs included: #250, #246, #241, #198

Default updated to Seaport 1.5

15 May 16:53
a166e9a
Compare
Choose a tag to compare

This release updates the default init from Seaport 1.4 to Seaport 1.5

Bug fix to not append empty domain tag

09 May 21:02
59bcd77
Compare
Choose a tag to compare

Users were having some issues with MetaMask validating ERC20 approval txs since empty domain tags were being added to calldata. This patch release fixes this issue. Please open an issue if you encounter any errors.

Seaport v1.5

27 Apr 22:38
ba842e9
Compare
Choose a tag to compare

This release adds Seaport v1.5 and removes v1.1. The default constructor continues to initialize Seaport v1.4, unless seaportVersion: "1.5" is passed. The default will be switched to v1.5 in a future release.