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(Use vue 3 + TypeScript to reconstruct the original plugin): … #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This package is [semantic versioned](http://semver.org/)

## 3.0.0
* [feature]: **Use vue 3 + TypeScript to reconstruct the original plugin:** Delete the obsolete vue 2 method in the code and replace it with the wording supported by vue 3

## 2.0.14
- [feature]: Bug fixes. tnx [@dennisreimann ](https://github.com/dennisreimann)

Expand Down
70 changes: 70 additions & 0 deletions dist/Emitter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions dist/Main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 156 additions & 0 deletions dist/Observer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/build.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/build.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions dist/pluginsType.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading