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

refactor(radio-button)!: remove deprecated guid property #10799

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

eriklharper
Copy link
Contributor

@eriklharper eriklharper commented Nov 20, 2024

Related Issue: #9713

Summary

BREAKING CHANGE: Removes the deprecated property guid from calcite-radio-button.

Developers may need to replace calcite-radio-button's guid property with a unique id property.

@jcfranco jcfranco added the skip visual snapshots Pull requests that do not need visual regression testing. label Nov 20, 2024
@@ -169,8 +168,6 @@ describe("calcite-radio-button", () => {
firstRadioButton.insertAdjacentHTML("beforebegin", newRadioButton);
});

await page.keyboard.press("Tab");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These removals seem to be causing test failures. Can you restore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues tied to code that needs to be significantly reworked. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants