Releases: braposo/react-text-loop
Releases · braposo/react-text-loop
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
speed
prop tointerval
- BREAKING: Remove
glamorous
in favour ofcxs
and drop support forstyle
prop - Publish multiple module types (#9)
- Improve README (#10)
- Add
noWrap
prop to disablewhitespace: nowrap
if 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
initialWidth
andinitialHeight
props - 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
PropTypes
with newprop-types
package to avoid deprecation warnings in React 15.5