Skip to content

Releases: flowjs/ng-flow

v2.7.7

20 Jun 10:00
Compare
Choose a tag to compare
Version 2.7.7

v2.7.4

16 Jun 08:52
Compare
Choose a tag to compare
Version 2.7.4

v2.7.1

20 Jan 08:19
Compare
Choose a tag to compare
Version 2.7.1

v2.7.0

19 Jan 12:02
Compare
Choose a tag to compare
Version 2.7.0

v2.6.1

28 Mar 10:16
Compare
Choose a tag to compare
Version 2.6.1

v2.6.0

01 Feb 15:54
Compare
Choose a tag to compare
Version 2.6.0

v2.5.1

10 Jan 08:04
Compare
Choose a tag to compare
Version 2.5.1

v2.4.0

15 May 15:05
Compare
Choose a tag to compare
Version 2.4.0

v2.1.0 - dynamic-drop-area

14 Feb 11:51
Compare
Choose a tag to compare

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

11 Jan 10:14
Compare
Choose a tag to compare

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