Releases: vue-gl/vue-gl
Releases · vue-gl/vue-gl
v0.18.1 🌈
v0.18.0 🌈
What’s Changed
names prop type accepts space-separated string as a group of names. Then name prop type is restricted not to have any spaces.
Therefore, VglMesh component can accept space-separated names as material names.
VglExtrudeGeometry component now accepts names of the VglShape component as shapes prop.
v0.17.0
What’s Changed
- Build(deps-dev): bump three from 0.110.0 to 0.111.0 (#727) @dependabot-preview
- Simplify namespace management and rendering lifecycles (#700) @h-ikeda
VglNamespace component now provides Namespace class instances those have event listening system. Please check the document and code for VglNamespace if you touch namespaces directly.
In previous versions, beforeRender hook was called to set geometries, materials, and other objects specified by name. From this version, beforeRender hook is removed and objects are set synchronously in watchers.