Remix-IDE v0.9.2 Release

lianahus
Remix Project
Published in
2 min readDec 10, 2019

This release is deployed to https://remix.ethereum.org and is available on npm. For more info: https://github.com/ethereum/remix-ide/releases/tag/v0.9.1, https://github.com/ethereum/remix-ide/releases/tag/v0.9.2

These last months, besides Istanbulsupport, we were mainly working on UI and UX improvements.

Here are the most important updates:

  • the first version of our new File Explorer. Yes, you can have folders now!
  • if you check Generate contract metadatafrom Settings before compilation, you will have your compilation details saved under artifacts folder.
  • our two new themes: Dark and Light have been improved. All credit goes to Rob Stupay and Ethwork team. We hope you’ll like the themes, they are clear and elegant. You can change a Remix IDE theme from Settings menu
  • Remix now selects a Solidity compiler version according to thepragma range in your code.
  • the documentation for Unit testing and Remix Assert Library has been improved
  • the Quorum Network plugin has been added to Remix IDE. For more details check out the post.
  • An arbitrary compiler version can be added to the Solidity plugin. For those who can’t wait for Solidity releases ;)

Stay tuned for more updates!

--

--