Releases: braposo/react-text-loop
Releases · braposo/react-text-loop
Release list
v2.3.0
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
- BREAKING: Rename
speedprop tointerval - BREAKING: Remove
glamorousin favour ofcxsand drop support forstyleprop - Publish multiple module types (#9)
- Improve README (#10)
- Add
noWrapprop to disablewhitespace: nowrapif needed (#14) - Add delay prop to control animation (#13 #12 #15)
- Add onChange callback (#16)
- Use requestAnimationFrame for more performant animations
- Overall performance improvements
v1.1.0
- Simplifies API by removing unnecessary
initialWidthandinitialHeightprops - Adds support for masking the animation around the bounding box by using the prop
mask - Adds support to remove fading animation by using the prop
fade. - Replaces internal
PropTypeswith newprop-typespackage to avoid deprecation warnings in React 15.5