IntentButton
The IntentButton is a dedicated component for sending
intents.
The IntentButton only works within the AppShell context.
Changes to IntentButton. The full components changelog also lists package-wide and cross-cutting entries.
3.11.3
Updates
- Fixed
aria-label,aria-labelledby,aria-describedby, andaria-detailsnot reaching the interactive element. (APPDEV-19384)
3.4.0
Updates
General
- Behavior tracking attributes are now supported in all button components, including
Button,IntentButton,NotifyButton, andRunQueryButton. (APPDEV-16876) - The text and icon color tokens for the success on accent button are now correct. (APPDEV-17388)
- Behavior tracking attributes are now supported in all form components, including
Calendar,Checkbox,DateTimePicker,DateTimeRangePicker,FieldSet,FormField,Label,NumberInput,NumberInputV2,PasswordInput,Radio,SearchInput,Select,Switch,TextArea,TextInput, andToggleButtonGroup. (APPDEV-16882) - Behavior tracking attributes are now supported in
FilterBar,FilterField,SegmentSelector, andTimeframeSelector.FilterField.SuggestionsandTimeframeSelector.Presetsnow also support behavior tracking attributes. (APPDEV-16881) - Added feature flag and css overrides for design tokens for visual refresh. (APPDEV-17223)
IntentButton.Itemnow supports a disabled state. (APPDEV-17301)
1.17.0
Updates
- Deprecated
IntentButtonPropsas they will be replaced by theIntentButtonPropsfromstrato-components-preview.
1.16.0
Deprecations
- The
IntentButtonwill be removed from this package. Use theIntentButtonfrom@dynatrace/strato-components-previewinstead. The preview version offers feature parity but introduces slight differences in the API. TheIntentButtonnow accepts a configuration object. It also supports multiple intents. Configure additional intents using theIntentButton.Item. They're shown in a customisableOpenWithoverlay component. (APPDEV-15713)
0.85.80
- Now accepts
ReactNodeas children instead of only strings.
0.85.20
IntentButtonhas been moved from@dynatrace/strato-components-preview/buttonsto@dynatrace/strato-components/buttons. TheiconOnlyprop has been removed. To display only the icon, leave the label empty.