Skip to content

22.1.1

Compare
Choose a tag to compare
@addy-pathania addy-pathania released this 28 Aug 02:47
· 399 commits to dev since this release

22.1.1

🎉 New Features & Improvements

  • [XM Cloud] [Metadata Mode] [Next.js] API was changed, next.js preview data provides a new parameter layoutKind therefore, please make the necessary updates in the app in plugins/preview-mode.ts as shown in the following PR to experience a smooth upgrade.
  • [sitecore-jss] [sitecore-jss-nextjs] Pass sc_layoutKind to GraphQLEditingService request header to support shared/final editing layouts (#1907)
  • [sitecore-jss] GraphQLRequestClient's request method now supports dynamic headers based on specific request (#1907)
  client.request(query, variables, { headers })