@pixi/particles
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
/*! | ||
* @pixi/particles - v5.0.0-alpha.2 | ||
* Compiled Sat, 17 Mar 2018 17:48:48 UTC | ||
* @pixi/particles - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* | ||
@@ -28,3 +28,3 @@ * @pixi/particles is licensed under the MIT License. | ||
* { | ||
* let sprite = new PIXI.Sprite.fromImage("myImage.png"); | ||
* let sprite = new PIXI.Sprite.from("myImage.png"); | ||
* container.addChild(sprite); | ||
@@ -128,3 +128,3 @@ * } | ||
/** | ||
* Used for canvas renderering. If true then the elements will be positioned at the | ||
* Used for canvas rendering. If true then the elements will be positioned at the | ||
* nearest pixel. This provides a nice speed boost. | ||
@@ -715,3 +715,3 @@ * | ||
var bid = container._bufferUpdateIDs[i] || 0; | ||
var bid = container._bufferUpdateIDs[j] || 0; | ||
@@ -771,3 +771,3 @@ updateStatic = updateStatic || (buffer._updateID < bid); | ||
/** | ||
* Uploads the verticies. | ||
* Uploads the vertices. | ||
* | ||
@@ -774,0 +774,0 @@ * @param {PIXI.DisplayObject[]} children - the array of display objects to render |
/*! | ||
* @pixi/particles - v5.0.0-alpha.2 | ||
* Compiled Sat, 17 Mar 2018 17:48:48 UTC | ||
* @pixi/particles - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* | ||
@@ -32,3 +32,3 @@ * @pixi/particles is licensed under the MIT License. | ||
* { | ||
* let sprite = new PIXI.Sprite.fromImage("myImage.png"); | ||
* let sprite = new PIXI.Sprite.from("myImage.png"); | ||
* container.addChild(sprite); | ||
@@ -132,3 +132,3 @@ * } | ||
/** | ||
* Used for canvas renderering. If true then the elements will be positioned at the | ||
* Used for canvas rendering. If true then the elements will be positioned at the | ||
* nearest pixel. This provides a nice speed boost. | ||
@@ -719,3 +719,3 @@ * | ||
var bid = container._bufferUpdateIDs[i] || 0; | ||
var bid = container._bufferUpdateIDs[j] || 0; | ||
@@ -775,3 +775,3 @@ updateStatic = updateStatic || (buffer._updateID < bid); | ||
/** | ||
* Uploads the verticies. | ||
* Uploads the vertices. | ||
* | ||
@@ -778,0 +778,0 @@ * @param {PIXI.DisplayObject[]} children - the array of display objects to render |
{ | ||
"name": "@pixi/particles", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"main": "lib/particles.js", | ||
@@ -25,7 +25,7 @@ "module": "lib/particles.es.js", | ||
"dependencies": { | ||
"@pixi/constants": "^5.0.0-alpha.2", | ||
"@pixi/core": "^5.0.0-alpha.2", | ||
"@pixi/display": "^5.0.0-alpha.2", | ||
"@pixi/math": "^5.0.0-alpha.2", | ||
"@pixi/utils": "^5.0.0-alpha.2" | ||
"@pixi/constants": "^5.0.0-alpha.3", | ||
"@pixi/core": "^5.0.0-alpha.3", | ||
"@pixi/display": "^5.0.0-alpha.3", | ||
"@pixi/math": "^5.0.0-alpha.3", | ||
"@pixi/utils": "^5.0.0-alpha.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164536
Updated@pixi/core@^5.0.0-alpha.3
Updated@pixi/display@^5.0.0-alpha.3
Updated@pixi/math@^5.0.0-alpha.3
Updated@pixi/utils@^5.0.0-alpha.3