Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react): support SwiperSlider components wrapped in higher order components and fix nested fragments bug #4144

Merged
merged 5 commits into from
Feb 1, 2021

Commits on Jan 26, 2021

  1. Support SwiperSlider components wrapped in higher order components an…

    …d fix nested fragments bug
    
    This change does several things:
    
     - Keeps the requirement that Swiper Slides must be `SwiperSlide` components
     - Fixes a possible edge case where a fragment containing multiple fragments only processed slides in the first fragment
     - Fixes not detecting `SwiperSlide` components when they're wrapped by a HOC by middleware
    tomjn authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    7c73d1a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. refactor the getChildren and processChildren functions to account for…

    … descendents that don't have SwiperSlide components
    tomjn committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c877023 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    16838f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bf8c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92c0137 View commit details
    Browse the repository at this point in the history