Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Jun 13, 2016
1 parent 160dcba commit f9a2345
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.0.1"></a>
## 0.0.1 (2016-06-13)


### Bug Fixes

* allow the element to be resized multiple times ([bf497d2](https://github.com/mattlewis92/angular2-resizable/commit/bf497d2))
* **drag:** disable user dragging ([053fb0e](https://github.com/mattlewis92/angular2-resizable/commit/053fb0e))
* reset element styles on mousedown if there was a previous uncancelled resize ([a8e5cd3](https://github.com/mattlewis92/angular2-resizable/commit/a8e5cd3))
* **outputs:** make outputs sync to prevent ui flicker ([032ea5a](https://github.com/mattlewis92/angular2-resizable/commit/032ea5a))
* **typescript:** add missing types ([e722a86](https://github.com/mattlewis92/angular2-resizable/commit/e722a86))


### Features

* improve transforms, add resize events ([0959a12](https://github.com/mattlewis92/angular2-resizable/commit/0959a12))
* initial WIP resizable implementation ([22af52f](https://github.com/mattlewis92/angular2-resizable/commit/22af52f))
* show the cursor when mousing over the edge of the element ([f440c87](https://github.com/mattlewis92/angular2-resizable/commit/f440c87))
* support resizing from corners ([bac87e3](https://github.com/mattlewis92/angular2-resizable/commit/bac87e3)), closes [#4](https://github.com/mattlewis92/angular2-resizable/issues/4)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-resizable",
"version": "0.0.0",
"version": "0.0.1",
"description": "An angular2 directive that allows an element to be dragged and resized",
"main": "./angular2-resizable.js",
"typings": "./angular2-resizable.d.ts",
Expand Down

0 comments on commit f9a2345

Please sign in to comment.