vue3-particles
Advanced tools
Comparing version 2.1.4 to 2.2.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [2.2.0](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.1.4...vue3-particles@2.2.0) (2022-08-11) | ||
### Bug Fixes | ||
* **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) | ||
* **deps:** update dependency riot to v7 ([116fa3f](https://github.com/matteobruni/tsparticles/commit/116fa3f0808bb8e1e3df767513ebcb82c2f9e0e5)) | ||
* fixed correctly both [#4031](https://github.com/matteobruni/tsparticles/issues/4031) and [#4385](https://github.com/matteobruni/tsparticles/issues/4385) ([6b57b69](https://github.com/matteobruni/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) | ||
## [2.1.4](https://github.com/matteobruni/tsparticles/compare/vue3-particles@2.1.3...vue3-particles@2.1.4) (2022-07-28) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "vue3-particles", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"description": "Official tsParticles Vue.js 3.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 2.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.", | ||
@@ -59,2 +59,3 @@ "keywords": [ | ||
"build": "vue-tsc --noEmit && vite build", | ||
"build:ci": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview --port 5050", | ||
@@ -69,3 +70,3 @@ "typecheck": "vue-tsc --noEmit", | ||
}, | ||
"author": "Matteo Bruni", | ||
"author": "Matteo Bruni <matteo.bruni@me.com>", | ||
"license": "MIT", | ||
@@ -87,3 +88,3 @@ "bugs": { | ||
"dependencies": { | ||
"tsparticles-engine": "^2.1.4", | ||
"tsparticles-engine": "^2.2.0", | ||
"vue": "^3.2.36" | ||
@@ -94,4 +95,4 @@ }, | ||
"@types/node": "^18.0.0", | ||
"@vitejs/plugin-vue": "^2.3.3", | ||
"@vitejs/plugin-vue-jsx": "^1.3.10", | ||
"@vitejs/plugin-vue": "^3.0.0", | ||
"@vitejs/plugin-vue-jsx": "^2.0.0", | ||
"@vue/eslint-config-prettier": "^7.0.0", | ||
@@ -103,6 +104,6 @@ "@vue/eslint-config-typescript": "^11.0.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "~4.7.3", | ||
"vite": "^2.9.9", | ||
"typescript": "~4.7.4", | ||
"vite": "^3.0.0", | ||
"vite-plugin-dts": "^1.1.1", | ||
"vue-tsc": "^0.38.0" | ||
"vue-tsc": "^0.40.0" | ||
}, | ||
@@ -114,3 +115,3 @@ "main": "dist/vue3-particles.umd.js", | ||
"jsdelivr": "dist/vue3-particles.umd.min.js", | ||
"gitHead": "34b13c4db46f8bd6260e52fef50663220bb8f5d8" | ||
"gitHead": "667707dca2d62c426d8f35739b8a0b7139235cc0" | ||
} |
@@ -5,3 +5,3 @@ [![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) | ||
[![npm](https://img.shields.io/npm/v/vue3-particles)](https://www.npmjs.com/package/vue3-particles) [![npm](https://img.shields.io/npm/dm/vue3-particles)](https://www.npmjs.com/package/vue3-particles) | ||
[![npm](https://img.shields.io/npm/v/vue3-particles)](https://www.npmjs.com/package/vue3-particles) [![npm](https://img.shields.io/npm/dm/vue3-particles)](https://www.npmjs.com/package/vue3-particles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) | ||
@@ -8,0 +8,0 @@ Official [tsParticles](https://github.com/matteobruni/tsparticles) VueJS 3.x component |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20
2
241094
3476
Updatedtsparticles-engine@^2.2.0