Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.19 KB

Vanta.js changelog

0.5.4

  • Added ability to use a custom THREE build
  • Added example using create-react-app
  • Fixed an error with p5 effects expecting a threejs renderer

0.5.3

  • Fixed VANTA undefined error in waves effect
  • Added setOptions method to allow changing options after init
  • Added speed option for clouds

0.5.2

  • Added forceAnimate option
  • Added globe effect

0.5.1

  • Allow touchscreen controls for effects
  • Fixed an issue where Gatsby build fails due to window undefined

0.5.0

  • Updated module code to allow static import
  • Updated readme React example to use refs
  • Fixed issue where sibling elements are overlaid on top of the animation element and mousemove fails to trigger, now using window mousemove event
  • Added warning if THREE is missing on window
  • Added this changelog

0.4.0

  • Added mobile support for birds effect (alternative to GPGPU)
  • Added bird size option for birds effect

0.3.0

  • Removed backgroundColor "transparent" option, use backgroundAlpha instead

0.2.0

  • Added p5 effects: trunk, topology
  • Updated dots with a spherical effect

0.1.0

  • First release