github saleor/saleor 3.0.0-a.34

latest releases: 3.19.42, 3.18.46, 3.17.47...
pre-release2 years ago

Changelog

Breaking

  • Use root-level channel argument for filtering and sorting - #7374 by @IKarbowiak
    • Drop channel argument field from filters and sorters
  • Fix attribute input validation for numeric attributes - #7425 by @IKarbowiak
    • Input field AttributeValueInput.values changed type from [String] to [String!]
    • Input field BulkAttributeValueInput.values changed type from [String]' to [String!]!
    • Input field ProductVariantBulkCreateInput.attributes changed type from [BulkAttributeValueInput]' to [BulkAttributeValueInput!]!
    • Input field ProductVariantCreateInput.attributes changed type from [AttributeValueInput]' to [AttributeValueInput!]!
    • Input field ProductVariantInput.attributes changed type from [AttributeValueInput] to [AttributeValueInput!]

Other

Don't miss a new saleor release

NewReleases is sending notifications on new releases.