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 3112014 commit f041efeCopy full SHA for f041efe
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog for `react-static-web-apps-auth`
2
3
-## [1.4.0] - unreleased
+## [1.5.0] - 2024-01-12
4
+
5
+### Added
6
7
+- Using `AbortController` to cancel fetches when the component is unmounted
8
9
+## [1.4.0] - 2022-05-25
10
11
### Added
12
react-static-web-apps-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aaronpowell/react-static-web-apps-auth",
- "version": "1.4.0",
+ "version": "1.5.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