- Update readme examples
- Remove gallery images from main branch
- Update
waves, dots, globe
to work with GeometryBuffer & latest three.js (@OmnesPotens, @DustinBrett) - Update
birds
to work with three.js r134 - Fix animation speed bug
- Fix custom three in
halo
- Bump three.js in examples to r134
- Fix hash function in
clouds
- Update dependencies
- Fix readme on npmjs.com
- Fix
fog
on retina screens (@MaSchVam)
- Add Vue.js example in readme
- Add
resize
example in readme - Remove
current
reference on destroy
- Fix
globe
color updating problem viasetOptions
- Update fiddle to use newest three.js
- Upgrade three.js to r119
- Upgrade effects to work with newest three.js
- Fix custom THREE in
birds
- Call
triggerMouseMove
onsetOptions
- Add
gyroControls
option (@SrDonEmilio) - Add default params for
triggerMouseMove
- Add offset options for
halo
- Fix readme encoding
- Add options for
halo
- Fix missing camera issue for some effects
- Fix missing THREE for
dots
effect - Add initial
halo
effect
- Fix resize issue for react
- Update readme for npm
- Added
showLines
option fordots
effect
- Initial publish on npm
- Fixed wrong method name in readme
- Removed gallery code from
master
branch, added to newgallery
branch - Fixed an issue that prevented
birds
from being properly compiled in certain projects
- Added ability to disable mouse/touch controls
- Added ability to set custom scale
- Fixed an issue with default height/width when the parent container (
el
param) has zero height - Fixed an issue with text nodes of
el
- Added ability to use a custom
THREE
build - Added example using
create-react-app
- Fixed an error with p5 effects expecting a threejs renderer
- Fixed
VANTA undefined
error inwaves
effect - Added
setOptions
method to allow changing options after init - Added
speed
option forclouds
- Added
forceAnimate
option - Added
globe
effect
- Allow touchscreen controls for effects
- Fixed an issue where Gatsby build fails due to
window
undefined
- 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
- Added mobile support for
birds
effect (alternative to GPGPU) - Added bird size option for
birds
effect
- Removed backgroundColor "transparent" option, use backgroundAlpha instead
- Added p5 effects:
trunk
,topology
- Updated
dots
with a spherical effect
- First release