|
1 | 1 | <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) |
3 | 3 |
|
4 | 4 | [Read more on the blog](https://ui-router.github.io/blog/uirouter-1.0.0-beta.3/)
|
5 | 5 |
|
@@ -69,30 +69,9 @@ class RootAppModule {}
|
69 | 69 |
|
70 | 70 |
|
71 | 71 | <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) |
73 | 73 |
|
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/) |
96 | 75 |
|
97 | 76 | ### Features
|
98 | 77 |
|
@@ -164,9 +143,30 @@ Double wildcards match 0 or more segments.
|
164 | 143 | * **ng2.UiView:** fix input resolve binding ([4f53f81](https://github.com/angular-ui/ui-router/commit/4f53f81))
|
165 | 144 | * **ng2.UIView:** Make routed to component appear *inside* UIView, not next to it. ([558fc80](https://github.com/angular-ui/ui-router/commit/558fc80))
|
166 | 145 |
|
| 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 | + |
167 | 167 |
|
168 | 168 | <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) |
170 | 170 |
|
171 | 171 | # UI-Router 1.0 is in beta
|
172 | 172 |
|
@@ -256,7 +256,7 @@ The most common breaks will be #1 and #2
|
256 | 256 |
|
257 | 257 |
|
258 | 258 | <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) |
260 | 260 |
|
261 | 261 |
|
262 | 262 | ### Bug Fixes
|
@@ -293,7 +293,7 @@ The most common breaks will be #1 and #2
|
293 | 293 |
|
294 | 294 |
|
295 | 295 | <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) |
297 | 297 |
|
298 | 298 | ### Bug Fixes
|
299 | 299 |
|
@@ -335,7 +335,7 @@ This is the first release with angular 2 support. See http://github.com/ui-rout
|
335 | 335 |
|
336 | 336 |
|
337 | 337 | <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) |
339 | 339 |
|
340 | 340 | ## 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.
|
341 | 341 |
|
|
0 commit comments