Skip to content

Releases: vaadin/vaadin-text-field

v3.0.0

03 Feb 13:29
Compare
Choose a tag to compare

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v3.0.0-alpha1:

  • 28f9bf5 chore: align JSDoc, add missing events [skip ci] (#564)

  • da98b19 chore: update JSDoc for custom events [skip ci] (#563)

v3.0.0-alpha1

07 Dec 09:30
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ Breaking Changes Since v2.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v2.8.2:

  • 590025d feat!: convert to Polymer 3, add events type definitions (#551)

v2.8.2

25 Nov 09:15
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.8.1:

  • 945282d fix: improve email field default pattern

  • d9c2e97 test: fix autocapitalize tests in Firefox

  • b1bd3ba ci: replace Travis with GitHub actions (#555)

v2.7.2

25 Nov 12:28
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.7.1:

  • 1ee53ee fix: improve email field default pattern

  • ce30678 fix: don't override custom pattern (#500)

v2.8.1

06 Oct 09:06
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.8.0:

v2.8.0

04 Sep 11:47
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.7.1:

  • 3d209ca perf: Debounce offset height measure (#495)

  • 2fb4a7b docs: add JSDoc for attributes [skip ci] (#489) (#490)

  • ccf8e8c fix: workaround Polymer getProperty with mixins/observers (#484)

    See Polymer/polymer#5259

  • 8811ef6 Fix user input (#480)

    • Add test for user input without value change

    • Do not set userInput if there is no change

    • Remove flag where it was added

  • bd388d6 2.8.0-alpha1

  • 72adbe6 2.7.0-alpha3

  • de866f7 fix: use flattened nodes on helper slot (#477)

    A 3rd custom element using vaadin-text-field and defining a slot
    area for the vaadin-text-field's helper slot was making
    vaadin-text-field see the slot element as a slotted contend and
    setting has-helper="slotted" to itself.

    This change uses flattened nodes to check the presence of slotted
    elements on vaadin-text-field helper slot.

    In this change

    • use .assignedNodes({flatten: true}) to get slotted children
    • apply changes to tests
    • remove checks for unsupported types
  • 09fc63a 2.7.0-alpha2

  • 1f5b7b1 feat: add helper text API and slot (#476)

    Co-authored-by: Nii Yeboah [email protected]

v2.7.1

02 Sep 11:03
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.6.3:

v2.6.3

02 Sep 10:30
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.7.0:

v2.7.0

20 Aug 11:18
Compare
Choose a tag to compare

v2.7.0-beta1

03 Aug 08:25
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha6:

  • 95c27c8 docs: add JSDoc for attributes [skip ci] (#489)