Releases: s3xysteak/cesium-use
Releases · s3xysteak/cesium-use
v0.16.0
🚀 Features
- Add example comments for functions. - by @s3xysteak (51f81)
- useMeasure: Return
stop
to stop current measure - by @s3xysteak (6477b) - useMoveByKeyboard:
distancePerFrame
option now receive key param when it is a function. - by @s3xysteak (022fd)
🏎 Performance
- useMoveByKeyboard: Use
preRender
hook instead ofrequestAnimationFrame
- by @s3xysteak (a1643)
View changes on GitHub
v0.15.1
🐞 Bug Fixes
- UseMeasure
distance
should haveformat
option, same asarea
andheight
- by @s3xysteak (44cbf)
View changes on GitHub
v0.15.0
🚨 Breaking Changes
useEntityCollection
now receives aEntityCollection
instead ofViewer
. It does not change the default behavior. - by @s3xysteak (d07fb)
🚀 Features
- Introduce
usePrimitiveCollection
- by @s3xysteak (24175)
View changes on GitHub
v0.14.5
🚀 Features
- Make options
placement
andoffset
ofuseLocated
reactive - by @s3xysteak (0ce53)
View changes on GitHub
v0.14.4
v0.14.3
v0.14.2
🐞 Bug Fixes
- Resolvers type issue fixed. add devDeps unplugin-vue-components - by @s3xysteak (08034)
View changes on GitHub
v0.14.1
🚨 Breaking Changes
- Update deps. Update
unplugin-export-collector
. Refer to https://s3xysteak.github.io/cesium-use/usage.html - by @s3xysteak (c698c)
View changes on GitHub
v0.13.9
v0.13.8
🐞 Bug Fixes
useEventHandler
check eventHandlerisDestroyed
before calldestroy
- by @s3xysteak (dca76)