MetaMask Bot
a284660986
Version v8.1.2
2020-10-19 21:32:37 +00:00
MetaMask Bot
bb854e17f8
Version v8.1.1
2020-10-14 21:51:22 -02:30
MetaMask Bot
5b7cd5a9d1
Version v8.1.0
2020-10-13 11:49:43 -02:30
Mark Stacey
97b49b7614
Add prettier-plugin-sort-json
( #9450 )
...
JSON files are now sorted by key with `prettier`, using the plugin
`prettier-plugin-sort-json`. This does not affect `package.json`
because `prettier` uses a special parser for that file, as it has
a more restrictive format than JSON.
2020-09-23 12:21:42 -02:30
Whymarrh Whitby
3eda318984
Merge 'sync-master' and 'develop'
2020-09-16 19:14:16 -02:30
Whymarrh Whitby
93b9a01fd6
Version v8.0.10
2020-09-16 17:24:02 -02:30
Mark Stacey
ce66ddcf0d
Use prettier
for JSON linting ( #9396 )
...
Instead of using `eslint-plugin-json` for linting JSON files,
`prettier` is now used. `prettier` is capable of detecting and
correcting more problems than `eslint-plugin-json` can, such as
indentation.
All JSON files have been run through `prettier`. The changes are all
superficial.
2020-09-11 10:57:39 -03:00
MetaMask Bot
5c88d8d250
Version v8.0.9
2020-08-19 02:07:15 +00:00
MetaMask Bot
5db866bc88
Version v8.0.8
2020-08-14 19:39:41 -03:00
MetaMask Bot
8063a83d85
Version v8.0.7
2020-08-07 19:45:54 +00:00
MetaMask Bot
e033a1c280
Version v8.0.6
2020-07-22 20:47:51 -03:00
MetaMask Bot
fef44e2303
Version v8.0.5
2020-07-17 12:42:51 -02:30
MetaMask Bot
015008c147
Version v8.0.4
2020-07-07 22:29:28 +00:00
MetaMask Bot
8362609b5c
Version v8.0.3
2020-07-06 15:50:43 -03:00
MetaMask Bot
e0c3277287
Version v8.0.2
2020-07-03 14:29:23 -03:00
MetaMask Bot
03bbd400d9
Version v8.0.1
2020-07-02 21:52:50 -03:00
MetaMask Bot
f3d64a1851
Version v8.0.0
2020-06-01 21:40:56 +00:00
Mark Stacey
0187153bef
Merge remote-tracking branch 'origin/develop' into Version-v8.0.0
...
* origin/develop: (689 commits)
Implement asset page (#8696 )
fix crash on signature request (#8709 )
Fix accounts menu styling (#8707 )
Delete docs/porting_to_new_environment.md (#8704 )
Remove unused `getToErrorObject` parameters (#8705 )
hide connected-status on metamask ext (#8703 )
Stop adding permissions middleware to trusted connections (#8701 )
Use `send` state for send flow token (#8695 )
do not display extension id in connection modal (#8699 )
Fix tab content disappearing during scrolling on macOS Firefox (#8702 )
close details when button is pressed (#8694 )
Refactor token selectors (#8671 )
Update eth_accounts permission description (#8693 )
Extract selected token from token input (#8692 )
Fix propType for Home defaultHomeActiveTabName (#8683 )
Fix create account form styling (#8689 )
Remove unused `getSelectedTokenAssetImage` selector (#8691 )
Remove `getTxParams` (#8676 )
do not show account mismatch alert on details (#8678 )
Fix connect hardware styling (#8680 )
...
2020-06-01 17:08:41 -03:00
kumavis
7686edadb0
Build system refactor ( #8140 )
...
* build - start static asset task cleanup
* build - simplify manifest tasks
* build - refactor + rename some tasks
* build - various cleanups
* manifest - fix ref from controller
* build - drop gulp for simple async tasks
* build - breakout gulpfile into multiple files
* build - rename some tasks
* build - use task fn refs instead of string names
* build - bundle all scripts first, except for contentscript
* build - improve task timeline
* deps - update lock
* build - improve task time printout
* build/scripts - remove intermediate named task
* build - use 'yarn build' for task entry points
* build - properly run tasks via runTask for timeline display
* development/announcer - fix manifest path + clean
* build - lint fix
* build - make all defined tasks possible entry points
* build/task - properly report errors during task
* ci - fix sesify/lavamoat-viz build command
* build/scripts - run each bundle in separate processes
* lint fix
* build - forward childProcess logs to console
* build/task - fix parallel/series stream end event
* build/scripts refactor contentscript+inpage into a single task
* build/static - use the fs for 150x speedup zomg
* lint fix
* build/static - fix css copy
* Update development/build/scripts.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/scripts.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/index.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* deps - remove redundant mkdirp
* deps - remove unused pumpify
* deps - remove redundant merge-deep
* deps - prefer is-stream of isstream
* deps - remove clone for lodash.cloneDeep
* clean - remove commented code
* build/static - use fs.copy + fast-glob instead of linux cp for better platform support
* build/manifest - standardize task naming
* build/display - clean - remove unused code
* bugfix - fix fs.promises import
* build - create "clean" as named task for use as entrypoint
* build/static - fix for copying dirs
* Update development/build/task.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/display.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/display.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/display.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* build - use task refs, tasks only return promises not streams, etc
* lint fi bad merge + lint
* build - one last cleanup + refactor
* build - add comments introducing file
* build/manifest - fix bug + subtasks dont beed to be named
* Update package.json
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* build/task - remove unused fn
* Update package.json
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/styles.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
* Update development/build/styles.js
Co-Authored-By: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-03-09 08:55:02 +08:00