Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 653 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 653 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.2.0]

Added

  • Work with react-native and react-native-web
  • Change package name to react-native-particles-webgl
  • Upgrade to react-three-fiber v5

[1.0.0]

Added

  • This changelog
  • Jest testing via Puppeteer

[0.5.2] - 2019-3-28

Added

  • Snowfall preset to demo site
  • config.direction prop for controlling particle velocity in x, y, z directions
  • config.boundaryType prop for controlling interaction between particles and canvas boundary

Fixed

  • Prevent calculating line coords in animation loop if config.lines.visible is false