|
| 1 | +# 1.2.0-beta.2 |
| 2 | + |
| 3 | +* The `getOwner` function is now read from the `Ember` object instead of |
| 4 | + importing it from `ember-getowner-polyfill` which fixes a deprecation, see |
| 5 | + #1124. |
| 6 | +* Transitions are no longer aborted in the `AuthenticatedRouteMixin` and |
| 7 | + `UnauthenticatedRouteMixin` which was simply unnecessary, see #1126. |
| 8 | +* There is now an assertion checking that a valid authorizer has been passed to |
| 9 | + the session's `authorize` method, see #1132. |
| 10 | +* The attempted transition is now being stored in a cookie when Ember Simple |
| 11 | + Auth intercepts a transition and redirects to the login route in the |
| 12 | + `AuthenticatedRouteMixin` so that the transition can be retried in the |
| 13 | + browser, see #1136. |
| 14 | +* The `ember-cookies` dependency has been updated to 0.0.11 which fixes a |
| 15 | + deprecation, see #1153. |
| 16 | +* Ember Simple Auth now longer uses `Ember.K`, see #1166. |
| 17 | +* Deprecated ways to use Ember's deprecations which caused a deprecation |
| 18 | + themselves have been fixed, see #1170. |
| 19 | +* There is now a warning when a `cookieExpirationTime` lower than 90 seconds is |
| 20 | + set as that will lead to problems with Ember Simple Auth's session time |
| 21 | + extension mechanism, see #1160. |
| 22 | +* Several parts of the documentation have been fixed and a new guide on |
| 23 | + implementing authentication with github has been added, see #1143, #1142, |
| 24 | + #1121, #1139. |
| 25 | + |
1 | 26 | # 1.2.0-beta.1
|
2 | 27 |
|
3 | 28 | * Ember Simple Auth now supports FastBoot out-of-the-box (when using the cookie
|
|
0 commit comments