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: add anchor element attribute types to Button #18598

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

adamalston
Copy link
Contributor

Closes #18573

Added anchor element (<a>) attribute types to Button.

Changelog

New

  • Added anchor element (<a>) attribute types to Button.

Testing / Reviewing

Add these props to Buttons in TypeScript files and check for errors.

Copy link

netlify bot commented Feb 15, 2025

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit 1f5a275
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/67b0f9a695f87c00088bd156
😎 Deploy Preview https://deploy-preview-18598--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 15, 2025

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 1f5a275
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/67b0f9a6747739000870c010
😎 Deploy Preview https://deploy-preview-18598--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 15, 2025

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 1f5a275
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/67b0f9a6f8bcdb0009f1ebc1
😎 Deploy Preview https://deploy-preview-18598--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@adamalston adamalston requested a review from a team as a code owner February 15, 2025 20:31
Copy link

codecov bot commented Feb 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.02%. Comparing base (494ab2e) to head (1f5a275).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18598   +/-   ##
=======================================
  Coverage   84.02%   84.02%           
=======================================
  Files         408      408           
  Lines       14494    14494           
  Branches     4726     4730    +4     
=======================================
  Hits        12178    12178           
+ Misses       2150     2149    -1     
- Partials      166      167    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alisonjoseph alisonjoseph added this pull request to the merge queue Feb 18, 2025
Merged via the queue into carbon-design-system:main with commit 73c1439 Feb 18, 2025
37 checks passed
@adamalston adamalston deleted the 18573-button branch February 18, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Button types do not include anchor element attributes
3 participants