Skip to content

Commit b094da2

Browse files
authored
Merge pull request #182 from Earlybyte/update-changelog-patch-1
Update CHANGELOG
2 parents 13992f4 + 155852a commit b094da2

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

CHANGELOG.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,55 @@
11
# Changelog
22

33
## [Unreleased]
4-
- Added web redirect authentication flow option [#173]
5-
- Must use at least version 2.13.1 of MSAL library from MS in index.html
6-
- Calculates an appropriate default redirect URI on mobile and web if not provided
74

8-
## [0.4.1-beta.2] - 20220919
9-
10-
- Fix exception behavior for the web version [#170].
11-
12-
## [0.4.1-beta.1] - 20220916
13-
14-
- Breaking: Improve exceptions handling [#168].
15-
- Fix login error when changing user password [#164].
16-
- Add loader while render web page in WebView [#162].
5+
## [0.4.1] - 20221124
6+
- Added web redirect authentication flow option https://github.com/Earlybyte/aad_oauth/pull/174.
7+
- Must use at least version 2.13.1 of MSAL library from MS in index.html.
8+
- Calculates an appropriate default redirect URI on mobile and web if not provided.
9+
- Add userAgent parameter to WebView https://github.com/Earlybyte/aad_oauth/pull/181
10+
- Fix exception behavior for the web version https://github.com/Earlybyte/aad_oauth/pull/170.
11+
- Breaking: Improve exceptions handling https://github.com/Earlybyte/aad_oauth/pull/168.
12+
- Fix login error when changing user password https://github.com/Earlybyte/aad_oauth/pull/164.
13+
- Add loader while render web page in WebView https://github.com/Earlybyte/aad_oauth/pull/162.
1714

1815
## [0.4.0] - 20220523
1916

20-
- Breaking: Use webview_flutter plugin (requires android minSDK >= 20) [#121], [#124]
17+
- Breaking: Use webview_flutter plugin (requires android minSDK >= 20) https://github.com/Earlybyte/aad_oauth/pull/121, https://github.com/Earlybyte/aad_oauth/pull/124
2118
- Requires passing the same navigatorKey to Config() and MaterialApp() to support
2219
interactive login.
2320
- Removed unnecessary calls to set screen size - calls to these APIs must be
2421
removed from apps (setWebViewScreenSize and setWebViewScreenSizeFromMedia).
2522
- webview_flutter automatically adjusts the webview size.
26-
- Update flutter_secure_storage and add android options to config [#128], [#134]
23+
- Update flutter_secure_storage and add android options to config https://github.com/Earlybyte/aad_oauth/pull/128, https://github.com/Earlybyte/aad_oauth/pull/134
2724

2825
## [0.3.1] - 20200808
2926

30-
- Add flutter_web support [#106](https://github.com/Earlybyte/aad_oauth/pull/106)
27+
- Add flutter_web support https://github.com/Earlybyte/aad_oauth/pull/106
3128

3229
## [0.3.0] - 20200725
3330

34-
- Migrate package and examples to sound null safety [#105](https://github.com/Earlybyte/aad_oauth/pull/105)
31+
- Migrate package and examples to sound null safety https://github.com/Earlybyte/aad_oauth/pull/105
3532

3633
## [0.2.2] - 20200702
3734

38-
- Add refreshIfAvailable flag to login() [#94](https://github.com/Earlybyte/aad_oauth/pull/94)
39-
- Update Flutter Webview Plugin [#112](https://github.com/Earlybyte/aad_oauth/pull/112)
40-
- Bumped to version 0.2.1 with latest http support [#113](https://github.com/Earlybyte/aad_oauth/pull/113)
41-
- Upgrade packages and fix problems [#114](https://github.com/Earlybyte/aad_oauth/pull/114)
35+
- Add refreshIfAvailable flag to login() https://github.com/Earlybyte/aad_oauth/pull/94
36+
- Update Flutter Webview Plugin https://github.com/Earlybyte/aad_oauth/pull/112
37+
- Bumped to version 0.2.1 with latest http support https://github.com/Earlybyte/aad_oauth/pull/113
38+
- Upgrade packages and fix problems https://github.com/Earlybyte/aad_oauth/pull/114
4239

4340
## [0.2.1] - 20210119
4441

45-
- Enable to resize webview after init #68
46-
- Add dartdoc to most important elements #75
47-
- Fix token init #89
48-
- Upgrade plugins #88
42+
- Enable to resize webview after init https://github.com/Earlybyte/aad_oauth/pull/68
43+
- Add dartdoc to most important elements https://github.com/Earlybyte/aad_oauth/pull/75
44+
- Fix token init https://github.com/Earlybyte/aad_oauth/pull/89
45+
- Upgrade plugins https://github.com/Earlybyte/aad_oauth/pull/88
4946

5047
## [0.2.0] - 20201007
5148

52-
- Add additional config options #66
53-
- Throw Exception on return #55
54-
- Fix Example App #65
55-
- Comply Pub Dev Requirements #67
49+
- Add additional config options https://github.com/Earlybyte/aad_oauth/pull/66
50+
- Throw Exception on return https://github.com/Earlybyte/aad_oauth/pull/55
51+
- Fix Example App https://github.com/Earlybyte/aad_oauth/pull/65
52+
- Comply Pub Dev Requirements https://github.com/Earlybyte/aad_oauth/pull/67
5653

5754
## [0.1.9] - 20200529
5855

0 commit comments

Comments
 (0)