Appearance
Changelog
@authentified/react-widget
2.0.1
Major Changes
de5de18: Version 2.0 widget is a simplified implementation that only displays "Resell with Authentified", or "Resold with Authentified".
Why we've done this
We have done this to simplify implementation for developers and ensure that any future listing statuses do not affect the operation of the widget.
BREAKING CHANGES
- All render props such as
renderDraft
,renderSold
, etc have been removed, you can no longer customise the content of the button based on status. Buttons will now sayResell with Authentified
orResold with Authentified
depending on the status of the item(s). - Updated React and React DOM peer dependencies from 18.2.0 to 19.0.0.
- Design updates — The button is now opinionated about how it looks, and we have included our logo within the button. Some styles such as colours/padding/etc can be changed by using CSS variables.
- All render props such as
Minor Changes
- e007cf8: Design tweaks
- 6925be0: Design tweaks
- edfaaca: Design tweaks
- 51d4969: Updated styles, added container, changed REM units to EMs
- 933c82e: Design updates
- bdb45a8: Updated styles, added container, changed REM units to EMs
- f02e16f: Add customerId prop, remove hash from URL flow
- 5ec03d6: Design updates
2.0.0-alpha.7
Minor Changes
- edfaaca: Design tweaks
2.0.0-alpha.6
Minor Changes
- 6925be0: Design tweaks
2.0.0-alpha.5
Minor Changes
- e007cf8: Design tweaks
2.0.0-alpha.4
Minor Changes
- 5ec03d6: Design updates
2.0.0-alpha.3
Minor Changes
- 933c82e: Remove comments
2.0.0-alpha.2
Minor Changes
- 51d4969: Updated styles, added container, changed REM units to EMs
2.0.0-alpha.1
Minor Changes
- f02e16f: Add customerId prop, remove hash from URL flow
2.0.0-alpha.0
Major Changes
de5de18: Version 2.0 widget is a simplified implementation that only displays "Resell with Authentified", or "Resold with Authentified".
Why we've done this
We have done this to simplify implementation for developers and ensure that any future listing statuses do not affect the operation of the widget.
BREAKING CHANGES
- All render props such as
renderDraft
,renderSold
, etc have been removed, you can no longer customise the content of the button based on status. Buttons will now sayResell with Authentified
orResold with Authentified
depending on the status of the item(s). - Updated React and React DOM peer dependencies from 18.2.0 to 19.0.0.
- Design updates — The button is now opinionated about how it looks, and we have included our logo within the button. Some styles such as colours/padding/etc can be changed by using CSS variables.
- All render props such as
1.3.0
Minor Changes
- 1cc2603: Add renderPaused prop and paused status
1.2.1
Minor Changes
- 305ad17: Added awaiting-publish and awaiting-price-confirmation statuses
- b677b8b: Added renderAwaitingPublish and awaitingPriceConfirmation
1.1.1
Minor Changes
- afd4c0a: Add renderExcluded render function
1.0.1
Patch Changes
- dd54281: Update dependencies
- a1fb98a: Updated README and Docs
1.0.0
Major Changes
- d4e0c43: - Add support for offline orders
- Remove deprecated render props:
- renderAccepted
- renderConsigned
- renderWithdrawn
- Improved error handling and performance
- Remove deprecated render props:
0.7.0
Minor Changes
- e49f176: Fixed incorrect base URL and union type
0.6.0
Minor Changes
- 00bc6f4: Update button props type
0.5.0
Minor Changes
- 08605d4: Add support for variantId instead of lineItemId
0.4.0
Minor Changes
013e338: Add new renderProps
- renderListed
- renderRejected
- renderDelisted
- renderAwaitingPostage
- renderPosted
Mark the following renderProps as deprecated
- renderConsigned
- renderAccepted
- renderWithdrawn
0.3.0
Minor Changes
- 694956a: Remove customerId from props
0.2.0
Minor Changes
- 57282c6: Minor updates
- Change base URL (internal change only)
- Update README file
- Add shopId parameter (required)
0.1.0
Minor Changes
- 27c0a12: Initial release