Skip to content

Releases: vaadin/vaadin-list-mixin

v2.5.3

18 Mar 12:35
Compare
Choose a tag to compare

Changes Since v2.5.2:

  • eb87a96 fix: focus first non-disabled item if all items have tabindex -1 (#103)

v2.5.2

04 Mar 14:22
Compare
Choose a tag to compare

Changes Since v2.5.1:

  • 9d7d86a fix: prevent disabled items from being focusable (#101)

v2.5.1

20 Nov 12:06
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.5.0:

  • 8401409 refactor: move scrolling to item to private method (#72)

v2.4.1

24 Jul 10:14
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.4.0:

  • 72ba7d3 refactor: move scrolling to item to private method (#72)

v2.3.2

24 Jun 07:59
Compare
Choose a tag to compare

Changes Since v2.3.1:

  • 20694ad fix: hidden items in item label based focus (#64)

v2.5.0

04 May 08:27
Compare
Choose a tag to compare

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v2.4.0:

  • b125e7d feat: prepare for TS defs generation (#69)

v2.4.0

30 Apr 06:31
Compare
Choose a tag to compare

Changes Since v2.4.0-alpha2:

  • 002849e chore: fix running CRON tests in SauceLabs

  • 5c8e7bc chore: remove Android Emulator from CRON

v2.4.0-alpha2

25 Mar 09:17
Compare
Choose a tag to compare
v2.4.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.4.0-alpha1:

  • bb91136 Add RTL support for scrolling in advance (#67)

v2.4.0-alpha1

23 Jan 12:55
Compare
Choose a tag to compare
v2.4.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v2.3.1:

  • e299471 RTL roving tabindex (#66)

    • Add RTL test to roving tabindex

    • Add RTL support to roving tabindex

    • Preserve tabindex logic for vertical alignment

    • Update the rtl logic, adjust tests

  • 20694ad fix: hidden items in item label based focus (#64)

  • 2fd88cf Mind hidden items in keyboard navigation (#62)

v2.3.1

13 Nov 12:10
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.3.0:

  • 180ad94 Compute item selection after enabling the List component (#61)

    After disabling and enabling the list and items the item
    selected state should be consistent with the list selected index