Releases: rnicholus/file-input
No more dependencies!
<file-input>
No longer depends on Polymer as of v2.0.0. Shadow DOM is also no longer used, so you are free to use the "lite" web components polyfill in browsers that do not implement the web components spec.
<file-input>
is still available on bower with npm coming eventually.
See an issue? Please file it!
Update to Polymer 0.5.x
Grab the newest code from bower.
Forgot to update version for 1.1.2 release in bower.json & package.json
No other code changes.
Fixed cases where delegate input (for validation) was visible/focusable
Component page doc fixes
1.1.0 broke the component doc page. This fixes that.
Allow validity to be picked up by ajax-form
While ajax-form still needs to be updated to respect validation for custom form fields, file-input implements a set of conventions that make this possible. Ajax-form 1.3.0 will allow file-input's validation constraints to be respected.
Fixed reset on cancel in Chrome
See #21 for details.
Fixed bad bower version number
Fixes this error on bower update
:
bower file-input#1.0.0 error Invalid Version: 1.0
Better reset(), mobile camera access, directory attr fix, invalidFiles -> invalid
See the closed cases in milestone 1.0.0 for more details.
This release contains one breaking change. The invalidFiles
property was renamed to invalid
.
publish to customelements.io
0.2.1 chore($release): 0.2.1 to publish on customelements.io