Skip to content

Releases: ethereum/remix-ide

v0.7.1

13 Sep 14:01
2c88688
Compare
Choose a tag to compare

This is a tiny release that fix the binary used by the Remix IDE NPM module.

Availability Remix IDE:

Availability Remixd:

Remixd is a tool which provide a way to access your local file from any remix IDE web app.

Changelog

v0.7.0

13 Sep 08:34
b7c02a6
Compare
Choose a tag to compare

(see below for checking how to access remixd and remix IDE)

This release includes 5 really specific changes:

We have pushed a few improvements like: (a lot are feedbacks from the community)

  • Specifying library addresses and directly link instead of having to autodeploy them.
  • Warn if the contract size is over the limit (see eip170).
  • import raw url from the compiler import feature.
  • little reorganisation of the debugger layout.
  • auto update accounts list from the run tab.
  • added copy ABI / Byte code directly from the main panel
  • ...

Availability Remix IDE:

Availability Remixd:

Remixd is a tool which provide a way to access your local file from any remix IDE web app.

Changelog

Doc

Remix repo sync

Editor

Testing

API

Terminal

Library deployment

Recorder

Support

Run

Debugger

Compile

Fixes

Refactor

Misc

v0.6.4

05 Jul 08:57
Compare
Choose a tag to compare

Availability Remix IDE:

Availability Remixd:
Remixd is a tool which provide a way to access your local file from any remix IDE web app.

Changelog

v0.6.4 (05/07/2018)

  • Use tx and receipt to build logs #1358
  • display transaction hash in log #1357
  • Don't add test tab #1355
  • Test tab #1350
  • Fix hex normalization #1347
  • Fix relative import #1346
  • Update example-contracts.js #1344
  • Update example-contracts.js #1343
  • Override control-s and command-s to auto-recompile #1339
  • add ballot_test #1336
  • test-tab importFileCb injection #1334
  • Remix tests import fix #1332
  • Fix Typo #1330
  • Import module from installed_contracts and node_modules folder #1328
  • Adding copy to clipboard in the expanded view #1326
  • Adjusted static analysis warning notification appearance #1324
  • don't add instances if the creation fails #1323
  • Add txStatus icon, move expand to the end, add lines between logs #1320
  • Switch arrows in Recorder card #1319
  • refactor compile tab #1318
  • add missing API (newAccount) #1317
  • Minor update of labels #1316
  • Update settings-tab.js #1314
  • Fix Render warning without msg #1312
  • refactor compile tab #1308
  • Multi param angles content #1307
  • Refactor app.js #1244
  • refactor debugger tab #1240
  • refactor settings #1237
  • refactor rhp #1233
  • add test-tab (wip) #1229
  • Run tab #1219
  • Fix import with firefox (4f505ab)
  • Fix displaying call in terminal (4adcf54)

v0.6.4-alpha.1

13 Jun 08:41
ca23958
Compare
Choose a tag to compare

Changelog

v0.6.4-alpha.1 (13/06/2018)

  • Use tx and receipt to build logs #1358
  • display transaction hash in log #1357
  • Don't add test tab #1355
  • Test tab #1350
  • Fix hex normalization #1347
  • Fix relative import #1346
  • Update example-contracts.js #1344
  • Update example-contracts.js #1343
  • Override control-s and command-s to auto-recompile #1339
  • add ballot_test #1336
  • test-tab importFileCb injection #1334
  • Remix tests import fix #1332
  • Fix Typo #1330
  • Import module from installed_contracts and node_modules folder #1328
  • Adding copy to clipboard in the expanded view #1326
  • Adjusted static analysis warning notification appearance #1324
  • don't add instances if the creation fails #1323
  • Add txStatus icon, move expand to the end, add lines between logs #1320
  • Switch arrows in Recorder card #1319
  • refactor compile tab #1318
  • add missing API (newAccount) #1317
  • Minor update of labels #1316
  • Update settings-tab.js #1314
  • Fix Render warning without msg #1312
  • refactor compile tab #1308
  • Multi param angles content #1307
  • Refactor app.js #1244
  • refactor debugger tab #1240
  • refactor settings #1237
  • refactor rhp #1233
  • add test-tab (wip) #1229
  • Run tab #1219

v0.6.3

30 May 12:06
Compare
Choose a tag to compare

( 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

v0.6.2

09 Apr 15:24
Compare
Choose a tag to compare

Very small release that

  • fix an installation issue (with fast-async lib)
  • bump ethereumjs-vm version used (for fixing #755

Changelog

v0.6.2 (09/04/2018)

  • Fix installation: pin fast-async at v6.3.1 #1222 @bitpshr
  • Bump ethereumjs-vm version #1067

v0.6.1-alpha.4

29 Mar 08:43
Compare
Choose a tag to compare
v0.6.1-alpha.4 Pre-release
Pre-release

That release fixes the local build - npm run install -g remix-ide

Changelog

v0.6.1-alpha.4 (29/03/2018)

  • Remove udapp dependency from remix-lib #1208
  • Show one context menu at a time #1202 @bitpshr

v0.6.1-alpha.3

28 Mar 12:26
Compare
Choose a tag to compare
v0.6.1-alpha.3 Pre-release
Pre-release

Changelog

v0.6.1-alpha.3 (28/03/2018)

  • log transaction broadcasted #1205
  • implement isReadOnly in sharedFolder provider #1204
  • Move http-server from devDependencies to dependencies #1201
  • Use current exe folder and not script folder #1200
  • Add remixd to remix-ide binary #1199
  • Use request module for all XHR requests #1164

v0.6.1-alpha.2

27 Mar 12:13
b8e119f
Compare
Choose a tag to compare
v0.6.1-alpha.2 Pre-release
Pre-release
  • UX - Focus input upon file creation
  • UX - Move remixd info
  • Use solc-bin.ethereum.org instead of ethereum.github.io/solc-bin (adblock blockit)
  • Move remix-debugger ui interface to remix-ide repository
  • Move style guide from remix repository to remix-ide
  • Misc: Remove CNAME (uneeded), BreakpointManager use new API

Changelog

v0.6.1-alpha.2 (26/03/2018)

  • [BreakpointManager] fix API use #1194
  • Update README.md #1186
  • Move styleguide to remix-ide #1181
  • Run test parallel #1180
  • Update package.json #1178
  • activate remix-debugger testing #1177
  • Plug local remix debugger #1176
  • Copy remix-debugger to remix-ide #1175
  • Remove CNAME #1171
  • move remixd info & add info about running remix-ide locally #1170
  • Fix loading compiler #1169
  • Focus new file name input #1160 - @bitpshr

v0.6.1-alpha.1

20 Mar 12:31
3fb2c1c
Compare
Choose a tag to compare
v0.6.1-alpha.1 Pre-release
Pre-release

Changelog

v0.6.1-alpha.1 (20/03/2018)

  • [closed] Bump version #1168
  • [closed] Update app.js #1159
  • [closed] Fix deploy build folder to npm package #1157
  • [closed] Move tx runner to remix lib #1155
  • [closed] Add binary #1154
  • [closed] extract modal dialog from txRunner #1149