darrenbritton / darrenbritton.github.io

personal github pages
darrenbritton-github-io.vercel.app
MIT License
19 stars 6 forks source link

Update nuka-carousel to the latest version πŸš€ #28

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 4.2.0 of nuka-carousel was just published.

Dependency nuka-carousel
Current Version 3.2.0
Type dependency

The version 4.2.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of nuka-carousel.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 35 commits ahead by 35, behind by 5.

  • da4d9c3 4.2.0
  • 911946f Add heightMode prop to README.md (#338)
  • 2bbf043 Merge pull request #337 from FormidableLabs/bug-singleChildLi
  • a81b52d Fix rendering of a single child in carousel
  • 348549f Merge pull request #334 from FormidableLabs/bug-slideMinHeight
  • 83115cc Add min-height: 100% to slides
  • 5bfe869 Merge pull request #332 from FormidableLabs/chore-passiveEvents
  • 0ee54e9 Merge pull request #331 from FormidableLabs/bug-autoplayVisibility
  • 2415537 Add touch-action to frame to improve pan handling
  • e8b224e Disable autoplay on page visibility hidden
  • f5351a7 4.1.0
  • 6ae55ae [MINOR] add onResize prop (#329)
  • a92efc0 4.0.3
  • 7c0bda2 Fix lint usage w/ prettier. (#322)
  • f510b15 cut down object creation during transitions (#321)

There are 35 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 4.2.1 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 4.2.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • e0b8fb0 4.2.2
  • 6810e87 Unbunding visibilitychange event. (#361)
  • 42663f3 Merge pull request #350 from FormidableLabs/fix/issue-348
  • 41d030a Fixes #348

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 73d0efd 4.2.3
  • abe5305 Solving chrome to monitor touch class event reporting (#365)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 98a0899 4.2.4
  • b30e3d1 Merge pull request #367 from FormidableLabs/bug/wrapAroundSlideFlash
  • da0e650 Fix: monitor touch class event reporting (#366)
  • a9c4d49 moved setLeft logic to be called after animation transition is complete
  • 12e8f63 Left is being set correctly after transition
  • 01532fc Added failing tests for #362
  • c94b635 Added failing tests for #336

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • fa9b5af 4.2.5
  • 85c8914 Merge pull request #369 from FormidableLabs/bug/firstLastPartialWrapAround
  • 77274af using mouse to drag from last to first or first to last won't cause a screen flicker anymore
  • 0c1b259 renamed variable for legibility
  • 1ecf790 added tests for new method getSlideDirection
  • d0056dd enabled all other tests again
  • 0e3f50a removed commented out code
  • 1398145 updated wrapping logic to support 2 slide wrapping again
  • 231e99f modified wrapping logic to keep center slide always surrounded by other slides when wrapAround mode is on, it helps prevent slides from blinking into existence
  • 4560636 updated tests to use approximately for float comparisons
  • 54dac9c wrote failing tests for issue #324
  • 28d7475 added in extra controls to toggle decimal slidesToShow functionality

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.0 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 4.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 26276bb 4.3.1
  • bc335ef Merge pull request #375 from FormidableLabs/bug/set-height-to-tallest
  • 4f93638 changed default heightMode to be max

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • fbe9dfe 4.3.2
  • 832500f Merge branch 'pimverlangen-master'
  • 5f8c379 Merge branch 'master' of git://github.com/pimverlangen/nuka-carousel into pimverlangen-master
  • 57c295b Replaced touchAction: none, so vertical scrolling/panning over the carousel is possible again

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 3798da0 4.3.3
  • 03f2fce Merge branch 'RingierAG-fix/update-controls-on-prop-change'
  • 154c831 move controlsMap into constructor
  • 50f4226 Merge branch 'fix/update-controls-on-prop-change' of git://github.com/RingierAG/nuka-carousel into RingierAG-fix/update-controls-on-prop-change
  • 9438bef Update controls on render*Controls props change

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 4669416 4.3.4
  • 726f1d4 Merge pull request #380 from FormidableLabs/fix/visibility-should-inherit
  • 4f2f28a Merge pull request #379 from FormidableLabs/bug/removeNullChildren
  • b1463f7 slide visibility now gets set to inherit so it'll hide/show based off parent
  • 20182b2 filtered non-react components out of children count and display logic
  • 74820f3 added another failing test to check slideCount
  • 05ce5bc wrote failing test to begin submit WIP PR

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 55c4946 4.3.5
  • 88fc737 Merge pull request #378 from FormidableLabs/feature/style-tags-optional
  • 82a6a7d Merge branch 'master' into feature/style-tags-optional
  • c3cf8f3 implemented autoGenerateStyle prop logic to hide/show style tag as user wants
  • d7f7044 updated readme to include what happens when prop is false
  • 9c81534 updated readme with new prop that will be made for feature

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 4ea2429 4.3.6
  • 14ee29f move afterSlide to setTimeout with duration of animation (#396)
  • 874b235 prevent default on mouse down click event (#397)
  • d14dad5 use nextProps in goToSlide to properly scroll to dynamically added slide (#392)
  • 5c3b0fd Merge pull request #391 from FormidableLabs/fix/issue-381
  • 860f2db fix extra click event triggered when dragging slide

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 628ed54 4.3.7
  • 7ce6b4a 4.4.0
  • 8a13351 Add prop to enable/disable pauseOnHover (#393)
  • c36e1a8 minHeight prevents slides from recalculating their height correctly on window resize (#398)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.8 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 4.3.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • b4daf47 4.3.9
  • 1100eb7 Ensure setDimensions is called when slide changes and heightMode = current (#408)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 593a127 4.3.10
  • 04fc3e5 Merge pull request #412 from FormidableLabs/fix/initial-slide-height-assign
  • 32ccbd4 create ISSUE_TEMPLATE.md
  • 757fac7 create pull_request_template.md
  • 5af3aa6 Fix Bug initialSlideHeight
  • 33b1d01 Merge pull request #411 from FormidableLabs/chore/format-readme
  • b5ab650 formatted README
  • 6b45958 include maintainer info in readme
  • 14f0e6f Fix changes from PR #404 to add new prop withoutControls (#409)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • bb867cc 4.4.2
  • 66338a1 Fix issues where clickDisabled is set to true too often (#435)
  • dff5e9c Merge pull request #433 from FormidableLabs/fix/tabindex-to-slidesToShow
  • 5bcb934 add #addAccessibility to utilities.js
  • e5307dc refactor addAccessibility for readablity
  • e4bd012 add test to for addAccessibility function
  • ee9dbd9 move addEvent and removeEvent to utilities file
  • 6fa1a2e remove utilities file
  • 76d203a add function to add ariaProps to all visible slides
  • facbb1a fix active class when slidesToShow is more than 1 (#434)
  • cbe9fdf Add active class (#432)
  • 4b91192 Chore/#427 infinite animaiton (#431)
  • ad069f9 add changelog with 4.4.1 notes (#430)
  • 5e8ddce Feature/accessibility (#425)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • 6ab05ed 4.4.3
  • 43f90a4 add keyboardControls prop to disable keyboard controls (#445)
  • 7707f55 Added checks to allow clicks when a modifier key is pressed (#451)
  • 5c03a00 listen to mouse hover effects (to disable autoplay) even when dragging/swiping is disabled (#439)
  • 7312a12 Merge branch 'master' of https://github.com/FormidableLabs/nuka-carousel
  • e8e7821 make object-rest-spread a dev dep
  • 0b71bd5 Merge pull request #446 from FormidableLabs/fix/demo-2-slides
  • 3681742 change Toggle 2 Slides to Toggle Show 2 Slides Only
  • 856cd4a update code sandbox demo link
  • 66a80a2 add logic to toggle btw 2 and 6 slides
  • a3a67a0 Merge pull request #441 from FormidableLabs/chore/remove-deprecated-lifecycles
  • 04566d0 move some initial state calculation to #calcSomeInitialState utility
  • eb8e758 changed calcInitial to calcInitialDimension
  • ef6063a use this.props.slidestoShow iin calcInitial
  • ed10121 add #cacInital

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 59c8c0b 4.4.6
  • 80a06ad format prettier
  • 162b20e install prettier
  • d8860c5 remove package.lock and upgrade webpack and webpack-cli
  • 088db98 Add TypeScript types (#477)
  • 98a5907 check for length of touch object on mouse up before handling swipe (#475)
  • 0ef70d9 zoom effect (#473)
  • 4f6afb3 update changelog
  • 126d375 Prevent multiple afterSlide calls of which some used undefined variables, breaking slide-changes (#466)
  • 0ac594c fix multiple swipes (#467)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 36 commits.

  • 1ca8011 4.4.8
  • 97f38b4 update yarn lock
  • 37219f2 add cellAlign to CarouselSlideRenderControlProps (#501)
  • 0381beb performance adjustments (#500)
  • 1a4930b upgrade react-move (#496)
  • 82ce674 add feature disable Animation (#489)
  • 84db2b6 Merge pull request #492 from FormidableLabs/task/fixing-disabled-button
  • 33c4b89 review changes and disableAnimation prop added to README
  • a02b2ab tests for center and right cellAlign are finished
  • 845e722 working on tests for cellAlign center and right
  • 03bb4f6 fixed paging dots and disabled button for different values of cellAlign
  • b492c1e disabled button tests done
  • 0a0c57e testing paging dots
  • fbdc004 fixing pagins dots sync with different values for slidesToShow and slidesToScroll props
  • 261da07 Next button validation

There are 36 commits in total.

See the full diff