Skip to content

Releases: vue-gl/vue-gl

v0.11.1

02 Mar 12:42

Choose a tag to compare

Update Three.js version to 0.102.0

v0.11.0

25 Feb 01:41

Choose a tag to compare

Features

New props for VglObject3d

  • visible
  • rotationQuaternion

v0.10.0

13 Feb 16:26

Choose a tag to compare

  • Update dependencies
  • Improve development experience ( throws an error when incorrect use case. )

v0.9.0

23 Dec 13:41

Choose a tag to compare

  • New components
    • VglRectAreaLight
    • VglRectAreaLightHelper

v0.8.0

18 Oct 23:02

Choose a tag to compare

  • Update dependencies

v0.7.1

13 Oct 10:33

Choose a tag to compare

v0.7.1

v0.7.0

28 Mar 14:45

Choose a tag to compare

  • New components

    • VglMeshDepthMaterial
    • VglMeshLambertMaterial
    • VglMeshNormalMaterial
    • VglMeshPhongMaterial
    • VglLineDashedMaterial
    • VglLatheGeometry
    • VglHemisphereLight
  • New properties

    • position, color, normal attributes for VglGeometry.

and other small fixes.

v0.6.0

04 Mar 15:23

Choose a tag to compare

  • New components

    • VglPolarGridHelper component
    • VglMeshBasicMaterial component
  • Improve documentation

    • New theme
    • More elegant examples

v0.5.0

26 Feb 13:53

Choose a tag to compare

Compatible to three.js version 0.90.0. and other internal changes.

  • Remove VglLensFlare component.
  • power-preference property for VglRenderer component.
  • Change internal rendering cycle.
  • Fix a bug about the camera position.

0.4.0

25 Dec 01:52

Choose a tag to compare

A New Component

  • VglShadowMaterial

Fixed issues

  • Fix the bug that Edge and FireFox trigger rendering function twice on initializing the renderer.