File tree Expand file tree Collapse file tree 6 files changed +38
-20
lines changed
packages/cesium-wind-layer Expand file tree Collapse file tree 6 files changed +38
-20
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# example
2
2
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 770381e: feat: add dynamic option to control particle animation
8
+
9
+ - Add new ` dynamic ` option to WindLayerOptions to control particle animation state
10
+ - Add dynamic switch control in ControlPanel component
11
+ - Set default value of dynamic option to true
12
+ - Update types and documentation
13
+
14
+ This change allows users to toggle between animated and static particle states.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [ 770381e]
19
+ - Updated dependencies [ 7fc0dbf]
20
+ - cesium-wind-layer@0.8.0
21
+
3
22
## 0.4.7
4
23
5
24
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example" ,
3
3
"private" : true ,
4
- "version" : " 0.4.7 " ,
4
+ "version" : " 0.5.0 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change 1
1
# cesium-wind-layer
2
2
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 770381e: feat: add dynamic option to control particle animation
8
+
9
+ - Add new ` dynamic ` option to WindLayerOptions to control particle animation state
10
+ - Add dynamic switch control in ControlPanel component
11
+ - Set default value of dynamic option to true
12
+ - Update types and documentation
13
+
14
+ This change allows users to toggle between animated and static particle states.
15
+
16
+ ### Patch Changes
17
+
18
+ - 7fc0dbf: fix: dont limit cesium version
19
+
3
20
## 0.7.6
4
21
5
22
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cesium-wind-layer" ,
3
- "version" : " 0.7.6 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments