Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Latest commit

 

History

History
119 lines (81 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

119 lines (81 loc) · 6.97 KB

Nuka Changelog

4.5.11 (2019-09-03)

  • #578 update vulnerable deps, fix broken scroll animation
  • #576 Clear timeouts when component unmounts to prevent memory leak

4.5.10 (2019-09-02)

  • #574 Add event param to onDragStart method
  • #573 Fix resizing height issue due to dynamically loaded elements and readyStateChange issues
  • #572 Fix Travis configuration
  • #571 Next and Previous buttons should not be submit type buttons
  • #565 Add missing controls to the TypeScript library definition
  • #564 Export NextButton, PreviousButton, PagingDots from main entry point to allow for easier style targeting
  • #562 Allow isEdgeSwiping to work with vertical slider
  • #561 Avoid the empty div wrapper for null custom controls

4.5.9 (2019-07-09)

  • #557 Add type for animation prop
  • #555 Fix wrongly calculated height for the current slide on slide change

4.5.8 (2019-05-23)

  • #551 Add disableEdgeSwiping prop to disable white space on last and first slide when swiping
  • #549 Add type=button to paging dots

4.5.5 (2019-05-07)

  • #545 Add onDragStart to index.d.ts
  • #541 Adds scroll3d to types
  • #536 Add type definition for PagingDots class
  • #535 Allow null to be passed to render controls

4.5.4 (2019-04-15)

  • #517 Fix bug when changing to vertical mode, add missing prop to types
  • #524 Remove extra function wrap around handleMouse methods
  • #525 Fix calculation of dimensions
  • #526 Add classnames to paging dots to improve styling ability
  • #529 Fix IE11 error related to #525
  • #532 Update README.md with OSS status

4.5.3 (2019-03-18)

  • Resolve dependency vulnerabilities
  • #506 Add Scroll3D transition mode option

4.5.2 (2019-03-08)

  • Fixes dragging bug

4.5.1 (2019-03-06)

  • #511 Adds style and transitionMode types
  • #510 Adds new prop to allow autoplay in reverse

4.4.9 (2019-03-04)

  • #508 Fix speed slide flicker/blinking

4.4.8 (2019-02-21)

  • #501 Add cellAlign type to CarouselSlideRenderControlProps interface
  • #500 Animation performance enhancements
  • #496 Upgrade react-move
  • #492 Fix Paging Dots sync, fix 'Next' button validation
  • #490 Disable animation for an initial slide when non-default slideIndex prop is passed
  • #489 Disable animation prop created
  • #488 Configurable zoom scale prop
  • #487 updates to README

4.4.7 (2019-01-21)

  • #480 Add Types to build
  • #486 Fix mouse event handling to account for click events within the slide

4.4.6 (2019-01-12)

  • #477 Add TypeScript types
  • #475 Fix click event handler on button within slide element
  • #473 Add zoom effect prop

4.4.5 (2018-12-31)

  • #469 Fix initial height issue

4.4.4 (2018-12-07)

  • #460 Ability to configure aria-live message with prop
  • #458 Fix flicker in wrap-around
  • #453 Fix issue involving updating props on beforeSlide

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