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

Migrating vue-debounce to vue3 #83

Merged
merged 11 commits into from
Dec 5, 2023
Merged

Migrating vue-debounce to vue3 #83

merged 11 commits into from
Dec 5, 2023

Conversation

dhershman1
Copy link
Owner

@dhershman1 dhershman1 commented Dec 3, 2023

I know it's been a hot minute but the migration is finally here, just going to do some more testing and would love more eyes on this PR if anyone gets a chance.

Breaking Changes

  • Remove support for Vue 2
    • If you need to continue supporting Vue2 please switch to the vue2-debounce package or stay of v4 of this one
  • vue-debounce is now registered as a ES module instead of a cjs package
    • This helps the transition over to Vue3
    • This will help keep the typing system clean
  • CDN Support is no longer guaranteed with the package being a module now

Fixed

  • README now reflects how to use vue-debounce with only vue3

@dhershman1 dhershman1 added enhancement 💄 New feature or request breaking ‼️ This issue request is a breaking change labels Dec 3, 2023
@dhershman1 dhershman1 merged commit 5135e7c into development Dec 5, 2023
@dhershman1 dhershman1 deleted the vue3-migration branch December 5, 2023 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking ‼️ This issue request is a breaking change enhancement 💄 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant