Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(loading)!: remove redundant description label #1783

Merged
merged 1 commit into from
Jul 23, 2023
Merged

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Jul 23, 2023

Fixes #1670

Revisited the Loading and InlineLoading components, using the upstream React implementation as the primary reference.

The description prop is already set on the svg title so the label is redundant. For InlineLoading, the icon title defaults to the status prop for the "error" and "completed" statuses.

Breaking Changes

  • Change default Loading description text from "Active loading indicator" to "loading"
  • Remove id prop from Loading since the label is removed

@metonym metonym merged commit d6804b4 into master Jul 23, 2023
2 checks passed
@metonym metonym deleted the fix-inline-loading branch July 23, 2023 21:07
@metonym
Copy link
Collaborator Author

metonym commented Jul 24, 2023

Fixed in v0.79.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading and InlineLoading — find a better way to announce description
1 participant