Releases: flowjs/ng-flow
Releases · flowjs/ng-flow
v2.7.7
v2.7.4
v2.7.1
v2.7.0
v2.6.1
v2.6.0
v2.5.1
v2.4.0
v2.1.0 - dynamic-drop-area
Features
Dynamically disable drop area
<div class="alert" flow-drop flow-drop-enabled="config.enabled">
Drag And Drop your file here
</div>
v2.0.0 - Ultimate flow
Features
- flowDragEnter directive added
- flowPreventDrop directive added
- event attributes, such as flowFilesSubmitted, now can be assigned inside flowInit
directive - flowInit directive can also $broadcast all events to child scopes
Breaking Changes
- Module ngFlow was renamed to flow
- All directives and attributes, starting with ng-flow, was renamed to flow
- flowBtn directive attributes ng-directory and ng-single-file renamed to
flow-directory and flow-single-file - ngDragOverClass directive dropped, use flowDragEnter directive instead
- some files in src directory was renamed