All Versions
41
Latest Version
Avg Release Cycle
35 days
Latest Release
1250 days ago

Changelog History
Page 2

  • v4.7.2 Changes

    October 30, 2020
    • 📦 #733 Fix package vulnerability
    • ⚡️ #731 Update onDragStart type
    • ⚡️ #729 Type def updates
    • #728 Add opacityScale to type defs
  • v4.7.1 Changes

    September 08, 2020
    • #706 Add a more descriptive explanation about wrapAround
    • 🔒 #707 Push fresh yarn.lock
    • ⚡️ #716 Update types for missing slideOffset, zoomScale
    • 🛠 #717 fixes #709 - Carousel collapsing with certain prop config
    • 👕 #723 Cleanup dev dependencies, fix vulnerabilities, eslint fixes
    • #698, #714, #722 Dependency bumps
  • v4.7.0 Changes

    May 20, 2020
    • #695 Add slide-current className to current 'active' slide, cleanup some utility functions
    • ⚡️ #667 Fixes Issue 622: Only fully visible slides are interactive. update wicg-inert version
  • v4.6.7 Changes

    April 23, 2020
    • #687 Fix Edge issue
    • #683 Rename param of afterSlide callback
    • 🛠 #680 Fixes bug #586 - changing slide too quickly doesn't behave as expected
    • 💅 #677 Update incorrect prop getControlsContainerStyle
  • v4.6.6 Changes

    March 10, 2020
    • #676 hot-fix: flash after wraparound
  • v4.6.5 Changes

    March 05, 2020
    • ⬆️ #674 Upgrade react-move to reduce bundle size
    • 🚚 #673 Remove deprecated UNSAFE_componentWillReceiveProps
  • v4.6.4 Changes

    March 03, 2020
    • #672 Add innerRef to type definitions
    • #671 Add innerRef prop
    • #670 Add scrollMode prop
    • 💅 #669 Fix getControlsContainerStyle prop name type in type definitions
    • #668 Fix edge swipe bug
    • #666 Add ability to drag to scroll multiple slides
  • v4.6.3 Changes

    February 12, 2020
    • #665 Revert wicg-inert changes as part of PR #643
  • v4.6.2 Changes

    January 29, 2020
    • #656
    • #655
    • ⚡️ #653 Minor clean up and fixes - update demo to use hooks, add demo title, fix slidesToScroll typing, cleaning up prop names, minor perf improvement
    • #652 fix: add missing type annotation
    • #651 Fix typo
    • #650 Change touchAction for fade-transition to pinch-zoom
    • #648 Add autoplay toggle to demo
    • #647 Prevent fade and fadeFromSlide from reaching/equalling slideCount to solve opacity issue
    • #645 Prevent swipe logic from taking over when no swipe was made
    • 0️⃣ #644 Add prop to allow for customization of defaultControls elements
    • #643 Slides that are not fully visible cannot receive focus (REVERTED in 4.6.3)
    • #639 Keyboard controls will only work when keyboard is in focus
  • v4.6.1 Changes

    January 20, 2020
    • ⬆️ #632 Dependency vulnerability fixed, upgrade handlebars from 4.1.2 to 4.5.3
    • 🛠 #633 Fixes #618 max (and first) height mode calculations
    • ⚡️ #635 Fixes #494 Updates scroll transition logic to fix wraparound flash
    • ⚡️ #636 Fixes #503 updates logic so Next button enables/disables correctly
    • 🛠 #638 Fixes #531 styling issue in Demo and some minor cleanup of the code