2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.28 (2020-08-08)
2
+ [Compare `@uirouter/angularjs` versions 1.0.27 and 1.0.28](https://github.com/angular-ui/ui-router/compare/1.0.27...1.0.28)
3
+
4
+ ### Bug Fixes
5
+
6
+ * should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb))
7
+
1
8
## 1.0.27 (2020-07-21)
2
9
[Compare `@uirouter/angularjs` versions 1.0.26 and 1.0.27](https://github.com/angular-ui/ui-router/compare/1.0.26...1.0.27)
3
10
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.27 " ,
4
+ "version" : " 1.0.28 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
7
7
"compile" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
132
132
"Components" : [
133
133
" uiView" ,
134
134
" UISref" ,
135
- " UISrefActive" ," uiStateDirective"
135
+ " UISrefActive" ,
136
+ " uiStateDirective"
136
137
],
137
138
"Other" : [
138
139
" Transition" ,
0 commit comments