Skip to content

@spree/sdk@1.2.1

Choose a tag to compare

@damianlegawiec damianlegawiec released this 28 Jul 10:05
95c3537

This SDK release requires Spree 5.6.1 on the backend to fully utilize new features!

What's Changed

  • #14361 f62ec82 Thanks @damianlegawiec! - Expose product_id and Product at Wishlist Item

  • #14353 8bf0dd0 Thanks @ifizza! - ProductFilterSortOption now includes a label field — a human-readable name for custom-field-backed sort options (cf_* keys) returned by the product filters endpoint; null for built-in sort options

  • #14363 705e515 Thanks @damianlegawiec! - resource_type, inviter_type and invitee_type on the Invitation type now return the API shorthand ("store", "admin_user") instead of the Ruby class name, matching how every other type field on the API is serialized. The TypeScript types are unchanged (string | null); only the values differ.