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

Commit c4c4cc7

Browse files
authored
Merge pull request #886 from 3box/release/v1.21.0
Release/v1.21.0
2 parents 4ba3c3b + 36c4ec8 commit c4c4cc7

File tree

8 files changed

+415
-154
lines changed

8 files changed

+415
-154
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

example/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## <a name="example"></a> Example Application
2+
3+
You can quickly run and interact with the example code in this directory. You run the example with the following commands:
4+
5+
```bash
6+
$ npm ci
7+
$ npm run example:start
8+
```
9+
10+
This runs a simple server at `http://localhost:30000/` that serves the static `example/index.html` file. This allows it easily interact with Metamask. You can edit the `example/index.html` file to try different code.

0 commit comments

Comments
 (0)