|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v3.0.1 (2020-10-16) |
| 4 | + |
| 5 | +#### :rocket: Enhancement |
| 6 | +* `ember-simple-auth` |
| 7 | + * [#2237](https://github.com/simplabs/ember-simple-auth/pull/2237) Remove use of the deprecated getWithDefault API ([@richard-viney](https://github.com/richard-viney)) |
| 8 | + |
| 9 | +#### :bug: Bug Fix |
| 10 | +* `ember-simple-auth` |
| 11 | + * [#2234](https://github.com/simplabs/ember-simple-auth/pull/2234) Unset attemptedTransition on invalidation ([@marcoow](https://github.com/marcoow)) |
| 12 | + |
| 13 | +#### :memo: Documentation |
| 14 | +* [#2208](https://github.com/simplabs/ember-simple-auth/pull/2208) Update /guides/auth-torii-with-github.md ([@sutharmonil](https://github.com/sutharmonil)) |
| 15 | +* [#2205](https://github.com/simplabs/ember-simple-auth/pull/2205) upgrade-to-v3 devise syntax ([@MichalBryxi](https://github.com/MichalBryxi)) |
| 16 | +* [#2201](https://github.com/simplabs/ember-simple-auth/pull/2201) Devise example also needed computed import ([@chrism](https://github.com/chrism)) |
| 17 | +* [#2138](https://github.com/simplabs/ember-simple-auth/pull/2138) Fix handling of login errors in the dummy app ([@marcoow](https://github.com/marcoow)) |
| 18 | +* [#1764](https://github.com/simplabs/ember-simple-auth/pull/1764) Engine Support ([@marcoow](https://github.com/marcoow)) |
| 19 | +* [#2136](https://github.com/simplabs/ember-simple-auth/pull/2136) Modernize docs ([@marcoow](https://github.com/marcoow)) |
| 20 | +* [#2143](https://github.com/simplabs/ember-simple-auth/pull/2143) add FastBoot to TOC in README ([@marcoow](https://github.com/marcoow)) |
| 21 | +* [#2135](https://github.com/simplabs/ember-simple-auth/pull/2135) Modernize dummy app ([@marcoow](https://github.com/marcoow)) |
| 22 | + |
| 23 | +#### :house: Internal |
| 24 | +* `ember-simple-auth` |
| 25 | + * [#2235](https://github.com/simplabs/ember-simple-auth/pull/2235) Update versionCompatibility to >=3.0 ([@marcoow](https://github.com/marcoow)) |
| 26 | + * [#2229](https://github.com/simplabs/ember-simple-auth/pull/2229) Fix CI config ([@marcoow](https://github.com/marcoow)) |
| 27 | +* `ember-simple-auth`, `test-app` |
| 28 | + * [#2224](https://github.com/simplabs/ember-simple-auth/pull/2224) Remove duplicated scenarios in ember-try config ([@sdebarros](https://github.com/sdebarros)) |
| 29 | +* Other |
| 30 | + * [#2197](https://github.com/simplabs/ember-simple-auth/pull/2197) Fix Heroku Deployment ([@marcoow](https://github.com/marcoow)) |
| 31 | + * [#2145](https://github.com/simplabs/ember-simple-auth/pull/2145) Remove old Chrome option on CI ([@marcoow](https://github.com/marcoow)) |
| 32 | + * [#2137](https://github.com/simplabs/ember-simple-auth/pull/2137) Generate docs with ember-cli-yuidoc ([@marcoow](https://github.com/marcoow)) |
| 33 | + * [#2106](https://github.com/simplabs/ember-simple-auth/pull/2106) Fix Github Action for releasing new versions ([@marcoow](https://github.com/marcoow)) |
| 34 | + |
| 35 | +#### Committers: 7 |
| 36 | +- Chris Masters ([@chrism](https://github.com/chrism)) |
| 37 | +- Marco Otte-Witte ([@marcoow](https://github.com/marcoow)) |
| 38 | +- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi)) |
| 39 | +- Monil Suthar ([@sutharmonil](https://github.com/sutharmonil)) |
| 40 | +- Richard Viney ([@richard-viney](https://github.com/richard-viney)) |
| 41 | +- Samanta de Barros ([@sdebarros](https://github.com/sdebarros)) |
| 42 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 43 | + |
3 | 44 | ## v3.0.0 (2020-02-10) |
4 | 45 |
|
5 | 46 | #### :boom: Breaking Change |
|
0 commit comments