Vaadin Date Picker Versions Save

The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.

v4.3.0

3 years ago

Live Demo → API Documentation →

Changes Since v4.3.0-beta1:

  • 8114668 Bump dependencies

v4.3.0-beta1

3 years ago

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 [email protected] Co-authored-by: Tulio Garcia [email protected]

  • 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 64a2f448457971a68ce1f0d6d3c696ee6a06e8ec 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

3 years ago

Live Demo → API Documentation →

Changes Since v4.0.8:

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

v4.2.0

3 years ago

Live Demo → API Documentation →

New Features

  • Added autoOpenDisabled property (#694)

v4.4.0-alpha1

4 years ago

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

4 years ago

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

4 years ago

Live Demo → API Documentation →

Changes Since v4.3.0-alpha1:

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

v4.3.0-alpha1

4 years ago

Live Demo → API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v4.2.0-alpha2:

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

v4.2.0-alpha2

4 years ago

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

4 years ago

Live Demo → API Documentation →

Changes Since v4.1.0:

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

    fix #721