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!: add disabled and respectDisabledAttribute options #727

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

justintaddei
Copy link
Owner

  • add disabled option to disable the wave effect on an element
  • add respectDisabledAttribute option to respect the html disabled attribute on an element

Resolves #543

BREAKING CHANGE: the disabled attr now disables the wave effect on the element
BREAKING CHANGE: removed the ability to disable the wave effect by passing false to the directive

- add disabled option to disable the wave effect on an element
- add respectDisabledAttribute option to respect the html disabled attribute on an element

Resolves #543

BREAKING CHANGE: the disabled attr now disables the wave effect on the element
BREAKING CHANGE: removed the ability to disable the wave effect by passing `false` to the directive
@justintaddei justintaddei self-assigned this Jun 27, 2024
@justintaddei justintaddei added the enhancement New feature or request label Jun 27, 2024
@justintaddei justintaddei merged commit 73bc54d into master Jun 27, 2024
2 checks passed
@justintaddei justintaddei deleted the justintaddei/issue543 branch June 27, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable v-wave on "disabled" state for buttons
1 participant