We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3adeb0 commit 015beaaCopy full SHA for 015beaa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for `react-static-web-apps-auth`
2
3
+## [1.6.1] - 2024-01-17
4
+
5
+## Added
6
7
+- Custom render function support for the login/logout components
8
9
## [1.5.1] - 2024-01-12
10
11
### Fixed
react-static-web-apps-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aaronpowell/react-static-web-apps-auth",
- "version": "1.5.1",
+ "version": "1.6.0",
"description": "A library to help creating authenticated React apps on Azure Static Web Apps",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments