Skip to content

Commit ce1b308

Browse files
Update CHANGELOG "compare to previous/commits" links
1 parent 9f7fb93 commit ce1b308

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<a name="1.0.0-beta.3"></a>
2-
# [1.0.0-beta.3](https://github.com/angular-ui/ui-router/compare/1.0.0-beta.2...v1.0.0-beta.3) (2016-09-23)
2+
# [1.0.0-beta.3 commits](https://github.com/angular-ui/ui-router/compare/1.0.0-beta.2...1.0.0-beta.3) (2016-09-23)
33

44
[Read more on the blog](https://ui-router.github.io/blog/uirouter-1.0.0-beta.3/)
55

@@ -69,30 +69,9 @@ class RootAppModule {}
6969

7070

7171
<a name="1.0.0-beta.2"></a>
72-
# [1.0.0-beta.2](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.5...v1.0.0-beta.2) (2016-09-09)
72+
# [1.0.0-beta.2 commits](https://github.com/angular-ui/ui-router/compare/1.0.0-beta.1...1.0.0-beta.2) (2016-09-09)
7373

74-
[Read more on the blog](https://ui-router.github.io/uirouter-1.0.0-beta.2/)
75-
76-
### BC-BREAK
77-
78-
1) State Glob patterns have been changed slightly.
79-
80-
Previously, a single wildcard `foo.*` could match "missing segments" on the end of a state name.
81-
For example, `foo.*` would match the state `foo`.
82-
Likewise, `foo.*.*.*` would also match the `foo` state.
83-
84-
Now, a single wildcard matches exactly one segment.
85-
`foo.*` will match `foo.bar` and `foo.baz`, but neither `foo` nor `foo.bar.baz`.
86-
87-
If you previously relied on the single wildcard to match missing segments, use a double wildcard, `foo.**`.
88-
89-
Double wildcards match 0 or more segments.
90-
91-
[Read more about Glob matching](https://ui-router.github.io/docs/latest/classes/common.glob.html)
92-
93-
2) (obscure) Angular 1 DI token `ng1UIRouter` renamed to `$uiRouter`
94-
95-
3) (obscure) Renamed `Transition.previous()` to `Transition.redirectedFrom()`
74+
[Read more on the blog](https://ui-router.github.io/blog/uirouter-1.0.0-beta.2/)
9675

9776
### Features
9877

@@ -164,9 +143,30 @@ Double wildcards match 0 or more segments.
164143
* **ng2.UiView:** fix input resolve binding ([4f53f81](https://github.com/angular-ui/ui-router/commit/4f53f81))
165144
* **ng2.UIView:** Make routed to component appear *inside* UIView, not next to it. ([558fc80](https://github.com/angular-ui/ui-router/commit/558fc80))
166145

146+
### BREAKING CHANGES:
147+
148+
1) State Glob patterns have been changed slightly.
149+
150+
Previously, a single wildcard `foo.*` could match "missing segments" on the end of a state name.
151+
For example, `foo.*` would match the state `foo`.
152+
Likewise, `foo.*.*.*` would also match the `foo` state.
153+
154+
Now, a single wildcard matches exactly one segment.
155+
`foo.*` will match `foo.bar` and `foo.baz`, but neither `foo` nor `foo.bar.baz`.
156+
157+
If you previously relied on the single wildcard to match missing segments, use a double wildcard, `foo.**`.
158+
159+
Double wildcards match 0 or more segments.
160+
161+
[Read more about Glob matching](https://ui-router.github.io/docs/latest/classes/common.glob.html)
162+
163+
2) (obscure) Angular 1 DI token `ng1UIRouter` renamed to `$uiRouter`
164+
165+
3) (obscure) Renamed `Transition.previous()` to `Transition.redirectedFrom()`
166+
167167

168168
<a name="1.0.0-beta.1"></a>
169-
# [1.0.0-beta.1](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.5...v1.0.0-beta.1) (2016-06-30)
169+
# [1.0.0-beta.1 commits](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.5...1.0.0-beta.1) (2016-06-30)
170170

171171
# UI-Router 1.0 is in beta
172172

@@ -256,7 +256,7 @@ The most common breaks will be #1 and #2
256256

257257

258258
<a name="1.0.0-alpha.5"></a>
259-
# [1.0.0-alpha.5](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.3...v1.0.0-alpha.5) (2016-05-13)
259+
# [1.0.0-alpha.5 commits](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2016-05-13)
260260

261261

262262
### Bug Fixes
@@ -293,7 +293,7 @@ The most common breaks will be #1 and #2
293293

294294

295295
<a name="1.0.0-alpha.4"></a>
296-
# [1.0.0-alpha.4](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.3...v1.0.0-alpha.4) (2016-04-06)
296+
# [1.0.0-alpha.4 commits](https://github.com/angular-ui/ui-router/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2016-04-06)
297297

298298
### Bug Fixes
299299

@@ -335,7 +335,7 @@ This is the first release with angular 2 support. See http://github.com/ui-rout
335335

336336

337337
<a name="1.0.0-alpha.1"></a>
338-
# [1.0.0-alpha.1](https://github.com/angular-ui/ui-router/compare/1.0.0alpha0...v1.0.0-alpha.1) (2016-03-27)
338+
# [1.0.0-alpha.1 commits](https://github.com/angular-ui/ui-router/compare/1.0.0alpha0...1.0.0-alpha.1) (2016-03-27)
339339

340340
## We will maintain a list of [Known BC from 0.2.x to 1.0 final](https://github.com/angular-ui/ui-router/issues/2219) to help people upgrade to the 1.0 release.
341341

0 commit comments

Comments
 (0)