DocumentationAPI Reference
Help CenterAPI ChangelogOpenAPI SpecStatus
Documentation

Inlined React Changelog

The latest versions of the Inlined React SDK is:

Persona React SDK latest

We are continually releasing fixes and updates which improve the end user experience. We recommend staying up-to-date with releases to make sure you are taking advantage of the latest functionality and improvements.

For changes to the core JavaScript SDK, see JavaScript SDK Changelog.

6.0.0

⚠ BREAKING CHANGES

  • Drops support for React versions lower than 18. React 18 is the minimum supported version. The previous minimum supported React version was React 16.
  • Adds support for React 19.
  • Bumps version of persona to 5.1.5.

5.0.0

⚠ BREAKING CHANGES

  • the Inquiry export of this package (used for the Inline React integration) has been moved to a separate package persona-react, and has been removed from this package. To migrate, change import { Inquiry } from 'persona' to import Inquiry from 'persona-react'.
  • The following features marked as deprecated in [email protected] (released 2021-08-03) have been removed.
    • prefill (replaced by the fields parameter)
    • lockedAttributes (replaced by the fields parameter + template-level configuration)
    • themeId (only used by legacy inquiries)
    • The InquiryAttributes type export (only used by legacy inquiries)
    • The InquiryErrorInvalidInquiryId type (was never actually used)