Skip to content

Releases: bonarja/react-glitch-image

🔨React 18

20 Dec 22:00
Compare
Choose a tag to compare
  • React 18 support
  • Optimize rendering
  • Update dependencies
  • Now just use canvas to split (remove useCanvas prop)
  • Change margin animation to transform

v1.2.2

29 Aug 17:14
Compare
Choose a tag to compare

🔥 Bug fix

  • FIX: filter effects were not activated on mouseover
  • FIX: pauses the animation interval when mousehovering and restarts the interval when mouseleaving

v1.2.1

16 Aug 19:22
Compare
Choose a tag to compare

🔥 Bug fix

  • FIX: import module in nextjs

⚙️ Chore

  • Build with vite

v1.1.1

10 Aug 08:47
Compare
Choose a tag to compare

🚀 New feature

  • Real image splitting with canvas.
  • layerColors: Alternate colors in layer 2 by array props.
  • width: Now also accepts string with to assign the style.

🔥 Bug fix

  • FIX: Call split when change spliSize prop.

⚙️ Chore

  • Change dist directory and tsconfig types.