Components preview
1.7.2
Dependency updates
@dynatrace/strato-components
was updated to version1.6.2
.
1.7.1
Related testing package fix for @tanstack/react-virtual@^3.18.8 dependency.
1.7.0
Dependency updates
@dynatrace/strato-components
was updated to version1.6.1
.
Deprecations
CodeSnippet
- The following
language
options will be removed:css-extr
,diff
,git
,handlebars
,less
,makefile
,ocaml
,sass
,scss
,stylus
andwasm
. (APPDEV-12411)
DataTableV2
- Vertical
alignment
options will be removed from the column definition, leaving only horizontalalignment
options (left
,center
,right
). As a result, vertical alignment can no longer be configured at column level, but must be set globally for all header and body cells. The default vertical alignment for all cells is nowtop
. (APPDEV-12307) - Column ordering
enableDragAndDrop
prop is now deprecated and will be removed in the future. (APPDEV-12891)
FilterField
- The
syntax
prop is now deprecated and will be removed. Only thecomplex
syntax will be supported in the future. (APPDEV-12973)
Tooltip
TooltipPlacement
andTooltipDelay
types are now deprecated and move into theTooltipProps
. (APPDEV-13113)
Charts
- Fix tooltip and magnifiers overflow triggering charts resize. (APPDEV-13058)
- Right position thresholds now display pill in the correct position. (APPDEV-13095)
CategoricalBarChart
- Add Intents to Toolbar. (APPDEV-12912)
DataTableV2
- Drag and drop column ordering is now enabled by default. (APPDEV-12891)
- Modals are now prevented from closing immediately upon pressing the
Enter
key on an interactive row. (APPDEV-13086) convertToColumnsV2
now defaults to column typetext
when a field has conflicting type mappings. (APPDEV-13193)- The
variant
prop now allows for globally configuring theverticalAlignment
for all table cells. (APPDEV-12306) - Row heights are now remeasured correctly when toggling
lineWrap
. (APPDEV-13059)
DonutChart
- Add Intents to Toolbar. (APPDEV-12912)
DQLEditor
- Fuzzy matching for suggestions is working again.
FieldSet
- The
fieldset
element is now wrapped inside of adiv
to prevent a layout issue in Safari. (APPDEV-12798)
HistogramChart
- Add Intents to Toolbar. (APPDEV-12912)
- Charts with infinite zoom enabled now always display pan arrows on the bottom axis if panning is possible. (APPDEV-13141)
- Support new tooltip styles in
Thresholds
pills. (APPDEV-12081)
HoneycombChart
- Add Intents to Toolbar. (APPDEV-12912)
NotifyButton
- Removed default aria-describedby. (APPDEV-13046)
PieChart
- Add Intents to Toolbar. (APPDEV-12912)
SegmentSelector
- A tooltip is displayed for overflowing presets. (APPDEV-12732)
- Now considers an empty variables array as no variables in the default segments. (APPDEV-13101)
Sheet
- Backdrop exit animation is now faster. (APPDEV-13014)
SingleValue
- Improving text scaling in single values to properly utilize available container space. (APPDEV-13127)
TimeseriesChart
- Fixed synchronized selection not resetting on reset in custom action. (APPDEV-13022)
- Support new tooltip styles in
Thresholds
pills. (APPDEV-12081) - Charts with infinite zoom enabled now always display pan arrows on the bottom axis if panning is possible. (APPDEV-13141)
Tooltip
- Opening delay is now shorter and the closing animation/delay has been removed. (APPDEV-13032)
TreeMap
- Add Intents to Toolbar. (APPDEV-12912)
XYChart
- Zoom interactions are now available. (APPDEV-12502)
- Add Intents to Toolbar. (APPDEV-12912)
1.6.1
DataTableV2
- All strings in querySelectors are now escaped, so the table no longer crashes due to an invalid query. (APPDEV-13412)
1.6.0
Dependency updates
- Changed peerDependency version range for
@dynatrace-sdk/navigation
from^1.3.0
to^1.3.0 || ^2.0.0
. @dynatrace/strato-icons
was updated to version1.5.0
.@dynatrace/strato-components
was updated to version1.6.0
.
Charts
- Fixed toolbar reset on resize. (APPDEV-12778)
- Now all charts contain
aria-label
a11y attribute. (APPDEV-12893)
Forms
aria-disabled
properties are now only added when explicitly set. (APPDEV-12950)
DataTableV2
- Gantt chart tooltips are now consistently rendered within the viewport. (APPDEV-11031)
- Now column ordering with drag and drop works correctly with hidden columns. (APPDEV-13029)
- Built-in prefix columns should no longer become wider when rows are expanded. (APPDEV-12635)
- Enhanced user experience for column order drag-and-drop. (APPDEV-12448)
- Expanding and collapsing rows now maintains the table's current scroll position. (APPDEV-12946)
DateTimePicker
- Clicking the label or the input will now focus the first spin button. (APPDEV-12698)