Skip to content

Releases: exadel-inc/esl

v5.0.0-beta.33

22 Aug 17:36
Compare
Choose a tag to compare
v5.0.0-beta.33 Pre-release
Pre-release

5.0.0-beta.33 (2024-08-22)

Bug Fixes

  • esl-carousel: fix slide mixin initialization order (ad92042)

v5.0.0-beta.32

22 Aug 11:49
Compare
Choose a tag to compare
v5.0.0-beta.32 Pre-release
Pre-release

5.0.0-beta.32 (2024-08-22)

Features

  • esl-anchornav: add active-class to set on active item (e452e71)
  • esl-carousel: add step animation duration customization (4bc8c90)

Bug Fixes

  • esl-anchornav: fix ESLAnchornavRender signature (3d43ba1)
  • esl-carousel: fix esl-carousel DOM manipulation and slides livecycle (9ab2b6b)
  • esl-carousel: fix initial index normalization and long animation speed (45c7560)
  • esl-carousel: fix navigation group indexes restriction for non-loop carousels (d5a84bf)
  • esl-carousel: incomplete carousel should be normalized with non loop constraints (2157e6a)
  • esl-image-utils: de-scope (img-cover, img-contain) classes (028b94f)
  • esl-image-utils: remove extra overflow style (b1c5238)
  • lint: fix package missing kleur dependency (b6581b9)
  • site: share preview cards (58194ca)

v4.18.1

16 Aug 09:53
Compare
Choose a tag to compare

4.18.1 (2024-08-16)

Bug Fixes

  • lint: fix package missing kleur dependency (b6581b9)

v5.0.0-beta.31

13 Aug 22:07
Compare
Choose a tag to compare
v5.0.0-beta.31 Pre-release
Pre-release

5.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)
  • esl-anchornav: create esl-anchornav component to provide anchor navigation (cf79db8)
  • esl-anchornav: create esl-anchornav-sticked mixin to provide sticked behaviour (d28d430)
  • esl-carousel: rework default renderer animation approach (now uses js animation) (04b730d)
  • esl-image-utils: create esl-img-container mixin to provide img container functionality (5b4761a)
  • esl-image-utils: helper container classes for native img / picture containers (16fc5cb)
  • esl-utils: add parseTime alternative, less restrictive to passed format (05e5963)
  • esl-utils: create utility to get element that is viewport for specified element (63d869b)

Bug Fixes

  • esl-carousel: direction related issues, cleanup internal nav API (30cef21)

Code Refactoring

  • esl-image-utils: update implementation to use json attr and new compact representation (602afc7)

v5.0.0-beta.30

31 Jul 21:29
Compare
Choose a tag to compare
v5.0.0-beta.30 Pre-release
Pre-release

5.0.0-beta.30 (2024-07-31)

Bug Fixes

  • esl-carousel: fix carousel empty state (8f88589)
  • esl-carousel: fix incomplete centered carousel rendering (0d7adce)

v5.0.0-beta.29

30 Jul 20:50
Compare
Choose a tag to compare
v5.0.0-beta.29 Pre-release
Pre-release

5.0.0-beta.29 (2024-07-30)

Features

  • esl-carousel: change carousel move API (085f977)

Bug Fixes

  • esl-carousel: carousel now uses average of the real slide sizes during move action routines (2472723)
  • esl-carousel: touch behaviour fix - incorrect touch-action target is used (18b1ba1)

v5.0.0-beta.28

29 Jul 21:59
Compare
Choose a tag to compare
v5.0.0-beta.28 Pre-release
Pre-release

5.0.0-beta.28 (2024-07-29)

Bug Fixes

  • esl-carousel: fix count of slides to be rendered before the first slide (cd68ea3)

v5.0.0-beta.27

23 Jul 13:36
Compare
Choose a tag to compare
v5.0.0-beta.27 Pre-release
Pre-release

5.0.0-beta.27 (2024-07-23)

Features

  • esl-carousel: esl-carousel-nav default classes and attributes reworked (fd50c71)

v5.0.0-beta.26

22 Jul 23:07
Compare
Choose a tag to compare
v5.0.0-beta.26 Pre-release
Pre-release

5.0.0-beta.26 (2024-07-22)

Bug Fixes

  • esl-carousel: esl-carousel-dots does not re-renders after target re-definition (6252474)
  • esl-carousel: a11ty targets for arrow controls (8240921)
  • esl-carousel: remove specificity hack for carousel clipping (0fa0ac7)

v5.0.0-beta.25

22 Jul 14:16
Compare
Choose a tag to compare
v5.0.0-beta.25 Pre-release
Pre-release

5.0.0-beta.25 (2024-07-22)

Features

  • esl-carousel: add centered renderer (dd26e7e)
  • esl-carousel: complete rework ESLCarousel container feature (ca7d308)
  • esl-carousel: extend ESLCarousel API with new markers, fix carousel change events (2a41d67)
  • esl-carousel: improve ESLCarouselNav mixin API and internal livecycle (156656a)
  • esl-carousel: rework carousel plugins API to use json attr + smart media query (0166b8d)
  • esl-media-query: ingore tuple values if query syntax passed (1899484)

Bug Fixes

  • esl-carousel: add more specificity to styles to limit scope of the carousel animation (4d4db05)
  • esl-carousel: fix ESLCarouselNavDots livecycle and carousel observation (c03c8f9)
  • esl-carousel: rework carousel slide change event with complete and more clear information (0b5983f)