1. Sitecore Content SDK

What's new in Content SDK 2.3

Version: 2.x

Content SDK 2.3 introduces support for multi-locale and faceted search, in addition to developer experience improvements, and several important bug fixes and maintenance updates.

To update your existing Content SDK 2.2 application to 2.3:

  1. In your existing application's package.json file, update the following packages to version 2.3.0.

    "@sitecore-content-sdk/nextjs ": "^2.2.0",
    "@sitecore-content-sdk/react": "^2.2.0",

    You must also update the following packages to the versions specified:

    Package

    Version

    create-content-sdk-app

    ^2.3.1

    @sitecore-content-sdk/events

    ^2.1.2

    @sitecore-content-sdk/core

    ^2.1.3

    @sitecore-content-sdk/content

    ^2.2.2

    @sitecore-content-sdk/cli

    ^2.2.1

    @sitecore-content-sdk/analytics-core

    ^2.1.2

    Note

    The Content SDK has transitioned to independent versioning for its packages. Due to this, all packages won't be updated to the latest version.

  2. Install the dependencies with the following command:

    npm install

Please review the Content SDK release page for a complete list of all changes for version 2.3.

If you have suggestions for improving this article, let us know!