You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature: Support for the localization of React's internal strings. See the documentation
@rjsf/antd
Updated ErrorList, IconButtons, WrapIfAdditionalTemplate and AltDateWidget to use the new translateString() function to support localization
@rjsf/bootstrap-4
Updated AddButton, ErrorList, IconButtons and WrapIfAdditionalTemplate to use the new translateString() function to support localization
@rjsf/chakra-ui
Updated AddButton, ErrorList, IconButtons, WrapIfAdditionalTemplate and AltDateWidget to use the new translateString() function to support localization
@rjsf/core
Updated ArrayField, BooleanField, MultiSchemaField, ObjectField, SchemaField, AddButton, IconButtons, ErrorList, WrapIfAdditionalTemplate and AltDateWidget and FileWidget to use the new translateString() function to support localization
Also updated Form to take a new optional translateString prop and getDefaultRegistry() to set translateString to englishStringTranslator()
@rjsf/fluent-ui
Updated AddButton, ColorWidget, ErrorList, IconButtons and UpDownWidget to use the new translateString() function to support localization
@rjsf/material-ui
Updated AddButton, ErrorList, IconButtons and WrapIfAdditionalTemplate to use the new translateString() function to support localization
@rjsf/mui
Updated AddButton, ErrorList, IconButtons and WrapIfAdditionalTemplate to use the new translateString() function to support localization
@rjsf/semantic-ui
Updated AddButton, ErrorList, IconButtons and WrapIfAdditionalTemplate to use the new translateString() function to support localization
Dev / docs / playground
Updated the utility-functions documentation for the enums and englishStringTranslator() & replaceStringParameters() functions
Updated the form-props documentation for the new, optional translateString prop on Form