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

A major PR for resolving RTL support, Responsive and SSR together and some fixes. #277

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2021

  1. Handle unslick value after "fetch" in nuxtjs

    If the children of the VueSlickCarousel change during the app to a number less than slidesToShow i.e. (newChildren.length <= settings.slidesToShow), the settings.unslick will change to true. But, after that, if the number increase, unslick will not disable at all.
    Iran-110 authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    229f334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3323a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506d90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f36491a View commit details
    Browse the repository at this point in the history
  5. This commit adds a line which I forgot it

    Just adds a conditional line `children &&` before `children.forEach`.
    Iran-110 authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    cef0259 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Merge pull request #1 from Iran-110/patch-1

    Handle unslick value after "fetch" in nuxtjs
    Iran-110 authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    eb8fd1b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Add RTL-support.

    Iran-110 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    957af3a View commit details
    Browse the repository at this point in the history
  2. Revert "Add RTL-support."

    This reverts commit 957af3a.
    Iran-110 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d315c6a View commit details
    Browse the repository at this point in the history
  3. Add RTL-support.

    Iran-110 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    c2ca581 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    fd65529 View commit details
    Browse the repository at this point in the history
  2. Fix a lint error.

    Iran-110 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    79bf527 View commit details
    Browse the repository at this point in the history
  3. version update

    Iran-110 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    db06cb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. import url is not correct

    corrected node import url into -rtl instead of -2
    dohahelmy authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f20ce95 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #2 from dohahelmy/patch-2

    corrects import in README.md
    Iran-110 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    446a811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6218d98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from Iran-110/slide-count

    fixes the error of undifiend children in while updating the page.
    Iran-110 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b8d41c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d221534 View commit details
    Browse the repository at this point in the history
  5. version update

    Iran-110 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    96391e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    067250a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    10ed222 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from Iran-110/responsive-ssr

    Responsive Carousel and SSR
    Iran-110 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0489851 View commit details
    Browse the repository at this point in the history
  3. version update

    Iran-110 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6d4dee3 View commit details
    Browse the repository at this point in the history