Releases: vaadin/vaadin-text-field
v3.0.0
⚠️ 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:
v3.0.0-alpha1
⚠️ 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:
v2.8.2
Live Demo →
API Documentation →
Changes Since v2.8.1:
v2.7.2
Live Demo →
API Documentation →
Changes Since v2.7.1:
v2.8.1
Live Demo →
API Documentation →
Changes Since v2.8.0:
v2.8.0
Live Demo →
API Documentation →
Changes Since v2.7.1:
-
2fb4a7b docs: add JSDoc for attributes [skip ci] (#489) (#490)
-
ccf8e8c fix: workaround Polymer getProperty with mixins/observers (#484)
-
-
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 thevaadin-text-field
's helper slot was making
vaadin-text-field
see the slot element as a slotted contend and
settinghas-helper="slotted"
to itself.This change uses flattened nodes to check the presence of slotted
elements onvaadin-text-field
helper
slot.In this change
- use
.assignedNodes({flatten: true})
to get slotted children - apply changes to tests
- remove checks for unsupported types
- use
-
09fc63a 2.7.0-alpha2
-
1f5b7b1 feat: add helper text API and slot (#476)
Co-authored-by: Nii Yeboah [email protected]
v2.7.1
Live Demo →
API Documentation →
Changes Since v2.6.3:
v2.6.3
Live Demo →
API Documentation →
Changes Since v2.7.0:
v2.7.0
v2.7.0-beta1
Live Demo →
API Documentation →