Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular2-resizable

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-resizable - npm Package Versions

2

0.4.1

Diff

Changelog

Source

0.4.1 (2016-09-28)

Bug Fixes

  • typings: dont include reference to core-js (68dc84f)

<a name="0.4.0"></a>

mattlewis92
published 0.4.0 •

Changelog

Source

0.4.0 (2016-09-25)

Features

  • build: support offline template compilation (f3fe12a)

BREAKING CHANGES

  • build: For System.js users the path to the UMD files has changed:

Before:

node_modules/angular2-resizable/angular2-resizable.js

After:

node_modules/angular2-resizable/dist/umd/angular2-resizable.js

<a name="0.3.3"></a>

mattlewis92
published 0.3.3 •

Changelog

Source

0.3.3 (2016-09-13)

Bug Fixes

  • peerDependencies: allow any versions of angular post RC5 (cbe088f)

<a name="0.3.2"></a>

mattlewis92
published 0.3.2 •

Changelog

Source

0.3.2 (2016-09-03)

Features

<a name="0.3.1"></a>

mattlewis92
published 0.3.1 •

Changelog

Source

0.3.1 (2016-08-25)

Bug Fixes

  • rxjs: use correct rxjs operator imports in dist (858b3f8), closes #16

<a name="0.3.0"></a>

mattlewis92
published 0.3.0 •

Changelog

Source

0.3.0 (2016-08-12)

Features

  • events: rename all outputs to drop the on prefix (9c76aac)
  • directive selectors are now camel case instead of dash case (ffad2ca)
  • upgrade to angular RC5 (9557c0a)

BREAKING CHANGES

  • mwl-resizable is now mwlResizable and mwl-resize-handle is now mwlResizeHandle
  • Angular RC5 is now required

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.

  • events: The 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>

mattlewis92
published 0.2.1 •

Changelog

Source

0.2.1 (2016-07-15)

Bug Fixes

<a name="0.2.0"></a>

mattlewis92
published 0.2.0 •

Changelog

Source

0.2.0 (2016-07-15)

Bug Fixes

  • create a clone of the ghost element instead of applying styling to the host (fa73345), closes #15
  • only resize when the cursor is within the bounding rectangle (dedc3bb)

BREAKING CHANGES

  • enableResizeStyling has been renamed to enableGhostResize

<a name="0.1.0"></a>

mattlewis92
published 0.1.0 •

Changelog

Source

0.1.0 (2016-06-26)

Bug Fixes

  • mousedrag: cancel the previous mousedrag observable when starting a new drag (149c1a4), closes #9
  • onResizeEnd: call with co-ordinates of last valid resize rather than where the mouse up event w (eb314fd)
  • onResizeStart: ensure the starting rectangle is a POJO rather than a bounding rectangle (81fe0b4)
  • cancel mousedrag event when either a mouseup or mousedown event fires (c76be59)
  • disable dragging effects on resizable elements on webkit browsers (59078e2)
  • renamed directive selector from mwl-resizeable to mwl-resizable (c60b3f5)

Features

  • disableResize: support completely disabling resizing an element (9f9c54a), closes #13
  • expose the amount each edge was resized on resize events (d664038), closes #11
  • enableResizeStyling: make temporary resizing of the element opt-in by default so users can con (4c59b05), closes #5
  • resizeEdges: allow the resize edges to be customised (60c2e08), closes #8
  • resizeHandles: add support for nesting resize handles inside the element (1af705a), closes #10
  • resizeSnapGrid: allow resizing to fit to a snap grid (74424ba), closes #3
  • validate: provide a way for resize events to be validated (4da938d), closes #12

BREAKING CHANGES

  • enableResizeStyling: the element will no longer have its styles changed by default when dragging and resizing. You can now re-enable it by setting [enableResizeStyling]="true" on the element.
  • the $event.edges object values now contain numbers instead of booleans
    • rename the directive from mwl-resizeable to mwl-resizable
  • resizeEdges: by default the element is no longer resizable.

You must specify [resizeEdges]={top: true, bottom: true, left: true, right: true} to get the old behaviour back

<a name="0.0.3"></a>

mattlewis92
published 0.0.3 •

Changelog

Source

0.0.3 (2016-06-13)

Bug Fixes

  • import missing rxjs operators (300ac10)

<a name="0.0.2"></a>

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc