Skip to content

Commit f1f95b6

Browse files
committed
0.24.2
1 parent a2eefac commit f1f95b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.24.2
4+
- Fix LocalStorageEnvironment failure in browsers' private modes. Android, iOS, and Safari all keep LocalStorage
5+
available, but throw when you use it.
6+
37
## 0.24.1
48
- Infinite loop fix when getting parent router in alternative environment.
59
- Set default LocalStorageKeyEnvironment path to the empty string instead of undefined/null.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)