Skip to content

Commit 48b0fb3

Browse files
committed
Updated changelog
1 parent 25ffa05 commit 48b0fb3

File tree

1 file changed

+65
-52
lines changed

1 file changed

+65
-52
lines changed

CHANGELOG.md

Lines changed: 65 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,65 @@
1-
# Changelog for `react-static-web-apps-auth`
2-
3-
## [1.0.0]
4-
5-
### Added
6-
7-
- Support for custom auth providers as per GA
8-
- Support for Apple as a provider
9-
- Ability to override the label of the provider
10-
11-
### Changed
12-
13-
- Only AAD, GitHub and Twitter are enabled by default, matching the providers for free tier
14-
15-
## [0.1.7] - 2021-03-11
16-
17-
### Fixed
18-
19-
- Redirect URLs for login/logout didn't work due to a wrong query string
20-
21-
## [0.1.6] - 2021-03-11
22-
23-
### Changed
24-
25-
- Making the `postLoginRedirect` optional on login components
26-
27-
## [0.1.4] - 2021-01-11
28-
29-
### Changed
30-
31-
- More work on build/release pipeline
32-
33-
## [0.1.3] - 2021-01-04
34-
35-
### Fixed
36-
37-
- Release workflow didn't build before publishing
38-
39-
## [0.1.2]
40-
41-
Poking DevOps pipelines and setting README.
42-
43-
## [0.1.0] - 2020-12-18
44-
45-
Initial Release 🎉
46-
47-
## Added
48-
49-
- Components for login
50-
- Component for logout
51-
- Component for purging user profiles
52-
- Context for accessing user profile
1+
# Changelog for `react-static-web-apps-auth`
2+
3+
## [1.1.0]
4+
5+
### Added
6+
7+
- Keys to the login providers, fixing a React error
8+
- Better handling of when you are running locally but without the SWA CLI
9+
- devcontainer for local development
10+
11+
### Changed
12+
13+
- Overhaul of the data exposed via the context provider to achieve https://github.com/aaronpowell/react-static-web-apps-auth/issues/3
14+
- Renamed the exported types to better reflect the names in the docs (`UserInfo` -> `ClientPrincipal`)
15+
16+
## [1.0.0] - 2021-05-13
17+
18+
### Added
19+
20+
- Support for custom auth providers as per GA
21+
- Support for Apple as a provider
22+
- Ability to override the label of the provider
23+
24+
### Changed
25+
26+
- Only AAD, GitHub and Twitter are enabled by default, matching the providers for free tier
27+
28+
## [0.1.7] - 2021-03-11
29+
30+
### Fixed
31+
32+
- Redirect URLs for login/logout didn't work due to a wrong query string
33+
34+
## [0.1.6] - 2021-03-11
35+
36+
### Changed
37+
38+
- Making the `postLoginRedirect` optional on login components
39+
40+
## [0.1.4] - 2021-01-11
41+
42+
### Changed
43+
44+
- More work on build/release pipeline
45+
46+
## [0.1.3] - 2021-01-04
47+
48+
### Fixed
49+
50+
- Release workflow didn't build before publishing
51+
52+
## [0.1.2]
53+
54+
Poking DevOps pipelines and setting README.
55+
56+
## [0.1.0] - 2020-12-18
57+
58+
Initial Release 🎉
59+
60+
## Added
61+
62+
- Components for login
63+
- Component for logout
64+
- Component for purging user profiles
65+
- Context for accessing user profile

0 commit comments

Comments
 (0)