Skip to content

Releases: ethereum/remix-project

v0.11.5 Release

28 Apr 11:26
Compare
Choose a tag to compare

Description

This release is to update ethers.js to v5.1.4 which is supporting errors introduced in Solidity v0.8.4

Change Log

#1142 b use ethers.js 5.1.4 (yann300)

v0.11.4 Release

15 Apr 10:01
Compare
Choose a tag to compare

Description

This release is about bug fixes and Migration tools improvements

  • Home page update
  • Restore Buckup Zip plugin
  • Remixd flags improvements
  • New Matomo tags to track more info
  • Js errors handled

Change Log

v0.11.4 (2021/04/15 09:48 +00:00)

Bump remixd version remixD #1120 by ioedeveloper was merged 40 minutes ago
Update label migration failed autosquash #1115 by yann300
attempt fixing GoToVmTraceStep autorebase browser-tests #1114 by yann300
Fix upload file on sub folder autosquash #1113 by yann300
close all files before deleting workspace #1112 by bunsenstraat
creating default workspace #1111 by LianaHus
Release files documentation #1108 by Aniket-Engg
e2e and remix-lib test in parallel autosquash #1106 by yann300
Close all tabs when workspace changes autosquash #1105 by yann300
stop propagating input of type file #1101 by yann300
switch to learneth workspace do not merge remix-ide #1096 by yann300
Put info with migration help #1095 by LianaHus
return after reject autosquash remixD #1093 by yann300
remixd version option #1091 by Aniket-Engg
js error handled for gas estimation #1086 by LianaHus
tracking old remix usage #1085 by LianaHus
JS error catched for getAccounts #1084 by LianaHus
fix FE not rendering and display alert autosquash #1073 by bunsenstraat
alert user when full while migrating autosquash #1072 by bunsenstraat

v0.11.3

02 Apr 14:22
0ecd0e5
Compare
Choose a tag to compare

Description

Bug fixes release

Change Log

v0.11.3 (2021/04/02 13:15 +00:00)

v0.11.2

25 Mar 13:19
da95562
Compare
Choose a tag to compare
  • Fix downloading zip file on windows 10

v0.11.1

24 Mar 21:08
f1f258c
Compare
Choose a tag to compare

Description

  • Fix Workspace migration

  • Activate Matomo

Change Log

v0.11.1 (2021/03/24 21:05 +00:00)

v0.11.0 Release

22 Mar 17:51
Compare
Choose a tag to compare

Description

  • Workspaces are now in Remix
    We introduced Workspaces in the Files Explorer to replace the browser folder.

  • Import from npm
    Easily import an NPM dependency in Remix IDE the web app — which for simplicity

  • Another way to deep link to Remix
    It is now possible to link to Remix with the contents of a Solidity file encoded in the URL

more https://medium.com/remix-ide/release-0-11-0-317625cbb2c1

Change Log

v0.11.0 (2021/03/22 16:17 +00:00)

v0.10.10

04 Feb 16:14
bad6004
Compare
Choose a tag to compare

Change Log

v0.10.10 (2021/02/04 16:11 +00:00)

v0.10.8 Release

02 Feb 16:59
Compare
Choose a tag to compare

Description

We are pretty excited to start transmission of our UI to react components. As a result, we have a brand new File Explorer in Remix IDE, Modal dialog, Toaster etc.
We fixed some issues in Debugger.
Medium posts panel got fixed and showing recent blog posts of Remix again.
Vertical Icon Panel(the one at the left-most edge) got a context menu now, you can deactivate the plugin from there and check out the documentation if available.
We updated and released RemixD. Please make sure to update your version:
npm uninstall -g remixd
npm install -g @remix-project/remixd --force

As usual, a bunch of UI improvements and fixes to improve UX.

Change Log

v0.10.8 (2021/02/02 16:23 +00:00)

v0.10.7 Release

02 Dec 14:28
Compare
Choose a tag to compare

Description

This is a patch release to fix some bugs we had.

  • We had to update an archive node URL
  • We've done some fixes in optimisation runs
  • We've fixed Http Provider

v0.10.7

#631 - fix Http Provider (@yann300)
#632 - Optimisation fixes (@LianaHus)
#633 - update archive node URL (@yann300)
#637 - Fix e2e (@ioedeveloper)
#644 - update runs in URL (@Aniket-Engg)

v0.10.6 Release

17 Nov 14:37
Compare
Choose a tag to compare

Description

Solidity Compiler plugin:
• Added optimization runs number to UI of Compiler plugin
• default compiler to 0.7.4
• run remix-ide with predefined custom solidity URL
• added spdx license to example and test contracts

Unit Testing Plugin:
• Highlighting of error location on click
• Optimizer runs in compiler configuration

Source Highlighter:
• highlight in editor is now shown only for a plugin which is currently focused in Side-Panel

Debugger:
• migrate the code to react and make it a plugin
• added a new option to include compiler generated codes

IDE:
• Modal dialogs style improved
• titles of tabs in editor shows least Path difference for same file names

Deploy and run:
• Refactor the recorder and make it a plugin

Terminal
• Running a script while using JavaScript VM

Plugin
• Activate/Deactivate/Call plugins from the URL parameters

Change Log

v0.10.6 (2020/11/17 14:15 +00:00)