-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d5a5cf
commit 5570655
Showing
55 changed files
with
729 additions
and
3,467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Vue from 'vue' | ||
import Particles from '@tsparticles/vue2' | ||
import Particles from 'vue2-particles' | ||
|
||
Vue.use(Particles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.9.3](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.3) (2023-02-12) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
||
## [2.9.2](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.2) (2023-02-12) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
||
## [2.9.1](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.1) (2023-02-11) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
||
# [2.9.0](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.9.0) (2023-02-10) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
||
# [2.8.0](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.8.0) (2023-01-18) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
||
## [2.7.1](https://github.com/matteobruni/tsparticles/compare/[email protected]@2.7.1) (2022-12-25) | ||
|
||
**Note:** Version bump only for package vue2-particles-demo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tsparticles/vue2-demo", | ||
"name": "vue2-particles-demo", | ||
"private": true, | ||
"version": "2.7.1", | ||
"version": "2.9.3", | ||
"description": "VueJS Demo", | ||
"author": "Matteo Bruni <[email protected]>", | ||
"homepage": "https://particles.js.org", | ||
|
@@ -21,13 +21,13 @@ | |
"url": "https://github.com/matteobruni/tsparticles/issues" | ||
}, | ||
"dependencies": { | ||
"@tsparticles/vue2": "^2.7.1", | ||
"tsparticles": "^2.7.1", | ||
"tsparticles-demo-configs": "^2.7.1", | ||
"tsparticles-engine": "^2.7.1", | ||
"tsparticles": "^2.9.3", | ||
"tsparticles-demo-configs": "^2.9.3", | ||
"tsparticles-engine": "^2.9.3", | ||
"vue": "^2.7.14", | ||
"vue-class-component": "^7.2.6", | ||
"vue-property-decorator": "^9.1.2" | ||
"vue-property-decorator": "^9.1.2", | ||
"vue2-particles": "^2.9.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.7", | ||
|
@@ -36,24 +36,24 @@ | |
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.47.0", | ||
"@typescript-eslint/parser": "^5.47.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@vue/cli-plugin-babel": "^5.0.8", | ||
"@vue/cli-plugin-typescript": "^5.0.8", | ||
"@vue/cli-service": "^5.0.8", | ||
"babel-loader": "^9.1.0", | ||
"eslint": "^8.30.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"babel-loader": "^8", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"postcss": "^8.4.20", | ||
"prettier": "^2.8.1", | ||
"rollup": "^2.79.1", | ||
"prettier": "^2.8.3", | ||
"rollup": "^2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"rollup-plugin-vue": "^5.1.9", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.4", | ||
"vue-template-compiler": "^2.7.14", | ||
"webpack": "^5.75.0" | ||
"webpack": "^4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.