|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v3.1.0-beta.1 (2020-10-09) |
| 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 | + * [#2219](https://github.com/simplabs/ember-simple-auth/pull/2219) Fix assertion message of prohibitAuthentication() ([@ursm](https://github.com/ursm)) |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | +* `ember-simple-auth` |
| 12 | + * [#2234](https://github.com/simplabs/ember-simple-auth/pull/2234) Unset attemptedTransition on invalidation ([@marcoow](https://github.com/marcoow)) |
| 13 | + * [#2215](https://github.com/simplabs/ember-simple-auth/pull/2215) fix: Incorrect path to fetch the routeAfterAuthentication property in the config object ([@LuisAverhoff](https://github.com/LuisAverhoff)) |
| 14 | + |
| 15 | +#### :memo: Documentation |
| 16 | +* [#2233](https://github.com/simplabs/ember-simple-auth/pull/2233) prevent form submission in README example ([@marcoow](https://github.com/marcoow)) |
| 17 | +* [#2232](https://github.com/simplabs/ember-simple-auth/pull/2232) Add missing actions for login controller to readme ([@marcoow](https://github.com/marcoow)) |
| 18 | +* [#2226](https://github.com/simplabs/ember-simple-auth/pull/2226) Fix Readme ([@ngouy](https://github.com/ngouy)) |
| 19 | +* [#2218](https://github.com/simplabs/ember-simple-auth/pull/2218) Add CI badge ([@marcoow](https://github.com/marcoow)) |
| 20 | +* [#2212](https://github.com/simplabs/ember-simple-auth/pull/2212) Fix code example in guide ([@marcoow](https://github.com/marcoow)) |
| 21 | +* [#2210](https://github.com/simplabs/ember-simple-auth/pull/2210) Fix code example in the "Managing Current User" guide ([@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 | +* `classic-test-app`, `ember-simple-auth`, `test-app` |
| 30 | + * [#2209](https://github.com/simplabs/ember-simple-auth/pull/2209) Re-enable FastBoot tests ([@marcoow](https://github.com/marcoow)) |
| 31 | + |
| 32 | +#### Committers: 6 |
| 33 | +- Keita Urashima ([@ursm](https://github.com/ursm)) |
| 34 | +- Luis Manuel Averhoff ([@LuisAverhoff](https://github.com/LuisAverhoff)) |
| 35 | +- Marco Otte-Witte ([@marcoow](https://github.com/marcoow)) |
| 36 | +- Richard Viney ([@richard-viney](https://github.com/richard-viney)) |
| 37 | +- Samanta de Barros ([@sdebarros](https://github.com/sdebarros)) |
| 38 | +- ngouy ([@ngouy](https://github.com/ngouy)) |
| 39 | + |
3 | 40 | ## v3.1.0-beta.0 (2020-06-05)
|
4 | 41 |
|
5 | 42 | #### :rocket: Enhancement
|
|
0 commit comments