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

chore: release 5.0.0 (main-beta -> main) #2465

Open
wants to merge 654 commits into
base: main
Choose a base branch
from
Open

chore: release 5.0.0 (main-beta -> main) #2465

wants to merge 654 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 31, 2024

  1. chore(release): 5.0.0-beta.19

    ## [5.0.0-beta.19](v5.0.0-beta.18...v5.0.0-beta.19) (2024-05-31)
    
    ### Features
    
    * **esl-event-listener:** add support for criteria-based subscriptions ([b571d88](b571d88))
    * **esl-popup:** add handler for refresh event ([5864c92](5864c92))
    * **lint:** add deprecation warning regarding incorrect direct imports for `attr`, `prop`, `jsonAttr`, `boolAttr`, `listen` ([e592048](e592048))
    
    ### Bug Fixes
    
    * **deps:** bump pug from 3.0.2 to 3.0.3 ([8006a45](8006a45))
    * **esl-utils:** fix event cancellation handling ([8e45a75](8e45a75))
    * **esl-utils:** fix isRelativeNode signature (can accept undefined as a node) ([4e2c7af](4e2c7af))
    semantic-release-bot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6248abf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

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

Commits on Jun 17, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into main-beta

    # Conflicts:
    #	CHANGELOG.md
    #	e2e/package.json
    #	eslint/package.json
    #	package-lock.json
    #	package.json
    #	site/package.json
    ala-n committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    09d735b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    d6b84d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a3c64 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    75c0ed4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a7e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec2fd28 View commit details
    Browse the repository at this point in the history
  4. chore(site): apply suggestion from code review

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    fshovchko and ala-n committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8e892e8 View commit details
    Browse the repository at this point in the history
  5. fix(esl-carousel): add possibility to hide controls according to clos…

    …est container state
    ala-n committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b941748 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c6739a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd2bcbc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2472 from exadel-inc/fix/carousel-controls

    fix(esl-carousel): add possibility to hide controls according to closest container state
    ala-n committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4680e50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f073b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74d0718 View commit details
    Browse the repository at this point in the history
  11. chore(release): 5.0.0-beta.20

    ## [5.0.0-beta.20](v5.0.0-beta.19...v5.0.0-beta.20) (2024-06-20)
    
    ### Bug Fixes
    
    * **deps:** bump @11ty/eleventy-dev-server from 2.0.0 to 2.0.1 ([9211eaf](9211eaf))
    * **deps:** bump puppeteer from 22.10.0 to 22.11.0 ([1f3b833](1f3b833))
    * **deps:** bump puppeteer from 22.11.0 to 22.11.1 ([40c7f0a](40c7f0a))
    * **deps:** bump puppeteer from 22.11.1 to 22.11.2 ([8a824cf](8a824cf))
    * **deps:** bump webpack from 5.91.0 to 5.92.0 ([ab7f579](ab7f579))
    * **deps:** bump webpack from 5.92.0 to 5.92.1 ([6909d17](6909d17))
    * **deps:** bump ws from 7.5.9 to 7.5.10 ([330fd97](330fd97))
    * **esl-carousel:** add possibility to hide controls according to closest container state ([b941748](b941748))
    * **lint:** notify about version differences for `eslint-plugin-esl` ([4cc0ddc](4cc0ddc))
    semantic-release-bot committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8ae34c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'refs/heads/main-beta' into feat/esl-carousel-demo

    # Conflicts:
    #	src/modules/esl-carousel/core/esl-carousel.less
    ala-n committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a5b4dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6d79e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39b53b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2476 from exadel-inc/feat/esl-carousel-demo

    docs(esl-carousel): esl-carousel demo page (UIP)
    ala-n committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    823fae8 View commit details
    Browse the repository at this point in the history
  5. feat(esl-carousel): add grid renderer with capability to render mul…

    …ti row (column) carousel
    
    Co-authored-by: Anna <abarmina@exadel.com>
    ala-n and abarmina committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a54a1ab View commit details
    Browse the repository at this point in the history
  6. docs(esl-carousel): add grid renderer carousel demo sample

    Co-authored-by: Anna <abarmina@exadel.com>
    ala-n and abarmina committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    79acc6c View commit details
    Browse the repository at this point in the history
  7. refactor(esl-carousel): add grid renderer fake slide marker and builder

    Co-authored-by: Anna <abarmina@exadel.com>
    ala-n and abarmina committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3506c59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    453849e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #2477 from exadel-inc/feat/grid-carousel

    feat(esl-carousel): add grid renderer with capability to render multi row (column) carousel
    ala-n committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    06b2425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e949b6 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0-beta.21

    ## [5.0.0-beta.21](v5.0.0-beta.20...v5.0.0-beta.21) (2024-06-25)
    
    ### Features
    
    * **esl-carousel:** add `grid` renderer with capability to render multi row (column) carousel ([a54a1ab](a54a1ab))
    
    ### Bug Fixes
    
    * **deps:** bump puppeteer from 22.11.2 to 22.12.0 ([2a5c371](2a5c371))
    semantic-release-bot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    41cd0b8 View commit details
    Browse the repository at this point in the history
  4. chore(site): apply suggestion from code review

    Co-authored-by: Dmytro Shovchko <d.shovchko@gmail.com>
    fshovchko and dshovchko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e53f487 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix(esl-carousel): fix incorrect alignment of the grid carousel rende…

    …rer if there are no enough slides
    abarmina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6956729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4ba58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c954384 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2479 from exadel-inc/fix/grid-carousel-incomplete

    fix(esl-carousel): fix incorrect alignment of the grid carousel renderer if there are no enough slides
    abarmina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d539aa3 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.0.0-beta.22

    ## [5.0.0-beta.22](v5.0.0-beta.21...v5.0.0-beta.22) (2024-06-26)
    
    ### Bug Fixes
    
    * **esl-carousel:** fix incorrect alignment of the grid carousel renderer if there are no enough slides ([6956729](6956729))
    semantic-release-bot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0b99f62 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into cho…

    …re/rework-popup-game
    
    # Conflicts:
    #	site/src/localdev.less
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c399e0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2357 from exadel-inc/chore/rework-popup-game

    chore(site): rework `esl-popup` game demo page using ui playground
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    49f337b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8162b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2313c2a View commit details
    Browse the repository at this point in the history
  5. feat(esl-carousel): add current and related slide element accessors t…

    …o carousel change event
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4064b9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c9f8c4 View commit details
    Browse the repository at this point in the history
  7. feat(esl-event-listener): add ability to ESLWheelTarget to ignore inc…

    …ome wheel events by predicate
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    af47dbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    766dabe View commit details
    Browse the repository at this point in the history
  9. feat(esl-event-listener): add ability to prevent default wheel action…

    … trough ESLWheelTarget
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0e1f192 View commit details
    Browse the repository at this point in the history
  10. feat(esl-carousel): make ESLCarouselWheelMixin respect direction & ab…

    …le to prevent default wheel action
    ala-n committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    376f303 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    37f01bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e45f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ad98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5758c3 View commit details
    Browse the repository at this point in the history
  5. docs(esl-event-listener): fix typo in test/targets/wheel.test.ts

    Co-authored-by: Anastasiya Lesun <72765981+NastaLeo@users.noreply.github.com>
    ala-n and NastaLeo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    acbfff2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2481 from exadel-inc/feat/esl-carousel-updates

    feat(esl-carousel + esl-event-listener): Bunch of updates for carousel API, wheel plugin and core wheel target
    ala-n committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    090bd4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e44e3a View commit details
    Browse the repository at this point in the history
  8. chore(release): 5.0.0-beta.23

    ## [5.0.0-beta.23](v5.0.0-beta.22...v5.0.0-beta.23) (2024-07-01)
    
    ### Features
    
    * **esl-carousel:** add ability to pass slide as a `goTo` parametr ([2313c2a](2313c2a))
    * **esl-carousel:** add current and related slide element accessors to carousel change event ([4064b9f](4064b9f))
    * **esl-carousel:** make ESLCarouselWheelMixin respect direction & able to prevent default wheel action ([376f303](376f303))
    * **esl-event-listener:** add ability to ESLWheelTarget to ignore income wheel events by predicate ([af47dbb](af47dbb))
    * **esl-event-listener:** add ability to prevent default wheel action trough ESLWheelTarget ([0e1f192](0e1f192))
    
    ### Bug Fixes
    
    * **deps:** bump puppeteer from 22.12.0 to 22.12.1 ([56ebbfa](56ebbfa))
    * **esl-carousel:** add ability to ignore defined content areas by ESLCarouselWheelMixin ([766dabe](766dabe))
    * **esl-carousel:** de-scope `[esl-carousel-slides]` style defaults ([d3ad98a](d3ad98a))
    * **esl-carousel:** fix deprecated type usage inside carousel wheel plugin ([1c9f8c4](1c9f8c4))
    * **esl-carousel:** improve log messaging and fix initialization exceptions ([8e45f58](8e45f58))
    semantic-release-bot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b5aa526 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    7197e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb91710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c51ac99 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #2487 from exadel-inc/tech/carousel-upd

    fix(esl-carousel): fix handling of pointercancel event by touch plugin
    ala-n committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2169caf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    1c1f6d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2496 from exadel-inc/fix/UI-integration-cleanup

    chore(site): enhance regex to support <script> tags with type="text/p…
    Natalie-Smirnova committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0d262fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2ea5e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2499 from exadel-inc/fix/carousel-animating

    fix(esl-carousel): make animated carousel area equal to the content without padding
    ala-n committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b34d575 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request #2501 from exadel-inc/tech/fix-site-items-sorter

    chore(site): fix site sorters, make them generalized
    ala-n committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2a33825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e7fdb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2507 from exadel-inc/tests/snapshots-patch-172070…

    …4393
    
    test(e2e): update snapshots (via GitHub Actions) for refs/heads/main-beta
    ala-n committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e85f45a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab458a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    36c8ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b759747 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/main' into main-beta

    # Conflicts:
    #	CHANGELOG.md
    #	e2e/package.json
    #	e2e/tests/__image_snapshots__/homepage-feature-feature-homepage-looks-fine-test-homepage-footer-on-desktop-1-snap.png
    #	eslint/package.json
    #	package-lock.json
    #	package.json
    #	site/package.json
    ala-n committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    adf2979 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a41d91f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eef9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d017ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1ca160 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2516 from exadel-inc/tests/snapshots-patch-172104…

    …6575
    
    test(e2e): update snapshots (via GitHub Actions) for refs/heads/main-beta
    ala-n committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a4bb64b View commit details
    Browse the repository at this point in the history
  6. chore(release): 5.0.0-beta.24

    ## [5.0.0-beta.24](v5.0.0-beta.23...v5.0.0-beta.24) (2024-07-15)
    
    ### Features
    
    * **lint:** deprecation rule for `ESlMediaRuleList.parse` ([#2509](#2509)) ([a1f916a](a1f916a))
    
    ### Bug Fixes
    
    * **esl-carousel:** fix handling of pointercancel event by touch plugin ([fb91710](fb91710))
    * **esl-carousel:** make animated carousel area equal to the content without padding ([1c1f6d8](1c1f6d8))
    * **esl-event-listener:** fix missing signature for `$$on` method of base component ([7197e30](7197e30))
    * **esl-mixin-element:** major fix for nested hierarchy mixin disconnection ([d360da0](d360da0)), closes [#2505](#2505)
    semantic-release-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1090871 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    050df80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e895c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1899484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    686396c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a41d67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c03c8f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    156656a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    d0e2587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add038a View commit details
    Browse the repository at this point in the history
  3. refactor(esl-carousel): remove esl:carousel:init event (replaced wi…

    …th `esl:carousel:change` with initial marker)
    ala-n committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7a6c9b3 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/bugfix/esl-carousel…

    …-nav-position' into feat/esl-carousel-container
    ala-n committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7c78af6 View commit details
    Browse the repository at this point in the history
  5. refactor(esl-carousel): improve control state management (remove arro…

    …w control visibility variable hack)
    ala-n committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    efb1168 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd764b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    366daec View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fix(esl-carousel): rework carousel slide change event with complete a…

    …nd more clear information
    ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0b5983f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5948a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca7d308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86126d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06d2bd3 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/esl-carousel-container
    ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    61abf7a View commit details
    Browse the repository at this point in the history
  7. refactor(esl-carousel): event API updates and fallback logic fixes

    Co-authored-by: alesun <alesun@exadel.com>
    ala-n and NastaLeo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    99b9621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c95396d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    693b84d View commit details
    Browse the repository at this point in the history
  10. chore(esl-media-query): exclude `@exadel/esl/deprecated-4/media-rule-…

    …list-parse` rule for current snapshot state
    ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    025166e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2452 from exadel-inc/feat/ingore-tuple-by-query

    feat(esl-media-query): ingore tuple values if query syntax passed
    ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    80f567a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2522 from exadel-inc/feat/esl-carousel-container

    refactor(esl-carousel): complete rework of carousel container & events API
    ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ef418f1 View commit details
    Browse the repository at this point in the history
  13. feat(esl-carousel): add centered renderer

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    dd26e7e View commit details
    Browse the repository at this point in the history
  14. docs(esl-carousel): add centered renderer carousel demo sample

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f5ca7eb View commit details
    Browse the repository at this point in the history
  15. fix(esl-carousel): add more specificity to styles to limit scope of t…

    …he carousel animation
    abarmina committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4d4db05 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    66a3f07 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    b8cf96b View commit details
    Browse the repository at this point in the history
  2. chore: fix stylelint warnings

    ala-n committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8dcf96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0166b8d View commit details
    Browse the repository at this point in the history
  4. refactor(esl-media-query): parse will consider single value as `all…

    … => value` (query case)
    ala-n committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ecdeda1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ee3d98 View commit details
    Browse the repository at this point in the history
  6. style(esl-carousel): apply comments from review (fix example markdown…

    … according to latest updates)
    
    Co-authored-by: alesun <alesun@exadel.com>
    ala-n and NastaLeo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    471f90d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2523 from exadel-inc/feat/centered-carousel

    feat(esl-carousel): add centered renderer
    ala-n committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fa43fbe View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/carousel-rework-3
    ala-n committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    80a27c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96c81cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0235c70 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. docs(esl-media-query): fix TSDoc examples

    Co-authored-by: alesun <alesun@exadel.com>
    ala-n and NastaLeo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a01e2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466b66c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db35d2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/carousel-rework-3
    ala-n committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    834063b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2524 from exadel-inc/feat/carousel-rework-3

    feat(esl-carousel): rework carousel plugins API to use json attr + smart media query
    ala-n committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cbb364e View commit details
    Browse the repository at this point in the history
  6. chore(release): 5.0.0-beta.25

    ## [5.0.0-beta.25](v5.0.0-beta.24...v5.0.0-beta.25) (2024-07-22)
    
    ### Features
    
    * **esl-carousel:** add centered renderer ([dd26e7e](dd26e7e))
    * **esl-carousel:** complete rework ESLCarousel container feature ([ca7d308](ca7d308))
    * **esl-carousel:** extend ESLCarousel API with new markers, fix carousel change events ([2a41d67](2a41d67))
    * **esl-carousel:** improve ESLCarouselNav mixin API and internal livecycle ([156656a](156656a))
    * **esl-carousel:** rework carousel plugins API to use json attr + smart media query ([0166b8d](0166b8d))
    * **esl-media-query:** ingore tuple values if query syntax passed ([1899484](1899484))
    
    ### Bug Fixes
    
    * **esl-carousel:** add more specificity to styles to limit scope of the carousel animation ([4d4db05](4d4db05))
    * **esl-carousel:** fix ESLCarouselNavDots livecycle and carousel observation ([c03c8f9](c03c8f9))
    * **esl-carousel:** rework carousel slide change event with complete and more clear information ([0b5983f](0b5983f))
    semantic-release-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bc87a0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6252474 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da1a237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1964c3e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2528 from exadel-inc/fix/esl-carousel-dots

    fix(esl-carousel): `esl-carousel-dots` does not re-renders after target re-definition
    ala-n committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    73c9e49 View commit details
    Browse the repository at this point in the history
  11. fix(esl-carousel): remove specificity hack for carousel clipping

    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    ala-n and abarmina committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0fa0ac7 View commit details
    Browse the repository at this point in the history
  12. fix(esl-carousel): a11ty targets for arrow controls

    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    ala-n and abarmina committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8240921 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1df718 View commit details
    Browse the repository at this point in the history
  14. chore(release): 5.0.0-beta.26

    ## [5.0.0-beta.26](v5.0.0-beta.25...v5.0.0-beta.26) (2024-07-22)
    
    ### Bug Fixes
    
    * **esl-carousel:** `esl-carousel-dots` does not re-renders after target re-definition ([6252474](6252474))
    * **esl-carousel:** a11ty targets for arrow controls ([8240921](8240921))
    * **esl-carousel:** remove specificity hack for carousel clipping ([0fa0ac7](0fa0ac7))
    semantic-release-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fdda60a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. feat(esl-carousel): esl-carousel-nav default classes and attributes…

    … reworked
    
    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    Co-authored-by: alesun <alesun@exadel.com>
    3 people committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fd50c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e9804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79e2aef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2532 from exadel-inc/feat/esl-nav-rework

    feat(esl-carousel): `esl-carousel-nav` default classes and attributes reworked
    ala-n committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a657313 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.0.0-beta.27

    ## [5.0.0-beta.27](v5.0.0-beta.26...v5.0.0-beta.27) (2024-07-23)
    
    ### Features
    
    * **esl-carousel:** `esl-carousel-nav` default classes and attributes reworked ([fd50c71](fd50c71))
    semantic-release-bot committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4bc8b55 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    582b7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8758c6 View commit details
    Browse the repository at this point in the history
  3. fix(esl-carousel): fix count of slides to be rendered before the firs…

    …t slide
    
    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cd68ea3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a80071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de4082b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbccb0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd5bb26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7d57f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c0745d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2538 from exadel-inc/fix/count-reserve-slides

    fix(esl-carousel): fix count of slides to be rendered before the first slide
    ala-n committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    daea2a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge pull request #2539 from exadel-inc/tech/site-banner-upd

    refactor(site): update site contribution banner
    ala-n committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9c488b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2540 from exadel-inc/tech/site-utils

    refactor(site): introduce missing common utilities and enhancements from presentation branch
    ala-n committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0872df0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    5018827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb335c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3bae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abb2da6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9231397 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8718f47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    116d16a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cecf180 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2548 from exadel-inc/tests/snapshots-patch-172228…

    …4251
    
    test(e2e): update snapshots (via GitHub Actions) for refs/heads/feat/site-presentation-styles
    ala-n committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6f53702 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2543 from exadel-inc/feat/site-presentation-styles

    refactor(site): rework icons to unify animation, header styles cleanup
    ala-n committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8bbe412 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/site-presentation-styles-basis
    ala-n committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f4eba09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    136536c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0177760 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    537db39 View commit details
    Browse the repository at this point in the history
  15. chore(release): 5.0.0-beta.28

    ## [5.0.0-beta.28](v5.0.0-beta.27...v5.0.0-beta.28) (2024-07-29)
    
    ### Bug Fixes
    
    * **esl-carousel:** fix count of slides to be rendered before the first slide ([cd68ea3](cd68ea3))
    semantic-release-bot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ae9d283 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix(esl-carousel): carousel now uses average of the real slide sizes …

    …during move action routines
    
    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    ala-n and abarmina committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2472723 View commit details
    Browse the repository at this point in the history
  2. feat(esl-carousel): change carousel move API

    - Renderer `onMove` method renamed to `move`
    - Both `move` and `commit` methods expect optional base slide to make shift
    - Replace `indexByOffset` common move method with actual purpose - `INDEX_MOVE_MULTIPLIER` getter
    
    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    ala-n and abarmina committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    085f977 View commit details
    Browse the repository at this point in the history
  3. fix(esl-carousel): touch behaviour fix - incorrect touch-action targe…

    …t is used
    
    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    ala-n and abarmina committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    18b1ba1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21effd View commit details
    Browse the repository at this point in the history
  5. docs(esl-carousel): fix doc style issue in esl-carousel.renderer.ts

    Co-authored-by: Anastasiya Lesun <72765981+NastaLeo@users.noreply.github.com>
    ala-n and NastaLeo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c6cb5c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2552 from exadel-inc/feat/esl-carousel-move-reworked

    fix(esl-carousel): multiple carousel touch behavior fixes
    ala-n committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a35928e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35d5a7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48191a8 View commit details
    Browse the repository at this point in the history
  9. chore(release): 5.0.0-beta.29

    ## [5.0.0-beta.29](v5.0.0-beta.28...v5.0.0-beta.29) (2024-07-30)
    
    ### Features
    
    * **esl-carousel:** change carousel move API ([085f977](085f977))
    
    ### Bug Fixes
    
    * **esl-carousel:** carousel now uses average of the real slide sizes during move action routines ([2472723](2472723))
    * **esl-carousel:** touch behaviour fix - incorrect touch-action target is used ([18b1ba1](18b1ba1))
    semantic-release-bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    44ee544 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    04b730d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420056d View commit details
    Browse the repository at this point in the history
  3. fix(esl-carousel): fix carousel empty state

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8f88589 View commit details
    Browse the repository at this point in the history
  4. fix(esl-carousel): fix incomplete centered carousel rendering

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0d7adce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2556 from exadel-inc/fix/esl-carousel-grid

    fix(esl-carousel): fix carousel empty state
    abarmina committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    38b3bc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2108124 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2557 from exadel-inc/fix/centered-esl-carousel

    fix(esl-carousel): fix incomplete centered carousel rendering
    abarmina committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2f6b8a5 View commit details
    Browse the repository at this point in the history
  8. chore(release): 5.0.0-beta.30

    ## [5.0.0-beta.30](v5.0.0-beta.29...v5.0.0-beta.30) (2024-07-31)
    
    ### Bug Fixes
    
    * **esl-carousel:** fix carousel empty state ([8f88589](8f88589))
    * **esl-carousel:** fix incomplete centered carousel rendering ([0d7adce](0d7adce))
    semantic-release-bot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    249ed6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    946e8a0 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/esl-carousel-animation
    ala-n committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    878400d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30cef21 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #2558 from exadel-inc/feat/esl-carousel-nav-updates

    fix(esl-carousel): direction related issues, cleanup internal nav API (rename dir to direction)
    ala-n committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c2dfae5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2555 from exadel-inc/feat/esl-carousel-animation

    feat(esl-carousel): rework default renderer animation approach (now uses js animation)
    ala-n committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0bd7a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. refactor(esl-carousel): move types to the common place, rearrange nav…

    …igation request and initial update
    ala-n committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4a57c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2157e6a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat(esl-image-utils): create esl-img-container mixin to provide img …

    …container functionality
    
    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    abarmina and ala-n committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5b4761a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16fc5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6afcbd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    63d869b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5fb32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf79db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d28d430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7325067 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    322a384 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 11, 2024

  1. Merge pull request #2573 from exadel-inc/feat/time-parsing

    feat(esl-utils): add `parseTime`, less restrictive alternative to passed time format
    ala-n committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d52213c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    9d973c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6aaad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e78139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd57e93 View commit details
    Browse the repository at this point in the history
  5. style(esl-anchornav): apply suggestions from code review

    Co-authored-by: Anastasiya Lesun <72765981+NastaLeo@users.noreply.github.com>
    dshovchko and NastaLeo committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e4e055e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29fdf08 View commit details
    Browse the repository at this point in the history
  7. refactor(esl-image-utils): update implementation to use json attr and…

    … new compact representation
    
    BREAKING-CHANGE: legacy implementation of `esl-image` no longer distributes aspect-ratio styles
    ala-n committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    602afc7 View commit details
    Browse the repository at this point in the history
  8. refactor(site): migrate esl-image usages to native img with `esl-im…

    …age-container` and lazy-loading
    ala-n committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dcd788c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3591065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d971dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3656f81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9f924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1d4721 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2585 from exadel-inc/tests/snapshots-patch-172351…

    …4630
    
    test(e2e): update snapshots (via GitHub Actions) for refs/heads/feature/esl-image-utils
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    63b4b06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b97e25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad60332 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bd56c8 View commit details
    Browse the repository at this point in the history
  10. style(esl-image-utils): fix typos and code formatting

    Co-authored-by: Dmytro Shovchko <d.shovchko@gmail.com>
    Co-authored-by: Anastasiya Lesun <72765981+NastaLeo@users.noreply.github.com>
    3 people committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6b19b56 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2584 from exadel-inc/feature/esl-image-utils

    feat(esl-image-utils): create esl-img-container mixin to provide image container functionality
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3dabf32 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6dd88e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a76501 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #2589 from exadel-inc/tests/snapshots-patch-172355…

    …3309
    
    test(e2e): update snapshots (via GitHub Actions) for refs/heads/feat/esl-anchornav
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    df9bad0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9caa111 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #2577 from exadel-inc/feat/esl-anchornav

    feat(esl-anchornav): create esl-anchornav to provide anchor navigation
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bb9ceea View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'refs/remotes/origin/main-beta' into fea…

    …t/site-presentation-styles-basis
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c0f18a3 View commit details
    Browse the repository at this point in the history
  18. refactor(site): PR comments fixes

    Co-authored-by: Anna Barmina <abarmina@exadel.com>
    Co-authored-by: Dmytro Shovchko <d.shovchko@gmail.com>
    3 people committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    43bc7c1 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #2544 from exadel-inc/feat/site-presentation-style…

    …s-basis
    
    refactor(site): add presentation draft
    ala-n committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8557630 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6c559b0 View commit details
    Browse the repository at this point in the history
  21. chore(release): 5.0.0-beta.31

    ## [5.0.0-beta.31](v5.0.0-beta.30...v5.0.0-beta.31) (2024-08-13)
    
    ### ⚠ BREAKING CHANGES
    
    * **esl-image-utils:** legacy implementation of `esl-image` no longer distributes aspect-ratio styles
    
    ### Features
    
    * **esl-anchornav:** create esl-anchor mixin ([db5fb32](db5fb32))
    * **esl-anchornav:** create esl-anchornav component to provide anchor navigation ([cf79db8](cf79db8))
    * **esl-anchornav:** create esl-anchornav-sticked mixin to provide sticked behaviour ([d28d430](d28d430))
    * **esl-carousel:** rework default renderer animation approach (now uses js animation) ([04b730d](04b730d))
    * **esl-image-utils:** create esl-img-container mixin to provide img container functionality ([5b4761a](5b4761a))
    * **esl-image-utils:** helper container classes for native img / picture containers ([16fc5cb](16fc5cb))
    * **esl-utils:** add `parseTime` alternative, less restrictive to passed format ([05e5963](05e5963))
    * **esl-utils:** create utility to get element that is viewport for specified element ([63d869b](63d869b))
    
    ### Bug Fixes
    
    * **esl-carousel:** direction related issues, cleanup internal nav API ([30cef21](30cef21))
    
    ### Code Refactoring
    
    * **esl-image-utils:** update implementation to use json attr and new compact representation ([602afc7](602afc7))
    semantic-release-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    29baee8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    c9bd23d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b587f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5285b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bc8c90 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into main-beta

    # Conflicts:
    #	CHANGELOG.md
    #	e2e/package.json
    #	eslint/package.json
    #	package-lock.json
    #	package.json
    #	site/package.json
    ala-n committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9eba4ef View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    22900a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab2b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c7560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4b9c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5a84bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d43ba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e452e71 View commit details
    Browse the repository at this point in the history
  8. style(esl-anchornav): apply suggestions from code review

    Co-authored-by: alesun <alesun@exadel.com>
    dshovchko and NastaLeo committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5d9f54f View commit details
    Browse the repository at this point in the history
  9. docs(esl-carousel): fix typos discovered during code review

    Co-authored-by: Dmytro Shovchko <d.shovchko@gmail.com>
    ala-n and dshovchko committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a3f3344 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    028b94f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    b1c5238 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2595 from exadel-inc/feat/esl-carousel-api

    [esl-carousel] inner API update + fixes
    ala-n committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d18436b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2607 from exadel-inc/feat/img-utils-css-update

    fix(esl-image-utils): de-scope (img-cover, img-contain) classes
    ala-n committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b57c105 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2606 from exadel-inc/fix/esl-anchornav-fixes

    [ESLAnchornav] updates
    ala-n committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0b8dbf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8241a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3b7ea6 View commit details
    Browse the repository at this point in the history
  7. chore(release): 5.0.0-beta.32

    ## [5.0.0-beta.32](v5.0.0-beta.31...v5.0.0-beta.32) (2024-08-22)
    
    ### Features
    
    * **esl-anchornav:** add active-class to set on active item ([e452e71](e452e71))
    * **esl-carousel:** add step animation duration customization ([4bc8c90](4bc8c90))
    
    ### Bug Fixes
    
    * **esl-anchornav:** fix ESLAnchornavRender signature ([3d43ba1](3d43ba1))
    * **esl-carousel:** fix esl-carousel DOM manipulation and slides livecycle ([9ab2b6b](9ab2b6b))
    * **esl-carousel:** fix initial index normalization and long animation speed ([45c7560](45c7560))
    * **esl-carousel:** fix navigation group indexes restriction for non-loop carousels ([d5a84bf](d5a84bf))
    * **esl-carousel:** incomplete carousel should be normalized with non loop constraints ([2157e6a](2157e6a))
    * **esl-image-utils:** de-scope (img-cover, img-contain) classes ([028b94f](028b94f))
    * **esl-image-utils:** remove extra overflow style ([b1c5238](b1c5238))
    * **lint:** fix package missing `kleur` dependency ([b6581b9](b6581b9))
    * **site:** share preview cards ([58194ca](58194ca))
    semantic-release-bot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    382fb98 View commit details
    Browse the repository at this point in the history