ProgressCircle
Use the ProgressCircle to indicate an ongoing loading process in a specific
part of the page.
Changes to ProgressCircle. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed the indeterminate spinning animation and determinate arc transition playing regardless of the user's reduced-motion preference. (APPDEV-19884)
1.12.0
Updates
General
- Slowed animation timings for the
ProgressBar,ProgressCircle,Skeleton, andSkeletonTextcomponents. (APPDEV-14758)
1.0.0
Breaking changes
General
- Removed deprecated testing subpackage. Please use the
@dynatrace/strato-components-testingpackage now. (APPDEV-9460)
In the new package we are no longer re-exporting parts of the @testing-library package. This means you'll have to import functions like screen, userEvent, act, waitFor etc directly from @testing-library and its subpackages.
The render function is still exported in the testing package, as it makes testing strato components easier.
For more information on how to setup and use @dynatrace/strato-components-testing please look into package's readme.
Core
roleVariantsandRoleVariantTypeare now removed, as they are no longer used. (APPDEV-11235)
ProgressBar
- Removed the
variantprop, as the color and variant are now derived from the container. The color can still be overwritten with thecolorprop.(APPDEV-11668)
ProgressCircle
- Removed the
variantprop, as the color and variant are now derived from the container. The color can still be overwritten with thecolorprop.(APPDEV-11668)
Dependency updates
- Changed peerDependency version range for
@dynatrace-sdk/app-environmentfrom^1.0.0to^1.1.0. (APPDEV-11243) - Changed peerDependency version range for
@dynatrace-sdk/navigationfrom^1.2.1to^1.3.0. (APPDEV-11243) - Changed peerDependency version range for
@dynatrace-sdk/error-handlersfrom^1.0.0to^1.3.1. (APPDEV-11243) - Changed peerDependency version range for
@dynatrace-sdk/user-preferencesfrom^1.1.0to^1.1.1. (APPDEV-11243) @dynatrace/strato-design-tokenswas updated to version1.0.0.@dynatrace/strato-iconswas updated to version1.0.0.
0.85.110
Content
ProgressBarandProgressCirclenow inherit theContainer's color, if used inside it.
0.84.50
ProgressBarandProgressCirclehave been moved from@dynatrace/strato-components-preview/coreto@dynatrace/strato-components/contentand a migration script has been provided.