File tree 3 files changed +38
-6
lines changed
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
+
1
33
<a name="1.0.1"></a>
2
34
## [1.0.1](https://github.com/angular-ui/ui-router/compare/1.0.0...1.0.1) (2017-05-04)
3
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angularjs" ,
3
3
"description" : " State-based routing for AngularJS 1.x" ,
4
- "version" : " 1.0.2 " ,
4
+ "version" : " 1.0.3 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
7
7
"build" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
21
21
"test:ng14" : " karma start --ngversion 1.4" ,
22
22
"test:ng15" : " karma start --ngversion 1.5" ,
23
23
"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 " ,
25
25
"watch" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1" ,
26
26
"debug" : " karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome" ,
27
27
"docs" : " ./scripts/docs.js" ,
69
69
"jsnext:main" : " lib-esm/index.js" ,
70
70
"typings" : " lib/index.d.ts" ,
71
71
"dependencies" : {
72
- "@uirouter/core" : " 5.0.2 "
72
+ "@uirouter/core" : " 5.0.3 "
73
73
},
74
74
"peerDependencies" : {
75
75
"angular" : " >=1.2.0"
Original file line number Diff line number Diff line change 65
65
dependencies :
66
66
" @types/node" " *"
67
67
68
-
69
- version "5.0.2 "
70
- resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.2 .tgz#1259a15a69e3462a4b36f6d9600d08bca6e7b0dc "
68
+
69
+ version "5.0.3 "
70
+ resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.3 .tgz#e2b5b1e45190e20c67ba4e15c013de5d4e0ccab3 "
71
71
72
72
JSONStream@^1.0.4 :
73
73
version "1.3.1"
You can’t perform that action at this time.
0 commit comments