v0.6.3
( the desktop app built is provided by https://github.com/horizon-games/remix-app @pkieltyka )
- Use
ethers.js
for encoding / decoding ABI - Pushing to gist requires now being authentified
- Add Embark-remix plugin
- UX improvement: Terminal
- UX improvement: Function input parameters component
- Setting up Best Practices
- Plugin API message specification
- Refactor app.js
- Refactor tabs
- Readme cleaning up
- Bug Fix: sync issues with remixd
- Bug Fix: account loading when switching provider https://github.com/ethereum/remix-ide/issues/1252
Changelog
v0.6.3 (08/05/2018)
- Fix gists #1293
- [Browser Test] add "from" in event result #1291
- Fix Call Return Value #1290
- Fix open/close for tx logs in terminal from network #1287
- Add status field to createTable #1286
- Multi param angles #1278
- Use ethers for abi coding #1277
- Fix saving file #1274
- Update package.json #1273
- use path.join #1268
- Fix debugging test (comply with 0.4.23 solidity version) #1266
- Update README.md #1264
- Fix load accounts #1255
- Update team-best-practices.md #1247
- Remove uneeded dep && remove uneeded script #1243
- refactor analysis tab #1238
- refactor plugin tab #1234
- refactor tabbed menu #1228
- bump version 0.6.2 #1224
- Create release-process.md #1223
- Create team-best-practices.md #1221
- Multi params component #1212
- Refactor app.js #1211
- Update plugin API #1196
- Update README.md #1190
- Terminal ui #1029