angular2-bootstrap-confirm
Advanced tools
Comparing version 0.11.3 to 1.0.0
@@ -5,2 +5,25 @@ # Change Log | ||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.11.3...v1.0.0) (2016-09-25) | ||
### Features | ||
* **position:** export position service from index of the position folder ([6c48a3e](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/6c48a3e)) | ||
### BREAKING CHANGES | ||
* position: Before: | ||
``` | ||
import {Positioning} from 'angular2-bootstrap-confirm/position/position'; | ||
``` | ||
After: | ||
``` | ||
import {Positioning} from 'angular2-bootstrap-confirm/position'; | ||
``` | ||
<a name="0.11.3"></a> | ||
@@ -7,0 +30,0 @@ ## [0.11.3](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.11.2...v0.11.3) (2016-09-24) |
@@ -6,3 +6,3 @@ /** | ||
* // if not also using the @ng-bootstrap/ng-bootstrap module | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position/position'; | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position'; | ||
* // if already using the @ng-bootstrap/ng-bootstrap module | ||
@@ -9,0 +9,0 @@ * import {Positioning} from '@ng-bootstrap/ng-bootstrap/util/positioning'; |
@@ -7,3 +7,3 @@ import { Injectable } from '@angular/core'; | ||
* // if not also using the @ng-bootstrap/ng-bootstrap module | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position/position'; | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position'; | ||
* // if already using the @ng-bootstrap/ng-bootstrap module | ||
@@ -10,0 +10,0 @@ * import {Positioning} from '@ng-bootstrap/ng-bootstrap/util/positioning'; |
@@ -240,3 +240,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
* // if not also using the @ng-bootstrap/ng-bootstrap module | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position/position'; | ||
* import {Positioning} from 'angular2-bootstrap-confirm/position'; | ||
* // if already using the @ng-bootstrap/ng-bootstrap module | ||
@@ -695,3 +695,5 @@ * import {Positioning} from '@ng-bootstrap/ng-bootstrap/util/positioning'; | ||
__export(__webpack_require__(4)); | ||
__export(__webpack_require__(2)); | ||
// Private components, don't import or use these within your app, they are only exported so that AOT can work | ||
var confirmPopover_component_1 = __webpack_require__(2); | ||
exports.PrivateComponent1 = confirmPopover_component_1.ConfirmPopover; | ||
@@ -698,0 +700,0 @@ |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "0.11.3", | ||
"version": "1.0.0", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
"main": "./dist/umd/angular2-bootstrap-confirm.js", | ||
"module": "./dist/esm/angular2-bootstrap-confirm.js", | ||
"typings": "./dist/esm/angular2-bootstrap-confirm.d.ts", | ||
"module": "./dist/esm/index.js", | ||
"typings": "./dist/esm/index.d.ts", | ||
"scripts": { | ||
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"", | ||
"build:demo": "webpack -p", | ||
"build:umd": "webpack --config webpack.config.umd.js", | ||
"build:umd": "webpack --config webpack.config.umd.ts", | ||
"build:dist": "npm run build:umd && npm run ngc", | ||
"build:position": "webpack --config webpack.config.position.js && cp ./node_modules/@ng-bootstrap/ng-bootstrap/util/positioning.d.ts ./position/position.d.ts", | ||
"build:position": "webpack --config webpack.config.position.ts && cp ./node_modules/@ng-bootstrap/ng-bootstrap/util/positioning.d.ts ./position/index.d.ts", | ||
"test": "karma start", | ||
@@ -19,3 +19,3 @@ "test:watch": "karma start --watch", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"typedoc": "typedoc --options typedoc.json angular2-bootstrap-confirm.ts src/*.ts", | ||
"typedoc": "typedoc --options typedoc.json src/*.ts", | ||
"gh-pages": "git checkout gh-pages && git merge master && npm run build:demo && npm run typedoc && git add . && git commit -m 'chore: build demo and docs' && git push && git checkout master", | ||
@@ -57,2 +57,3 @@ "prerelease": "npm test", | ||
"@types/jasmine": "~2.2.34", | ||
"@types/node": "~6.0.41", | ||
"@types/sinon": "~1.16.30", | ||
@@ -96,5 +97,5 @@ "@types/sinon-chai": "~2.7.27", | ||
"peerDependencies": { | ||
"@angular/core": "^2.0.0-rc.5", | ||
"@angular/common": "^2.0.0-rc.5", | ||
"@angular/platform-browser": "^2.0.0-rc.5" | ||
"@angular/core": "^2.0.0", | ||
"@angular/common": "^2.0.0", | ||
"@angular/platform-browser": "^2.0.0" | ||
}, | ||
@@ -101,0 +102,0 @@ "files": [ |
@@ -40,3 +40,3 @@ # Angular2 bootstrap confirm | ||
import {ConfirmOptions, Position} from 'angular2-bootstrap-confirm'; | ||
import {Positioning} from 'angular2-bootstrap-confirm/position/position'; | ||
import {Positioning} from 'angular2-bootstrap-confirm/position'; | ||
// Or if you're already using the @ng-bootstrap/ng-bootstrap module | ||
@@ -93,4 +93,4 @@ // import {Positioning} from '@ng-bootstrap/ng-bootstrap/util/positioning'; | ||
``` | ||
<script src="node_modules/angular2-bootstrap-confirm/position/position.js"></script> | ||
<script src="node_modules/angular2-bootstrap-confirm/angular2-bootstrap-confirm.js"></script> | ||
<script src="node_modules/angular2-bootstrap-confirm/position/index.js"></script> | ||
<script src="node_modules/angular2-bootstrap-confirm/dist/umd/angular2-bootstrap-confirm.js"></script> | ||
<script> | ||
@@ -97,0 +97,0 @@ // position service available as ng2BootstrapPosition.Positioning |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
162399
1617
0
50