Skip to content

Commit 85bcece

Browse files
author
hanbollar
committed
updated Changes.md
1 parent 65a4418 commit 85bcece

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ Change Log
1010
* Allow loadWithXhr to work with string URLs in a web worker.
1111
* Fix Firefox WebGL console warnings. [#5912](https://github.com/AnalyticalGraphicsInc/cesium/issues/5912)
1212

13+
##### Deprecated :hourglass_flowing_sand:
14+
* `Particle.size` has been renamed to `Particle.imageSize`. Use of the `size` parameter is deprecated and will be removed in Cesium 1.46.
15+
* `ParticleSystem.rate` has been renamed to `ParticleSystem.emissionRate`. Use of the `rate` parameter is deprecated and will be removed in Cesium 1.46.
16+
* `ParticleSystem.forces` array has been switched out for singular function `ParticleSystems.updateParticle`. Use of the `forces` parameter is deprecated and will be removed in Cesium 1.46.
17+
* `ParticleSystem.lifeTime` has been renamed to `ParticleSystem.lifetime`. Use of the `lifeTime` parameter is deprecated and will be removed in Cesium 1.46.
18+
* `ParticleSystem.minimumWidth` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, minimumImageSize, instead. Use of the `minimumWidth` parameter is deprecated and will be removed in Cesium 1.46.
19+
* `ParticleSystem.minimumHeight` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, minimumImageSize, instead. Use of the `minimumHeight` parameter is deprecated and will be removed in Cesium 1.46.
20+
* `ParticleSystem.maximumWidth` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, maximumImageSize, instead. Use of the `maximumWidth` parameter is deprecated and will be removed in Cesium 1.46.
21+
* `ParticleSystem.maximumHeight` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, maximumImageSize, instead. Use of the `maximumHeight` parameter is deprecated and will be removed in Cesium 1.46.
22+
23+
##### Additions :tada:
24+
* Added color attribute to the `Particle` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
25+
* Added scale attribute to the `Particle` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
26+
* Added color attribute to the `ParticleSystem` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
27+
* Added scale attribute to the `ParticleSystem` class constructor that when defined sets both start and endScale. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
28+
1329
### 1.44 - 2018-04-02
1430

1531
##### Highlights :sparkler:

0 commit comments

Comments
 (0)