Skip to content

v2.8.0

Compare
Choose a tag to compare
@tomivirkki tomivirkki released this 04 Sep 11:47
· 67 commits to master since this release

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 nii@vaadin.com