Skip to content

Releases: vaadin/vaadin-date-picker

v4.3.0

20 Aug 12:17
Compare
Choose a tag to compare

v4.3.0-beta1

03 Aug 10:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.9:

  • c0e3462 Fix text-field dependency

  • 542fdba Bump dependencies

  • 4b17e89 docs: add JSDoc for attributes [skip ci] (#729)

  • 7ca960a 4.3.0-alpha3

  • 0e7fcc6 chore: bump vaadin-text-field version

  • 2383811 4.3.0-alpha1

  • 6e4089f feat: prepare for TS defs generation (#727)

  • a973598 4.2.0-alpha2

  • 7ed0618 chore: fix running CRON tests in SauceLabs

  • b0df8cb fix: keep invalid _inputValue during value-changed event (#722)

    fix #721

  • e48348d Fix typo in theme module id (#720)

  • dcca9fd Update components dependencies to stable (#718)

  • 36403e0 fix: make input work from left-to-right in RTL (#716)

  • e610aae 4.2.0-alpha1

  • 9040a7f Add auto-open-disabled demo (#715)

  • 626f305 Add autoOpenDisabled property (#694)

    Co-authored-by: web-padawan iamkulykov@gmail.com
    Co-authored-by: Tulio Garcia tulio@vaadin.com

  • 97b3bc3 chore: remove Android Emulator from CRON

  • f685213 4.1.0-alpha2

  • cfe03e4 chore: ignore overriding-private warning in polymer lint

    because the _focus() method in control-state-mixin was recently marked
    as private

  • fdee848 fix: flipped overlay alignment with RTL

    fixes #710

  • fe1a773 test: add tests for dropdown alignment

    It looks like alignment tests were removed in commit 64a2f44
    and I couldn't find any substitutive cases in the current test set

  • 4ce176a 4.1.0-alpha1

  • 99994f2 chore: bump vaadin-button to RTL alpha

  • d8af101 Add RTL support (#708)

    Fix #706

    • Fix keyboard navigation when in RTL
    • Add tests to cover navigation with left/right keys on RTL
    • Bump versions

v4.0.9

24 Jun 07:22
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.8:

  • 8ad86d0 fix: keep invalid _inputValue during value-changed event (#722)

v4.2.0

15 Jun 11:13
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added autoOpenDisabled property (#694)

v4.4.0-alpha1

08 Jun 08:32
Compare
Choose a tag to compare
v4.4.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added helperText API and slot

Changes Since v4.3.0-alpha3:

  • a6cb7f1 chore: bump vaadin-text-field version

  • 0c95b77 Add helper text slot and API (#728)

v4.3.0-alpha3

08 Jun 07:53
Compare
Choose a tag to compare
v4.3.0-alpha3 Pre-release
Pre-release

Live Demo →
API Documentation →

Changed

  • Moved helperText API and slot to 4.4 and excluded it from 4.3 branch.

Changes Since v4.3.0-alpha2:

  • 0e7fcc6 chore: bump vaadin-text-field version

v4.3.0-alpha2

03 Jun 06:59
Compare
Choose a tag to compare
v4.3.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v4.3.0-alpha1:

v4.3.0-alpha1

27 May 07:19
Compare
Choose a tag to compare
v4.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v4.2.0-alpha2:

v4.2.0-alpha2

25 May 10:01
Compare
Choose a tag to compare
v4.2.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v4.2.0-alpha1:

  • b0df8cb fix: keep invalid _inputValue during value-changed event (#722)

  • e48348d Fix typo in theme module id (#720)

  • dcca9fd Update components dependencies to stable (#718)

  • 36403e0 fix: make input work from left-to-right in RTL (#716)

v4.1.1

08 May 13:00
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.1.0:

  • 3076dfc fix: keep invalid _inputValue during value-changed event (#722)

    fix #721