Skip to content

Releases: FormidableLabs/nuka-carousel

Vulnerability Fix, Type definitions updates

30 Oct 23:07
Compare
Choose a tag to compare

Mostly dependency bumps and cleanup, Fixes the issue in #709 where the carousel was collapsing with certain config

10 Sep 17:11
Compare
Choose a tag to compare
  • #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

Several bug fixes

23 Apr 18:08
Compare
Choose a tag to compare

Thanks to all the contributors for helping with this release, and many others!

Hot fix for flash on wraparound

17 Mar 21:56
Compare
Choose a tag to compare

#676 hot-fix: flash after wraparound

Small bundle size optimization and removed deprecated lifecycle method!

05 Mar 21:40
Compare
Choose a tag to compare

Thank you to @mariano-formidable for these fixes!! 🎉

  • #674 Upgrade react-move to reduce bundle size
  • #673 Remove deprecated UNSAFE_componentWillReceiveProps

New props and features: innerRef, scrollMode, and ability to drag multiple slides. Fixed bugs: edge swiping, type definition typo

05 Mar 21:39
Compare
Choose a tag to compare

Revert wicg-inert changes, fixes #664

12 Feb 20:03
Compare
Choose a tag to compare
  • #665 Revert wicg-inert changes as part of PR #643

[WIP] Known issues with SSR introduced by one of these fixes

12 Feb 18:47
Compare
Choose a tag to compare
  • #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
  • #644 Add prop to allow for customization of defaultControls elements
  • #643 Slides that are not fully visible cannot receive focus
  • #639 Keyboard controls will only work when keyboard is in focus

HeightMode, scroll transition, and control element updates

20 Jan 20:30
Compare
Choose a tag to compare

Huge help from @mariano-formidable for this release - Thank you!!

  • #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

A few `heightMode` and general Carousel height issues fixed!

17 Dec 23:24
Compare
Choose a tag to compare
  • Fixes for leftAlign added for heightMode="current" and heightMode="max"
  • #614 Remove getListItemStyles() from type definitions (Thanks @esetnik)
  • #619 Configure keyboard keyCodes so default ones can be overridden (thank you @mtsandeep)
  • #620 Avoid redundant dimension calculations after a DOM mutation (thank you @Sidnioulz)
  • #621 Add TS definition for renderAnnounceSlideMessage (thanks @michaelgt04)
  • #625 Fixes Issue 521: Initial height calculations will be repeated until successful. (thank you, @mariano-formidable)
  • #626 Height mode 'current' uses tallest visible slide (thank you @mariano-formidable)
  • #628 Adding missing Type For keyCodeConfig prop (thanks, @mtsandeep)