Releases: safrazik/knockout-file-bindings
Releases · safrazik/knockout-file-bindings
1.2.0
- Fixed issue #35 Array properties are sorted wrong
1.1.2
- Feature #27: get notified when ALL properties are up to date
1.1.1
- Fixed an issue when
fileName: false
- Added
demo.html
1.1.0
- Multiple file uploads support!
- No more jQuery dependency
- fixed issues
1.0.2
Fixed issue with file dragging in IE - replaced element.dataset.xxx
with jQuery $(element).data('xxx')
1.0.1
Added main files to bower