Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.8.5 #257

Merged
merged 77 commits into from
Jun 4, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
875eb27
scroll container now scrolls to bottom when new notification is added…
lnbc1QWFyb24 May 9, 2019
dc8453a
Create contract tests & improve stability with new web3js versions (#…
liamaharon May 9, 2019
3a064b4
Custom notifications (#133)
liamaharon May 9, 2019
78e8e39
Add updateStyle function (#145)
liamaharon May 9, 2019
6b66df0
Enhancement/onboard returns state (#152)
lnbc1QWFyb24 May 9, 2019
33abb7a
update to 0.7.0
cmeisl May 9, 2019
acd4add
Merge branch 'master' into develop
cmeisl May 9, 2019
866618b
updated readme to reflect how onboard resolves with the state object …
lnbc1QWFyb24 May 10, 2019
ee49e2b
Fix/onboard reject state (#160)
lnbc1QWFyb24 May 10, 2019
011d285
Enhancement/network check contract call (#163)
lnbc1QWFyb24 May 10, 2019
16a52cd
update to version 0.7.1
cmeisl May 10, 2019
e235f8f
Merge branch 'master' into develop
cmeisl May 10, 2019
333dce1
release 0.7.1 (#166) (#167)
cmeisl May 10, 2019
0cee14c
made sure if user not ready to transact, send transaction returns ear…
lnbc1QWFyb24 May 10, 2019
343cea8
update to 0.7.2
cmeisl May 10, 2019
9a73d3a
Merge branch 'master' into develop
cmeisl May 10, 2019
38df125
web3Function tests, bug fix (#172)
liamaharon May 13, 2019
0f0ea7e
update to 0.7.3
cmeisl May 13, 2019
8d168ff
Merge branch 'master' into develop
cmeisl May 13, 2019
45c252d
Fix/tx stall (#178)
lnbc1QWFyb24 May 16, 2019
6c06493
Fix race condition (#175)
liamaharon May 16, 2019
d71fcaf
Fix/promievent (#180)
lnbc1QWFyb24 May 16, 2019
de931f1
cloned inner object from contract method call (#182)
lnbc1QWFyb24 May 16, 2019
82f7cdf
Fix Duplicate Transaction Check (#184)
lnbc1QWFyb24 May 16, 2019
5b38057
add on confirmation method (#186)
lnbc1QWFyb24 May 16, 2019
cd67313
Test truffle contract decoration (#176)
liamaharon May 16, 2019
84b7012
return promievent frim sendTransaction (#187)
lnbc1QWFyb24 May 16, 2019
ba13d17
update to version 0.7.4
cmeisl May 16, 2019
e989197
Merge branch 'master' into develop
cmeisl May 16, 2019
b9f0ce3
Enhancement/onboard mobile (#190)
lnbc1QWFyb24 May 20, 2019
4f86279
update to version 0.7.5
cmeisl May 20, 2019
0f43a02
Merge branch 'master' into develop
cmeisl May 20, 2019
8125b89
Enhancement/mobile ui (#193)
lnbc1QWFyb24 May 22, 2019
a07d12b
Merge branch 'master' into develop
cmeisl May 22, 2019
c56bc5e
update to version 0.8.0
cmeisl May 22, 2019
88fba19
version 0.8.0 (#195) (#196)
cmeisl May 22, 2019
a069745
resize iframe after hiding modal (#198)
lnbc1QWFyb24 May 22, 2019
5554608
update readme with mobile support info and web3 initialization exampl…
lnbc1QWFyb24 May 22, 2019
296b5de
update to version 0.8.1
cmeisl May 22, 2019
5c7f05d
Merge branch 'master' into develop
cmeisl May 22, 2019
17d75f1
change pageY and pageX to screenY and screenX (#204)
lnbc1QWFyb24 May 23, 2019
6092eb8
add correct click handlers to close button touch start event (#206)
lnbc1QWFyb24 May 24, 2019
e4aba90
version 0.8.1 (#207) (#208)
cmeisl May 24, 2019
477ee51
Contract decoration improvements (#209)
liamaharon May 27, 2019
83ebdd8
Truffle fixes (#219)
liamaharon May 27, 2019
2aa7f08
Configure mobile position (#216)
liamaharon May 27, 2019
cfd4073
Update readme (#221)
liamaharon May 27, 2019
fec6385
update to version 0.8.2
cmeisl May 28, 2019
c1d584a
Merge branch 'master' into develop
cmeisl May 28, 2019
64b7bd1
remove MetaMask specific language (#224)
lnbc1QWFyb24 May 28, 2019
2527a8f
added condition so that mobile wallet dialog will show when user is o…
lnbc1QWFyb24 May 28, 2019
bbd4c1b
Add touch handlers to not supported modals if on mobile (#228)
lnbc1QWFyb24 May 28, 2019
f734f3a
update to version 0.8.3
cmeisl May 28, 2019
729e152
Merge branch 'master' into develop
cmeisl May 28, 2019
793662f
make sure messages object is passed in the same way as with contract …
lnbc1QWFyb24 May 29, 2019
ab4b2a4
Default inlineCustomMsgs to an empty object
liamaharon May 30, 2019
544f43f
Inject env variable BN_WS_ENDPOINT
liamaharon May 30, 2019
a0e2331
Allow overriding ws endpoint with an env var
liamaharon May 30, 2019
7d74396
Merge branch 'feature/inlineCustomMsgs-default' of github.com:blockna…
liamaharon May 30, 2019
d03ecee
Revert "Allow overriding ws endpoint with an env var"
liamaharon May 31, 2019
6f2717c
Revert "Inject env variable BN_WS_ENDPOINT"
liamaharon May 31, 2019
28ac2e6
Revert "Default inlineCustomMsgs to an empty object"
liamaharon May 31, 2019
9bcb79a
Readme edits (#251)
lnbc1QWFyb24 Jun 3, 2019
21f067e
Return promiEvent from modernSend and modernWeb3 Transaction calls (#…
liamaharon Jun 3, 2019
25be58e
Validate config on init (#235)
liamaharon Jun 3, 2019
a58df74
coerce network id type to Number in getNetworkID and remove coercion …
lnbc1QWFyb24 Jun 3, 2019
ef866ca
Add expected methods to result of .call(...args) (#240)
liamaharon Jun 3, 2019
609dfe3
Basic e2e tests (#244)
liamaharon Jun 3, 2019
c91c629
Add a default for inlineCustomMsgs (#249)
liamaharon Jun 3, 2019
ddb1dfe
Improve Transaction custom inline message docs (#253)
liamaharon Jun 3, 2019
b93a0c1
Merge branch 'master' into develop
cmeisl Jun 3, 2019
8f3750a
update to 0.8.4
cmeisl Jun 3, 2019
3d3b43e
Run babel only over non-es5 node modules (#256)
liamaharon Jun 4, 2019
cb1e583
Merge branch 'master' into develop
cmeisl Jun 4, 2019
95dd495
fix bad merge commit from master
cmeisl Jun 4, 2019
9b22e63
update to version 0.8.5
cmeisl Jun 4, 2019
5e416c7
yarn reinstall for new lock file
cmeisl Jun 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update to version 0.8.5
  • Loading branch information
cmeisl committed Jun 4, 2019
commit 9b22e63f83ede6c26a570dd4cd2e975613c6e4ff
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ yarn add bnc-assist
#### Script Tag

The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version is 0.8.4.
The current version is 0.8.5.
There are minified and non-minified versions.
Put this script at the top of your `<head>`

```html
<script src="https://assist.blocknative.com/0-8-4/assist.js"></script>
<script src="https://assist.blocknative.com/0-8-5/assist.js"></script>

<!-- OR... -->

<script src="https://assist.blocknative.com/0-8-4/assist.min.js"></script>
<script src="https://assist.blocknative.com/0-8-5/assist.min.js"></script>
```

### Initialize the Library
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-assist",
"version": "0.8.4",
"version": "0.8.5",
"description": "Blocknative Assist js library for Dapp developers",
"main": "lib/assist.min.js",
"scripts": {
Expand Down