Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f9bbea4

Browse files
1.0.28
1 parent 8080adb commit f9bbea4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 1.0.27 (2020年07月21日)
29
[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)
310

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angularjs",
33
"description": "State-based routing for AngularJS 1.x",
4-
"version": "1.0.27",
4+
"version": "1.0.28",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
@@ -132,7 +132,8 @@
132132
"Components": [
133133
"uiView",
134134
"UISref",
135-
"UISrefActive","uiStateDirective"
135+
"UISrefActive",
136+
"uiStateDirective"
136137
],
137138
"Other": [
138139
"Transition",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /