Skip to content

v2.0.1

Choose a tag to compare

@tusharmath tusharmath released this 15 Feb 05:44

<a name"2.0.1">

2.0.1 (2016-02-15)

Bug Fixes

  • readme: update documentation (50082ca4)

Features

  • consolidate: use consolidate() instead of create (ba62abe7)
  • create: consolidates the drag and drop stream and outputs a new stream with picked, over (9ab82764)
  • draggable: draggable emits a custom event (1c5cdf3a)
  • droppable: directly dispatch DRAG_OVER and DROP event on the component stream (d51c0685)

Breaking Changes

  • create() method is removed

    (ba62abe7)

  • create consolidates the stream from now on.

    (9ab82764)

  • the decorator does not need an additional param depicting the source of the drag
    and drop stream

    (d51c0685)

  • custom event DRAG_START is fired on the component automatically as soon as drag
    event is fired. Unlike earlier, event is not fired on a separate observer, instead on the one which
    is being used by @asStream decorator.

    (1c5cdf3a)