|
| 1 | +## 1.0.17 (2018-05-13) |
| 2 | +[Compare `@uirouter/angularjs` versions 1.0.16 and 1.0.17](https://github.com/angular-ui/ui-router/compare/1.0.16...1.0.17) |
| 3 | + |
| 4 | + |
| 5 | +### Updated `@uirouter/core` from 5.0.18 to 5.0.19 |
| 6 | +[Compare `@uirouter/core` versions 5.0.18 and 5.0.19](https://github.com/ui-router/core/compare/5.0.18...5.0.19) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +* **enums:** Workaround angular compiler export issue https://github.com/angular/angular/issues/23759 ([38d25fa](https://github.com/ui-router/core/commit/38d25fa)) |
| 11 | + |
| 12 | +## 1.0.16 (2018-05-03) |
| 13 | +[Compare `@uirouter/angularjs` versions 1.0.15 and 1.0.16](https://github.com/angular-ui/ui-router/compare/1.0.15...1.0.16) |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* **docs:** downgrade to [@types](https://github.com/types)/angular[@1](https://github.com/1).6.25 to fix typings error when generating docs ([5850136](https://github.com/angular-ui/ui-router/commit/5850136)) |
| 18 | + |
| 19 | + |
| 20 | +### Updated `@uirouter/core` from 5.0.17 to 5.0.18 |
| 21 | +[Compare `@uirouter/core` versions 5.0.17 and 5.0.18](https://github.com/ui-router/core/compare/5.0.17...5.0.18) |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +* **angular:** A hack to force the Angular compiler to import from module index ([d56a2be](https://github.com/ui-router/core/commit/d56a2be)) |
| 26 | +* **StateRegistry:** Notify listeners of added states when there are orphans in the state queue ([5a9bac9](https://github.com/ui-router/core/commit/5a9bac9)) |
| 27 | +* **transition:** Fix typing of Transition.params() ([ebea30e](https://github.com/ui-router/core/commit/ebea30e)) |
| 28 | +* **transition:** Normalize `error()` to always return `Rejection` ([9bcc5db](https://github.com/ui-router/core/commit/9bcc5db)) |
| 29 | + |
| 30 | +## 1.0.15 (2018-02-12) |
| 31 | +[Compare `@uirouter/angularjs` versions 1.0.14 and 1.0.15](https://github.com/angular-ui/ui-router/compare/1.0.14...1.0.15) |
| 32 | + |
| 33 | +### Bug Fixes |
| 34 | + |
| 35 | +* **package:** update [@uirouter](https://github.com/uirouter)/core to version 5.0.17 ([1b54264](https://github.com/angular-ui/ui-router/commit/1b54264)) |
| 36 | + |
| 37 | + |
| 38 | +### Updated `@uirouter/core` from 5.0.16 to 5.0.17 |
| 39 | +[Compare `@uirouter/core` versions 5.0.16 and 5.0.17](https://github.com/ui-router/core/compare/5.0.16...5.0.17) |
| 40 | + |
| 41 | +### Bug Fixes |
| 42 | + |
| 43 | +* **core:** Fix leak of old transitions by mutating pathnode*.resolvables*.data ([0a1f518](https://github.com/ui-router/core/commit/0a1f518)) |
| 44 | + |
| 45 | +## 1.0.14 (2018-01-31) |
| 46 | +[Compare `@uirouter/angularjs` versions 1.0.13 and 1.0.14](https://github.com/angular-ui/ui-router/compare/1.0.13...1.0.14) |
| 47 | + |
| 48 | +### Bug Fixes |
| 49 | + |
| 50 | +* **uiSrefActive:** don't match fuzzy on lazy loaded future states ([01430ee](https://github.com/angular-ui/ui-router/commit/01430ee)) |
| 51 | + |
| 52 | + |
| 53 | +### Features |
| 54 | + |
| 55 | +* **uiSrefActive:** Support arrays of globs for ng-class style ([b215343](https://github.com/angular-ui/ui-router/commit/b215343)) |
| 56 | + |
| 57 | + |
| 58 | +### Updated `@uirouter/core` from 5.0.14 to 5.0.16 |
| 59 | +[Compare `@uirouter/core` versions 5.0.14 and 5.0.16](https://github.com/ui-router/core/compare/5.0.14...5.0.16) |
| 60 | + |
| 61 | +### Bug Fixes |
| 62 | + |
| 63 | +* **common:** Fix signature of for objects (make target optional) ([61d0afc](https://github.com/ui-router/core/commit/61d0afc)) |
| 64 | +* **core:** Fix memory leak of resolve data from ALL transitions ever ([7f2aed1](https://github.com/ui-router/core/commit/7f2aed1)) |
| 65 | +* **pathNode:** add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. ([4833a32](https://github.com/ui-router/core/commit/4833a32)) |
| 66 | + |
| 67 | + |
| 68 | +### Features |
| 69 | + |
| 70 | +* **common:** Add map-in-place support to map() ([12bc7d8](https://github.com/ui-router/core/commit/12bc7d8)) |
| 71 | +* **common:** Add onEvict() callback registry for queues with max length ([c19d007](https://github.com/ui-router/core/commit/c19d007)) |
| 72 | + |
| 73 | +## 1.0.13 (2018-01-10) |
| 74 | +[Compare `@uirouter/angularjs` versions 1.0.12 and 1.0.13](https://github.com/angular-ui/ui-router/compare/1.0.12...1.0.13) |
| 75 | + |
| 76 | + |
| 77 | +### Updated `@uirouter/core` from 5.0.13 to 5.0.14 |
| 78 | +[Compare `@uirouter/core` versions 5.0.13 and 5.0.14](https://github.com/ui-router/core/compare/5.0.13...5.0.14) |
| 79 | + |
| 80 | +### Bug Fixes |
| 81 | + |
| 82 | +* **trace:** Fix null reference in uiview name sort function ([59cb067](https://github.com/ui-router/core/commit/59cb067)) |
| 83 | +* **treeChanges:** apply toParams to 'retained' path ([#72](https://github.com/ui-router/core/issues/72)) ([cf63d11](https://github.com/ui-router/core/commit/cf63d11)) |
| 84 | + |
| 85 | +## 1.0.12 (2017-12-22) |
| 86 | +[Compare `@uirouter/angularjs` versions 1.0.11 and 1.0.12](https://github.com/angular-ui/ui-router/compare/1.0.11...1.0.12) |
| 87 | + |
| 88 | +### Bug Fixes |
| 89 | + |
| 90 | +* **___location:** allow empty string param: Ng1LocationServices.url('') ([01bbaf0](https://github.com/angular-ui/ui-router/commit/01bbaf0)) |
| 91 | +* **onEnter:** Do not inject child-state data into ng1 onEnter hooks ([cdec6a0](https://github.com/angular-ui/ui-router/commit/cdec6a0)) |
| 92 | +* **package:** update [@uirouter](https://github.com/uirouter)/core to version 5.0.13 ([6c63f2d](https://github.com/angular-ui/ui-router/commit/6c63f2d)) |
| 93 | +* **travis:** regenerate and encrypt secret ([c718ce5](https://github.com/angular-ui/ui-router/commit/c718ce5)) |
| 94 | + |
| 95 | + |
| 96 | +### Updated `@uirouter/core` from 5.0.11 to 5.0.13 |
| 97 | +[Compare `@uirouter/core` versions 5.0.11 and 5.0.13](https://github.com/ui-router/core/compare/5.0.11...5.0.13) |
| 98 | + |
| 99 | +### Bug Fixes |
| 100 | + |
| 101 | +* **browserLocation:** Use ___location.pathname (not href) or '/' when no base tag found ([db461d6](https://github.com/ui-router/core/commit/db461d6)) |
| 102 | +* **browserLocationConfig:** If no base href found, use ___location.href (not empty string) ([0251424](https://github.com/ui-router/core/commit/0251424)) |
| 103 | +* **pushStateLocation:** Fix URLs: add slash between base and path when necessary ([bfa5755](https://github.com/ui-router/core/commit/bfa5755)) |
| 104 | +* **pushStateLocation:** When url is "" or "/", use baseHref for ___pushState ([042a950](https://github.com/ui-router/core/commit/042a950)) |
| 105 | +* **resolve:** Add onFinish hook to resolve any dynamicly added resolvables ([7d1ca54](https://github.com/ui-router/core/commit/7d1ca54)) |
| 106 | +* **urlRouter:** Update query params when resetting url via .update() ([7664cd0](https://github.com/ui-router/core/commit/7664cd0)) |
| 107 | + |
| 108 | + |
| 109 | +### Features |
| 110 | + |
| 111 | +* **view:** Add onSync callback API to plugin API ([9544ae5](https://github.com/ui-router/core/commit/9544ae5)) |
| 112 | + |
| 113 | +## 1.0.11 (2017-11-13) |
| 114 | +[Compare `@uirouter/angularjs` versions 1.0.10 and 1.0.11](https://github.com/angular-ui/ui-router/compare/1.0.10...1.0.11) |
| 115 | + |
| 116 | +### Bug Fixes |
| 117 | + |
| 118 | +* **uiView:** Fix cfg.getTemplate is undefined ([f4d99b0](https://github.com/angular-ui/ui-router/commit/f4d99b0)) |
| 119 | + |
| 120 | +## 1.0.10 (2017-10-18) |
| 121 | +[Compare `@uirouter/angularjs` versions 1.0.9 and 1.0.10](https://github.com/angular-ui/ui-router/compare/1.0.9...1.0.10) |
| 122 | + |
| 123 | +### Bug Fixes |
| 124 | + |
| 125 | +* **artifactory:** Add trailing newline to package.json to work around artifactory issue ([#3551](https://github.com/angular-ui/ui-router/issues/3551)) ([d09a345](https://github.com/angular-ui/ui-router/commit/d09a345)), closes [#3550](https://github.com/angular-ui/ui-router/issues/3550) |
| 126 | + |
| 127 | +## 1.0.9 (2017-10-17) |
| 128 | +[Compare `@uirouter/angularjs` versions 1.0.8 and 1.0.9](https://github.com/angular-ui/ui-router/compare/1.0.8...1.0.9) |
| 129 | + |
| 130 | + |
| 131 | +### Updated `@uirouter/core` from 5.0.10 to 5.0.11 |
| 132 | +[Compare `@uirouter/core` versions 5.0.10 and 5.0.11](https://github.com/ui-router/core/compare/5.0.10...5.0.11) |
| 133 | + |
| 134 | +### Bug Fixes |
| 135 | + |
| 136 | +* **ie9:** make console.bind work in ie9 ([#85](https://github.com/ui-router/core/issues/85)) ([318214b](https://github.com/ui-router/core/commit/318214b)) |
| 137 | + |
1 | 138 | ## 1.0.8 (2017-10-07)
|
2 | 139 | [Compare `@uirouter/angularjs` versions 1.0.7 and 1.0.8](https://github.com/angular-ui/ui-router/compare/1.0.7...1.0.8)
|
3 | 140 |
|
|
0 commit comments