|
| 1 | +<a name="0.0.11"></a> |
| 2 | +### 0.0.11 (2014-11-21) |
| 3 | + |
| 4 | +This release focuses on improvements to Future States. |
| 5 | + |
| 6 | +#### Bug Fixes |
| 7 | + |
| 8 | +* load in lazyLoadState ((32fcf169)) |
| 9 | +* **$futureState:** |
| 10 | + * when concatting with parent url, use parent.navigable.url ((63ec61bf), closes (#69)) |
| 11 | + * fix top-level future states (root state is parent) ((e5847356), closes (#98)) |
| 12 | + * also register parent future states returned from factory fn ((48995fb3), closes (#99)) |
| 13 | + * fix transition to future state using .relative sref ((e953de61), closes (#3)) |
| 14 | + * unregister lazyloaded future states closes #2 ((67ad0d47)) |
| 15 | + * allow state lookup by object reference, or by state name ((6ca316cd)) |
| 16 | +* **$stickyState:** Make sticky state compatible with UI-Router 0.2.12 ((751db8e1), closes (#88)) |
| 17 | +* **ie:** added ['finally'] method invocation on ((095e5675)) |
| 18 | + |
| 19 | + |
| 20 | +#### Features |
| 21 | + |
| 22 | +* **$futureState:** |
| 23 | + * use UrlMatcher for future url ((f1b0fe57), closes (#54), (#82)) |
| 24 | + * allow regexp matching in urlPrefix ((15c150d1)) |
| 25 | + * future states may now have parent futurestate ((8e11a7c6), closes (#63)) |
| 26 | + * support $urlRouterProvider.otherwise() ((748f2f1f)) |
| 27 | + |
| 28 | +* **$previousState:** Add support for default previous state/params ((1c08ed7c)) |
| 29 | +* **$stickyState:** Added $stickyState.reset() function ((af427116), closes (#48)) |
| 30 | +* **$deepStateRedirect:** |
| 31 | + * add support for DSR only when params match. ((ed16ae4c)) |
| 32 | + * add service function to reset DSR ((c17e27f0), closes (#87)) |
| 33 | + * provide state dsr function with to and redirect info. ((c46fd283), closes (#91)) |
| 34 | + |
| 35 | + |
| 36 | +#### Breaking Changes |
| 37 | + |
| 38 | +* use FutureState.name instead of FutureState.stateName to be consistent with UI-Router (backwards compat attempted, but not guaranteed) |
| 39 | +- BREAKING CHANGE: use FutureState.url instead of FutureState.urlPrefix to be consistent with UI-Router (backwards compat attempted, but not guaranteed) |
| 40 | +- FutureState.url is now processed using UI-Router's UrlMatcher code. |
| 41 | +- FutureState.url is concat'd with the parent state's url to create the UrlMatcher/regexp. |
| 42 | +- FutureState.url has a wildcard added to the end to match anything extra (.*) |
| 43 | +- Changed example iframe factory to use .name and .url and .parent |
| 44 | +- internalStates map now gets root internal state |
| 45 | + |
| 46 | +Fixes #54 |
| 47 | +Closes #82 (PR) |
| 48 | + ((f1b0fe57)) |
| 49 | + |
| 50 | + |
| 51 | +<a name="0.0.11"></a> |
| 52 | +### 0.0.11 (2014-11-21) |
| 53 | + |
| 54 | + |
| 55 | +#### Bug Fixes |
| 56 | + |
| 57 | +* load in lazyLoadState ((32fcf169)) |
| 58 | +* **$deepStateRedirect:** provide state dsr function with to and redirect info. ((c46fd283), closes (#91)) |
| 59 | +* **$futureState:** |
| 60 | + * when concatting with parent url, use parent.navigable.url ((63ec61bf), closes (#69)) |
| 61 | + * fix top-level future states (root state is parent) ((e5847356), closes (#98)) |
| 62 | + * also register parent future states returned from factory fn ((48995fb3), closes (#99)) |
| 63 | +* **ie:** added ['finally'] method invocation on ((095e5675)) |
| 64 | + |
| 65 | + |
1 | 66 | <a name="0.0.11"></a> |
2 | 67 | ### 0.0.11 (2014-11-03) |
3 | 68 |
|
|
0 commit comments