Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 1.64 KB

Nuka Changelog

4.4.3 (2018-11-16)

  • #451 Allow clicks with modifier present
  • #446 Fix for demo (toggle between 2 and 6 slides showing)
  • #445 Add disableKeyboardControls prop to allow users to disable keyboard controls
  • #441 Start work on removing deprecated lifecycle methods
  • #439 Allow pauseOnHover to work when swiping/dragging is disabled
  • #436 Refactoring

4.4.2 (2018-10-29)

  • #425 Accessibility features added
  1. Adding keyboard controls
  2. Reader lets you know what slide you are on
  3. Slide that is being display will be read by reader
  • #435 Fix issues where clickDisabled is set to true too often
  • #433 add function to add ariaProps to all visible slides
  • #432 Add slide-visible class to all currently visible slides
  • #431 Carousel would go into an infinite loop between two slide. Added a isTransitioning check to wait until afterSlide is finish.

4.4.1 (2018-10-08)

  • #423 Prevent click events only when swiping