Upcoming changes
Prepare for these breaking changes in the next MAJOR releases of the Strato Design System. Rollouts begin in January, 2026.
This content may change up until the day of the next MAJOR release. Check back often for updates.
Components preview 3.0.0 (planned)
@dynatrace/strato-components-preview
conversion-utilities
As part of our ongoing efforts to simplify and streamline Strato, the conversion-utilities package will be removed. Unused content will be entirely removed, while actively-used content will be moved to the appropriate component packages.
The following exports are deprecated and will be removed:
- convertToSingleValueData
- SingleValueData
- listRecordFields
- pickRecordIndex
- EMPTY_SINGLE_VALUE_DATA
- DQLResultConverter
- DQLResultConverterProps
- DQLResultConverterBaseProps
- DQLResultConverterTimeseriesProps
- formatDqlNumber
- ConversionCellValue
- recommendVisualizations
- VisualizationRecommenders
- VisualizationRecommendersProps
- VisualizationRecommenderResult
- VisualizationKind
- VisualizationKindOptions
The following functions and types have already been moved to the Charts package. With the next MAJOR release, they will also be removed from conversion-utilities.
- convertToTimeseries
- convertQueryResultToTimeseries
- convertToTimeseriesBand
- convertToFieldEntries
- getTypesForRecordIndex
- getFieldsArrayForRecordIndex
- checkTimeseriesFormat
- getDimensions
- TimeseriesWithDimensions
- FieldEntry
- Dimension
The convertToColumnsV2 function has already been moved to Tables. With the next MAJOR release, it will also be removed from conversion-utilities.
Formatters
As part of ongoing structural improvements, we'll remove the formatters from the design system.
- The formatters sub-package currently included in the design system has been deprecated and will be removed.
- Formatter functions that are still in use have been migrated to @dynatrace-sdk/units to ensure continued support.
Overlays
As part of our ongoing efforts to improve structure and clarity, we'll move content-related components from Overlays to Content.
Affected content-related components in Overlays have been deprecated. Please make sure to update your imports to reflect their new location in Content.
These components will move to Content:
- FeatureHighlight
- Microguide
- TerminologyOverlay
- InformationOverlay
Tables
The suffix "V2" will be removed from the names of the following components and functions, as these are now the only versions:
- DataTableV2will become- DataTable.
- SimpleTableV2will become- SimpleTable.
- convertToColumnsV2will become- convertToColumns.