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

angular-resizable-element

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-resizable-element - npm Package Versions

1234

0.6.1

Diff

Changelog

Source

0.6.1 (2017-02-11)

Bug Fixes

  • universal: remove MouseEvent reference (520abce), closes #41

<a name="0.6.0"></a>

mattlewis92
published 0.6.0 •

Changelog

Source

0.6.0 (2017-02-04)

Features

  • resizeCursors: allow resize cursors to be customised (99d2f66), closes #40

<a name="0.5.7"></a>

mattlewis92
published 0.5.7 •

Changelog

Source

0.5.7 (2017-01-30)

Bug Fixes

  • use correct touch event properties (0ab7d40), closes #39

<a name="0.5.6"></a>

mattlewis92
published 0.5.6 •

Changelog

Source

0.5.6 (2017-01-25)

Bug Fixes

  • element should resize on touch events (aa169c7), closes #36

<a name="0.5.5"></a>

mattlewis92
published 0.5.5 •

Changelog

Source

0.5.5 (2017-01-11)

Bug Fixes

  • add width and height to cloned node (75ce122), closes #31
  • keep cursor while resizing (93a5c4e), closes #33

<a name="0.5.4"></a>

mattlewis92
published 0.5.4 •

Changelog

Source

0.5.4 (2016-12-11)

Bug Fixes

  • cursor: reset the cursor instead of changing it to auto (514851f)

<a name="0.5.3"></a>

mattlewis92
published 0.5.3 •

Changelog

Source

0.5.3 (2016-11-19)

Bug Fixes

  • unsubscribe all observables when the component is destroyed (d5ea756), closes #27

<a name="0.5.2"></a>

mattlewis92
published 0.5.2 •

Changelog

Source

0.5.2 (2016-11-05)

Bug Fixes

<a name="0.5.1"></a>

mattlewis92
published 0.5.1 •

Changelog

Source

0.5.1 (2016-11-03)

Bug Fixes

  • dont change the cursor when resizing an element (697c52c), closes #24

<a name="0.5.0"></a>

mattlewis92
published 0.5.0 •

Changelog

Source

0.5.0 (2016-10-29)

Bug Fixes

  • fix resizing via a drag handle (5f7f468)
  • prevent text from being selected when resizing an element (5571069), closes #22

Features

  • rename the library from angular2-resizable to angular-resizable-element (927235e), closes #21
  • rename the resize output to resizing (9597986), closes #20

BREAKING CHANGES

  • The library has been renamed to angular-resizable-element.

The UMD entry point has changed to

node_modules/angular-resizable-element/dist/umd/angular-resizable-element.js
  • Before
(resize)="onResize($event)"

After:

(resizing)="onResizing($event)"

<a name="0.4.1"></a>

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