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

Add Carousel component #1275

Merged
merged 120 commits into from
Sep 25, 2024
Merged

Add Carousel component #1275

merged 120 commits into from
Sep 25, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    04f5f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac87ad View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    3ee1b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699d967 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    aa88c88 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    19cc459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b8483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce58f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix: Cirucular dependency between carousel and slides

    Introduced `@lit/context` as a dependency to the library.
    Refactored some of the carousel slide code.
    rkaraivanov committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    efd6d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4bd847 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ecc4012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0694ff8 View commit details
    Browse the repository at this point in the history
  3. refactor(carousel): animate slides and emit igcSlideChanged

    play/pause on interval
    RivaIvanova committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3c19d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    ecef75f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    768a680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dfa499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b1d4e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d5e660 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7f56a5f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    6604919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776d713 View commit details
    Browse the repository at this point in the history
  3. feat(carousel): add keyboard navigation

    pause loop on focus
    minor prop/methods changes
    RivaIvanova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9d2e9f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    933243b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    3f786df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f93367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbbc096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c377d62 View commit details
    Browse the repository at this point in the history
  5. feat(carousel): add rtl kbn

    pause/play on focusin/focusout
    RivaIvanova committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    686ba61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b699e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    f240853 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    ac42226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df2bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a90f48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503575b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    68b39b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c644331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    386c3f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    a73e4d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5568f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    4c434e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a0d9b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    1a68221 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    3e0938e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce89731 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    d58f895 View commit details
    Browse the repository at this point in the history
  2. fix(carousel): emit slideChangedEvent on arrow kbn

    rename skipPicker to skipIndicator
    RivaIvanova committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    42bcdb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceacf00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3990a84 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. feat(carousel): add custom indicators via igc-carousel-indicator;

    add input and thumbnail stories;
    RivaIvanova committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    22c41b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb27d31 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. refactor(carousel): use state; rearrange methods & props;

    add ArrowUp/ArrowDown kbn in vertical mode;
    remove indicators label on skipIndicators
    RivaIvanova committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b907faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4760981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510cbf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7656df2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    845c49c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7175ae View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. feat(carousel): use igc-carousel-indicator as default indicator;

    remove opacity from slide animation;
    RivaIvanova committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b4bae28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fcc17 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    15486c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    853a23c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    66330fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8e088 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    dde6bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0305f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ae0140c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    abed32e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    b47e00c View commit details
    Browse the repository at this point in the history
  2. fix(carousel): maintain focus with slotted indicators;

    set slide to not be focusable
    RivaIvanova committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3d9bfd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b31d7ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9792f37 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ce86eeb View commit details
    Browse the repository at this point in the history
  2. fix(carousel): activate slide on slotchange;

    watch interval/animationType changes before initial update
    RivaIvanova committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dce9501 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    209e4a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    9050370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e666ce View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    5615a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    9bf6482 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    94c41d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf9bff View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    254995b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3e86daa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    d6143b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    b87d8d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514be27 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    f92db01 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    d95143a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee08e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    59b2752 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8fad8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e033acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b67a461 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef343c6 View commit details
    Browse the repository at this point in the history
  5. feat: Added basic gestures controller (#1385)

    This commit adds very basic support for swipe
    gestures only.
    rkaraivanov authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1d97092 View commit details
    Browse the repository at this point in the history
  6. docs(carousel): css parts

    SisIvanova committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6e2e6cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c43d09 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e3b08b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc3d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70bf38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    615e9e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21ea4e0 View commit details
    Browse the repository at this point in the history
  6. fix(carousel): support only touch gestures;

    test(carousel): remove repetitive it;
    RivaIvanova committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    abd96e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. refactor: Last round of code style changes

    - Don't export the carousel indicator container from
    from the entry point of the package.
    - Added some more API documentation.
    - Refactored code around callbacks in the carousel.
    rkaraivanov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c97ee3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcba916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1827522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ee4b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    61a0387 View commit details
    Browse the repository at this point in the history
  2. feat(carousel): add RTL gesture support;

    - change properties' names;
    - add interaction test;
    RivaIvanova committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    05d5e86 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b11d39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed044f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90efed9 View commit details
    Browse the repository at this point in the history
  4. fix(carousel-slide): add blazorSuppress;

    - fix rendering test for carousel-slide
    RivaIvanova committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e5415f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb4e34f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23a7e1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bc345d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b64a060 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0dcf94e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    38db515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0d9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ec258 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    f440fb5 View commit details
    Browse the repository at this point in the history