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

feat(components/forms): change SkyCheckboxChange type to an interface #597

Merged
merged 3 commits into from
Oct 4, 2022

Conversation

Blackbaud-ErikaMcVey
Copy link
Contributor

BREAKING CHANGE: This change updates the SkyCheckboxChange type to be an interface instead of a class. To address this, remove any instances of instantiating the SkyCheckboxChange class and instead create an object that uses the interface type.

@blackbaud-sky-build-user
Copy link
Collaborator

change the `SkyCheckboxChange` type from a class to an interface

BREAKING CHANGE: This change updates the `SkyCheckboxChange` type to be an interface instead of a
class. To address this, remove any instances of instantiating the `SkyCheckboxChange` class and
instead create an object that uses the interface type.
@Blackbaud-ErikaMcVey Blackbaud-ErikaMcVey merged commit 2c3c1e9 into main Oct 4, 2022
@Blackbaud-ErikaMcVey Blackbaud-ErikaMcVey deleted the checkbox-change-interface branch October 4, 2022 15:03
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.

None yet

3 participants