File tree Expand file tree Collapse file tree 3 files changed +38
-6
lines changed Expand file tree Collapse file tree 3 files changed +38
-6
lines changed Original file line number Diff line number Diff line change 1+ <a name="1.0.3"></a>
2+ ## [1.0.3](https://github.com/angular-ui/ui-router/compare/1.0.1...1.0.3) (2017-05-07)
3+
4+
5+ ### Bug Fixes
6+
7+ * **templateFactory:** Do not prepend x- to attribute names unless necessary. ([e573f06](https://github.com/angular-ui/ui-router/commit/e573f06))
8+
9+
10+ ### Features
11+
12+ * **build:** Publish non-monolithic @uirouter/angularjs UMD bundle `ui-router-angularjs.js` ([8db3696](https://github.com/angular-ui/ui-router/commit/8db3696))
13+ ** Note: this change is necessary to properly support plugins which depend on @uirouter/core
14+
15+
16+
17+ ### @uirouter/core changes
18+ ## [5.0.3](https://github.com/ui-router/core/compare/5.0.1...5.0.3) (2017-05-07)
19+
20+
21+ ### Bug Fixes
22+
23+ * **common:** Fix implementation of 'pick' -- use hasOwnProperty ([09848a4](https://github.com/ui-router/core/commit/09848a4))
24+ * **common:** Re-fix implementation of 'pick' using for .. in ([f2da7f4](https://github.com/ui-router/core/commit/f2da7f4))
25+
26+
27+ ### Features
28+
29+ * **build:** Build and distribute @uirouter/core UMD bundles ([0a8da85](https://github.com/ui-router/core/commit/0a8da85))
30+
31+
32+
133<a name="1.0.1"></a>
234## [1.0.1](https://github.com/angular-ui/ui-router/compare/1.0.0...1.0.1) (2017-05-04)
335
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/angularjs" ,
33 "description" : " State-based routing for AngularJS 1.x" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
77 "build" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
2121 "test:ng14" : " karma start --ngversion 1.4" ,
2222 "test:ng15" : " karma start --ngversion 1.5" ,
2323 "test:ng16" : " karma start --ngversion 1.6" ,
24- "test:integrate" : " tsc && npm run noimplicitany && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15 && npm run test:ng16 " ,
24+ "test:integrate" : " tsc && npm run noimplicitany && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12 " ,
2525 "watch" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1" ,
2626 "debug" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome" ,
2727 "docs" : " ./scripts/docs.js" ,
6969 "jsnext:main" : " lib-esm/index.js" ,
7070 "typings" : " lib/index.d.ts" ,
7171 "dependencies" : {
72- "@uirouter/core" : " 5.0.2 "
72+ "@uirouter/core" : " 5.0.3 "
7373 },
7474 "peerDependencies" : {
7575 "angular" : " >=1.2.0"
Original file line number Diff line number Diff line change 6565 dependencies :
6666 " @types/node" " *"
6767
68- " @uirouter/core@5.0.2 " :
69- version "5.0.2 "
70- resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.2 .tgz#1259a15a69e3462a4b36f6d9600d08bca6e7b0dc "
68+ " @uirouter/core@5.0.3 " :
69+ version "5.0.3 "
70+ resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.3 .tgz#e2b5b1e45190e20c67ba4e15c013de5d4e0ccab3 "
7171
7272JSONStream@^1.0.4 :
7373 version "1.3.1"
You can’t perform that action at this time.
0 commit comments