Summary: Minor style adjustments.
- Only add
style.width: '100%'
when noclassName
prop is provided.
Summary: Removes outer div, adds className as styling options.
- Removed outer div.
- Remove
rootStyle
option.
- Add
styleClassName
prop to style slides.
slideAlign
behaviour in vertical mode should work properly.
Summary: Added indexRange
and rootStyle
options.
indexRange: [number, number]
config option to artificially limit the index ranges.rootStyle
option styles the inner root<div/>
.
Summary: This lib is now using tsdx
.
releaseSpring
config option.slideAlign
option to align slides.
- Removed intersection observer polyfill.
Summary: Move to react-use-gesture
v7 and react-spring
v9. Shouldn't break anything but the trailing behavior is slightly different so you might want to keep v1.x.
trailingDelay
option.
Summary: Package updates.
Summary: Removes lodash dependency for clamp
.
Summary: Fixed unmount bug affecting IntersectionObserver.
Summary: Deps update.
Summary: Added vertical mode.
- Added vertical prop to set a vertical sliding mode.