angular2-bootstrap-confirm
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.10.2"></a> | ||
## [0.10.2](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.10.1...v0.10.2) (2016-09-13) | ||
### Bug Fixes | ||
* **peerDependencies:** allow any version of angular higher than RC5 ([f6add7d](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/f6add7d)) | ||
<a name="0.10.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.10.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.10.0...v0.10.1) (2016-09-01) |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
@@ -42,8 +42,8 @@ "main": "./angular2-bootstrap-confirm.js", | ||
"devDependencies": { | ||
"@angular/common": "2.0.0-rc.6", | ||
"@angular/compiler": "2.0.0-rc.6", | ||
"@angular/core": "2.0.0-rc.6", | ||
"@angular/forms": "2.0.0-rc.6", | ||
"@angular/platform-browser": "2.0.0-rc.6", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.6", | ||
"@angular/common": "2.0.0-rc.7", | ||
"@angular/compiler": "2.0.0-rc.7", | ||
"@angular/core": "2.0.0-rc.7", | ||
"@angular/forms": "2.0.0-rc.7", | ||
"@angular/platform-browser": "2.0.0-rc.7", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.7", | ||
"@ng-bootstrap/ng-bootstrap": "~1.0.0-alpha.0", | ||
@@ -61,4 +61,4 @@ "chai": "~3.5.0", | ||
"imports-loader": "~0.6.5", | ||
"jasmine": "~2.5.0", | ||
"karma": "~1.2.0", | ||
"jasmine-core": "~2.5.0", | ||
"karma": "~1.3.0", | ||
"karma-coverage": "~1.1.0", | ||
@@ -68,3 +68,2 @@ "karma-jasmine": "~1.0.2", | ||
"karma-remap-istanbul": "~0.2.1", | ||
"karma-source-map-support": "~1.2.0", | ||
"karma-sourcemap-loader": "~0.3.7", | ||
@@ -74,3 +73,3 @@ "karma-webpack": "~1.8.0", | ||
"reflect-metadata": "~0.1.3", | ||
"rxjs": "5.0.0-beta.11", | ||
"rxjs": "5.0.0-beta.12", | ||
"sinon": "~1.17.4", | ||
@@ -92,5 +91,5 @@ "sinon-chai": "~2.8.0", | ||
"peerDependencies": { | ||
"@angular/core": ">=2.0.0-rc.5 <=2.0.0-rc.6", | ||
"@angular/common": ">=2.0.0-rc.5 <=2.0.0-rc.6", | ||
"@angular/platform-browser": ">=2.0.0-rc.5 <=2.0.0-rc.6" | ||
"@angular/core": ">=2.0.0-rc.5", | ||
"@angular/common": ">=2.0.0-rc.5", | ||
"@angular/platform-browser": ">=2.0.0-rc.5" | ||
}, | ||
@@ -97,0 +96,0 @@ "files": [ |
@@ -95,4 +95,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (round) { | ||
elPosition.height = Math.round(elPosition.height); | ||
elPosition.width = Math.round(elPosition.width); | ||
elPosition.top = Math.round(elPosition.top); | ||
@@ -179,4 +177,2 @@ elPosition.bottom = Math.round(elPosition.bottom); | ||
} | ||
targetElPosition.height = Math.round(targetElPosition.height); | ||
targetElPosition.width = Math.round(targetElPosition.width); | ||
targetElPosition.top = Math.round(targetElPosition.top); | ||
@@ -183,0 +179,0 @@ targetElPosition.bottom = Math.round(targetElPosition.bottom); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43
99942
1096