Releases: bartkozal/vue-float-label
Releases · bartkozal/vue-float-label
v1.6.1
Provide the compiled version of v1.6.0 for distribution
v1.6.0
Thanks to @pvujic.
- Add
fixed
prop to to make the label permanently active
v1.5.0
Thanks to @jmkenz.
- Fix problems when resizing the viewport after the component loads
v1.4.0
Thanks to @jmkenz.
- Use
<label>
instead of <div>
for the label element
- Add
for
prop to specify the id of the associated input
v1.3.1
- Provide the compiled version for distribution
v1.3.0
- Add
label
prop to override placeholder text
- Trigger
input
event once the component is mounted and allow to disable this behavior with dispatch
prop
v1.2.0
- Add prop for additional condition to show label
- Fix removing form element listeners on destroy
v1.0.1
- Installation without webpack/browserify