angular2-resizable
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -5,2 +5,27 @@ # Change Log | ||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.3...v0.4.0) (2016-09-25) | ||
### Features | ||
* **build:** support offline template compilation ([f3fe12a](https://github.com/mattlewis92/angular2-resizable/commit/f3fe12a)) | ||
### BREAKING CHANGES | ||
* build: For System.js users the path to the UMD files has changed: | ||
Before: | ||
``` | ||
node_modules/angular2-resizable/angular2-resizable.js | ||
``` | ||
After: | ||
``` | ||
node_modules/angular2-resizable/dist/umd/angular2-resizable.js | ||
``` | ||
<a name="0.3.3"></a> | ||
@@ -7,0 +32,0 @@ ## [0.3.3](https://github.com/mattlewis92/angular2-resizable/compare/v0.3.2...v0.3.3) (2016-09-13) |
{ | ||
"name": "angular2-resizable", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "An angular2 directive that allows an element to be dragged and resized", | ||
"main": "./angular2-resizable.js", | ||
"typings": "./angular2-resizable.d.ts", | ||
"main": "./dist/umd/angular2-resizable.js", | ||
"module": "./dist/esm/src/index.js", | ||
"typings": "./dist/esm/src/index.d.ts", | ||
"scripts": { | ||
"prestart": "typings install", | ||
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"", | ||
"build:demo": "webpack -p", | ||
"build:dist": "webpack --config webpack.config.dist.js", | ||
"pretest": "typings install", | ||
"build:umd": "webpack --config webpack.config.umd.js", | ||
"build:ngc": "ngc -p tsconfig-ngc.json", | ||
"build:dist": "npm run build:umd && npm run build:ngc", | ||
"build:clean": "rm -rf dist", | ||
"test": "karma start", | ||
"test:watch": "karma start --watch", | ||
"clean": "del ./src/*.d.ts ./demo/*.d.ts ./test/*.d.ts angular2-resizable.d.ts angular2-resizable.js*", | ||
"commit": "git-cz", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"typedoc": "typedoc --options typedoc.json angular2-resizable.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", | ||
@@ -39,7 +40,14 @@ "prerelease": "npm test", | ||
"devDependencies": { | ||
"@angular/common": "2.0.0-rc.7", | ||
"@angular/compiler": "2.0.0-rc.7", | ||
"@angular/core": "2.0.0-rc.7", | ||
"@angular/platform-browser": "2.0.0-rc.7", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.7", | ||
"@angular/common": "~2.0.1", | ||
"@angular/compiler": "~2.0.1", | ||
"@angular/compiler-cli": "~0.6.3", | ||
"@angular/core": "~2.0.1", | ||
"@angular/platform-browser": "~2.0.1", | ||
"@angular/platform-browser-dynamic": "~2.0.1", | ||
"@angular/platform-server": "~2.0.1", | ||
"@types/chai": "~3.4.33", | ||
"@types/core-js": "~0.9.34", | ||
"@types/jasmine": "~2.2.34", | ||
"@types/sinon": "~1.16.30", | ||
"@types/sinon-chai": "~2.7.27", | ||
"chai": "~3.5.0", | ||
@@ -52,3 +60,2 @@ "commitizen": "~2.8.1", | ||
"cz-conventional-changelog": "~1.2.0", | ||
"del-cli": "~0.2.0", | ||
"ghooks": "~1.3.2", | ||
@@ -74,17 +81,13 @@ "imports-loader": "~0.6.5", | ||
"typedoc": "~0.4.1", | ||
"typescript": "~1.8.10", | ||
"typings": "~1.3.0", | ||
"typescript": "~2.0.3", | ||
"validate-commit-msg": "~2.8.0", | ||
"webpack": "~1.13.0", | ||
"webpack-dev-server": "~1.15.0", | ||
"webpack-dev-server": "~1.16.1", | ||
"zone.js": "~0.6.12" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": ">=2.0.0-rc.5" | ||
"@angular/core": "^2.0.0" | ||
}, | ||
"files": [ | ||
"angular2-resizable.js", | ||
"angular2-resizable.js.map", | ||
"angular2-resizable.d.ts", | ||
"src/**/*.d.ts" | ||
"dist" | ||
], | ||
@@ -91,0 +94,0 @@ "config": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
135003
18
1195
44
1