Version Change Notes
Marketplace widgets change notes.
Stable versions are listed below, along with the major changes introduced in each version.
3.9.1
Fixes
Fixed auto-popup subscribe modal behavior
Now only prompts users who haven't subscribed yet
3.9.0
New
Added automatic popup modal for listing subscriptions after bid submission
Users will be notified if they get outbid
3.8.0
New
Add support for Apechain network.
3.7.0
New
Add support for Shape network.
3.6.0
Breaking
Network banner selectors have been updated:
.m-network-banner
.m-marketplace__network-banner
.network-logo
.m-marketplace__network-logo
Updates
Style improvements:
Network logo now properly respects light/dark mode themes
Network banner styling updated to use padding instead of margin
3.5.19
New
Update balance and bid history when wallet changes.
3.5.18
New
3.4.1
New
Fixed price listings now support custom buy button text.
Squashed some bugs concerning fixed price listings, display issues when using Metamask Mobile browser.
3.3.0
New
3.2.1
New
Marketplace widgets also offer their own set of CSS variables.
Better error messaging on the "bid" button.
Breaking
No need to worry about whether the listing is a bid or an offer, as
m-listing-interactions
handles that for you.
Improvements were made to CSS selectors and rulesets for clarity and consistency across widgets. See 3.2.1 - CSS Selector Changes for the list of changes.
3.1.1
New
Listings now support ranked offers interface.
m-listing-offers
widget.
It is now possible to add
id
,class
attributes to the HTML element with adata-widget
attribute.
Breaking
data-widget
name changes:m-catalog-card
->m-card-catalog
m-countdown-card
->m-card-countdown
m-ad-card
->m-card-ad
CSS class names were changed between v2 and v3 to offer more clarity and to avoid common class name clashes. See 3.1.1 - CSS Selector Changes for the list of changes.
data-background-image
,data-background-gradient-config
are deprecated.
Under the hood
Marketplace widgets now detect newly created elements and updated data-attributes automatically.
Improved performance due to architectural changes.
2.4.48
Oldest public implementation of Marketplace widgets. Deprecated Rinkeby in favour of Goerli.
New
data-background-image
: the URI to the image to be displayed as the background;data-background-gradient-config
: the JSON string that specifies the background gradient color(s), type, and angle
Last updated