Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 36c4ec8

Browse files
committed
release/v1.21.0
1 parent 8bb5d85 commit 36c4ec8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ Creates an instance of 3Box
614614
| opts.addressServer | <code>String</code> | URL of the Address Server |
615615
| opts.ghostPinbot | <code>String</code> | MultiAddress of a Ghost Pinbot node |
616616
| opts.supportCheck | <code>String</code> | Gives browser alert if 3boxjs/ipfs not supported in browser env, defaults to true. You can also set to false to implement your own alert and call Box.support to check if supported. |
617+
| opts.iframeCache | <code>Boolean</code> | Enable iframe cache for ipfs/orbit, defaults to true |
617618
618619
<a name="Box.supported"></a>
619620

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## v1.21.0 - 2020-08-06
4+
5+
* feat: shared ipfs and orbitdb iframe cache for faster auth/openbox and syncs
6+
* fix: ledger support
7+
38
## v1.20.3 - 2020-07-13
49
This release upgrades ipfs to 0.46.0, adds a fix that may allow some older accounts to be loaded/synced again, and downgrades libp2p-pubsub as temporary fix for connect/gossipsub errors.
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3box",
3-
"version": "1.20.3",
3+
"version": "1.21.0",
44
"description": "Interact with user data",
55
"main": "lib/3box.js",
66
"directories": {

0 commit comments

Comments
 (0)