Skip to content

Releases: joncodeofficial/react-native-particle

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 May 23:12

1.0.2 (2026-05-03)

Bug Fixes

  • release: sync releaseRules with release-notes types (9dbfe02)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 May 23:04

1.0.1 (2026-05-03)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 May 23:01

1.0.0 (2026-05-03)

Features

  • add shape prop (circle | rect | line) to particle renderers (c2e82ad)
  • add support for mid-color gradients in particle presets (5e6c81d)
  • core: add independent alpha curves (c6cb60d)
  • core: add size easing curves (6accc5b)
  • enhance particle system presets to support custom configurations (1e3c140)
  • implement multiple particle presets for enhanced visual effects (97db0b4)
  • implement ParticleEngine MVP with pluggable adapter system (e529863)
  • native: add additive blend mode support (822b70e)
  • NativeCanvasAdapter + engine refactor + performance optimizations (9201175)
  • update preset property to allow dynamic shape parsing for particles (982d95b)

Bug Fixes

  • ci: bump Node to 22.14.0 to fix require() of ESM modules (c54a4d6)
  • ci: upgrade react-native-builder-bob to fix ESM incompatibility (b4bcf4d)
  • package: align export paths (2b0ae87)