angular-gridster2
Advanced tools
Comparing version 4.6.1 to 4.6.2
@@ -131,4 +131,4 @@ "use strict"; | ||
GridsterDraggable.prototype.makeDrag = function () { | ||
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item); | ||
this.gridsterItem.setSize(true); | ||
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item); | ||
this.push.setPushedItems(); | ||
@@ -135,0 +135,0 @@ this.swap.setSwapItem(); |
@@ -169,4 +169,4 @@ "use strict"; | ||
GridsterResizable.prototype.makeResize = function () { | ||
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item); | ||
this.gridsterItem.setSize(true); | ||
this.gridsterItem.checkItemChanges(this.gridsterItem.$item, this.gridsterItem.item); | ||
this.push.setPushedItems(); | ||
@@ -173,0 +173,0 @@ this.pushResize.setPushedItems(); |
{ | ||
"name": "angular-gridster2", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"license": "MIT", | ||
@@ -49,19 +49,19 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@angular/animations": "5.2.2", | ||
"@angular/cdk": "5.1.1", | ||
"@angular/cli": "1.6.6", | ||
"@angular/common": "5.2.2", | ||
"@angular/compiler": "5.2.2", | ||
"@angular/compiler-cli": "5.2.2", | ||
"@angular/core": "5.2.2", | ||
"@angular/forms": "5.2.2", | ||
"@angular/http": "5.2.2", | ||
"@angular/language-service": "5.2.2", | ||
"@angular/material": "5.1.1", | ||
"@angular/platform-browser": "5.2.2", | ||
"@angular/platform-browser-dynamic": "5.2.2", | ||
"@angular/platform-server": "5.2.2", | ||
"@angular/router": "5.2.2", | ||
"@angular/animations": "5.2.5", | ||
"@angular/cdk": "5.2.1", | ||
"@angular/cli": "1.7.0", | ||
"@angular/common": "5.2.5", | ||
"@angular/compiler": "5.2.5", | ||
"@angular/compiler-cli": "5.2.5", | ||
"@angular/core": "5.2.5", | ||
"@angular/forms": "5.2.5", | ||
"@angular/http": "5.2.5", | ||
"@angular/language-service": "5.2.5", | ||
"@angular/material": "5.2.1", | ||
"@angular/platform-browser": "5.2.5", | ||
"@angular/platform-browser-dynamic": "5.2.5", | ||
"@angular/platform-server": "5.2.5", | ||
"@angular/router": "5.2.5", | ||
"@types/jasmine": "2.8.6", | ||
"@types/node": "9.4.0", | ||
"@types/node": "9.4.6", | ||
"codelyzer": "4.1.0", | ||
@@ -73,3 +73,3 @@ "core-js": "2.5.3", | ||
"hammerjs": "2.0.8", | ||
"jasmine-core": "2.9.1", | ||
"jasmine-core": "2.99.1", | ||
"jasmine-spec-reporter": "4.2.1", | ||
@@ -84,3 +84,3 @@ "karma": "2.0.0", | ||
"rxjs": "5.5.6", | ||
"systemjs": "0.20.19", | ||
"systemjs": "0.21.0", | ||
"ts-helpers": "1.1.2", | ||
@@ -87,0 +87,0 @@ "ts-node": "4.1.0", |
@@ -11,6 +11,7 @@ angular-gridster2 | ||
### Angular 5.x library is [master branch](https://github.com/tiberiuzuld/angular-gridster2/tree/master) | ||
### Angular 4.x library is [4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/4.x) | ||
### Angular 2.x library is [2.4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/2.4.x) (no longer maintained) | ||
### AngularJS >=1.5.x library is [1.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/1.x) | ||
### Angular 6.x library is [master branch](https://github.com/tiberiuzuld/angular-gridster2/tree/master) | ||
### Angular 5.x library is [5.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/5.x) v4.6.1 | ||
### Angular 4.x library is [4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/4.x) v3.19.0 (no longer maintained) | ||
### Angular 2.x library is [2.4.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/2.4.x) v2.4.20 (no longer maintained) | ||
### AngularJS >=1.5.x library is [1.x branch](https://github.com/tiberiuzuld/angular-gridster2/tree/1.x) v1.21.0 (no longer maintained) | ||
@@ -17,0 +18,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196891
280