angular2-resizable
Advanced tools
Changelog
0.4.0 (2016-09-25)
Before:
node_modules/angular2-resizable/angular2-resizable.js
After:
node_modules/angular2-resizable/dist/umd/angular2-resizable.js
<a name="0.3.3"></a>
Changelog
0.3.0 (2016-08-12)
mwl-resizable
is now mwlResizable
and mwl-resize-handle
is now mwlResizeHandle
The Resizable and ResizeHandle directives are now no longer exported. Instead you must use the ResizableModule. See the readme or the demo app for an example of how to do this.
onResizeStart
output has been renamed to resizeStart
The onResize
output has been renamed to resize
The onResizeEnd
output has been renamed to resizeEnd
<a name="0.2.1"></a>
Changelog
0.1.0 (2016-06-26)
[enableResizeStyling]="true"
on the element.$event.edges
object values now contain numbers instead of booleansYou must specify [resizeEdges]={top: true, bottom: true, left: true, right: true}
to get the old behaviour back
<a name="0.0.3"></a>