Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinson committed May 15, 2019
1 parent def8026 commit a0573af
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,23 @@
# Change History For ngx-draggable-dom

<a name="1.1.0"></a>
## [1.1.0](https://github.com/bmartinson/ngx-draggable-dom/compare/1.0.2...:1.1.0) (2019-05-15)

#### Overview
+ This update introduces a major re-working of the library, including breaking changes from the previous version, in order to fix a handful of issues. It also introduces an example playground as the wrapper project that you can use to test the library and explore its features.

#### Enhancements
+ Wrapper project is now a working Angular project that presents a sample playground for testing the directive.

#### Bug Fixes
+ The directive can now be used on unlimited elements in the DOM, where previously incorrect event host bindings led to only one element being able to properly use the directive.
+ Transformations that are not translations are maintained while dragging.
+ The directive can now be used on elements that have a rotation applied to them.
+ The directive can now be used on elements that have parent nodes that have rotation transformations applied to them.
+ CSS classes that are autmoatially injected and removed from the element using the directive have a new name `ngx-draggable` and `ngx-dragging`.
+ A new SCSS style is included as part of the library that gives default cursor styling and prevents the element using the directive from looking highlighted in the page.
+ Events and bounds data no longer are generic objects that adhere to interfaces. All custom interfaces have been removed and strongly typed class objects are now used for events.

<a name="1.0.2"></a>
## [1.0.2](https://github.com/bmartinson/ngx-draggable-dom/compare/1.0.1...bmartinson:1.0.2) (2019-05-02)

Expand Down Expand Up @@ -162,4 +180,4 @@ private resetFunction(): void {
+ RC1 is a release of the current state of the master branch for the [angular2-draggable](https://github.com/xieziyu/angular2-draggable) with a new name, `ng2-draggable-dom` to be published at [npmjs.com](https://www.npmjs.com/~bmartinson).

#### Misc. Changes
+ No changes from master.
+ No changes from master.

0 comments on commit a0573af

Please sign in to comment.