Skip to content

Releases: remix-project-org/remix-project

v0.11.0 Release

22 Mar 17:51

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

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

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

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

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)

v0.10.5 Release

22 Sep 14:16
6da50fb

Choose a tag to compare

Description

  • E2E tests has been translated to Typescript
  • remix-debug and some other libs have been refactored
  • "Settings" UI was updated
  • Homepage UI was improved. Twitter and Medium feeds have been added.
  • We filtered the themes and added some new ones
  • Improved UX of Solidity Unit Testing plugin
  • It is now possible to add a plugin provider. This allows any plugin developer to build a plugin which provide their own web3 provider that can be used within remix. We've developed a wallet connect plugin which makes use of this!

Change Log

v0.10.5 (2020/09/22 13:37 +00:00)

v0.10.4 Release

13 Aug 10:16
884400c

Choose a tag to compare

Description

This is the first release of Remix-IDE inside our new monorepo remix-project.

it contains some small UI fixes in ide and in Solidity Unit Testing lib.

Change Log

v0.10.4 (2020/08/13 09:34 +00:00)