The Scrivito SDK now offers all attributes of a data class as placeholders for its instances, unless configured otherwise via the editing configuration.
As a developer usingScrivito.provideDataClass
to load external data, you can now also return IDs of theNumber
type in theconnection
callbacks. This will save you some inconvenience if your custom API uses this format for IDs.
Furthermore, when building connections to external data sources using Scrivito.provideDataClass
, the parameters for the index
callback now include the number of items requested by the SDK. Passing this value to the external data provider, e.g., a backend service, may save loading time.