Skip to content

v0.10.2 Release

Compare
Choose a tag to compare
@LianaHus LianaHus released this 08 Jul 11:54
· 1058 commits to master since this release

What's New

  • new FileManager API
  • multiple highlighting for plugin
  • syntax highlighting for yul contract
  • improved the UI of Debugger plugin
  • function calls panel is added to Debugger
  • new dark theme for editor
  • using wasm builds of solidity compilers if available
  • solidity plugin is preactivated now for the first load
  • improved the way Remix can be embedded, by choosing which panel should be or not minimized and by focusing to the last loaded plugin (if loaded from the URL parameter)
  • solidity compiler plugin's API is improved
  • Remixd plugin is now a Websocket Plugin. ATTENTION a new version of RemixD was released. Please update it locally (https://remix-ide.readthedocs.io/en/latest/remixd.html)
  • Refactored UnitTesting plugin. Added custom path to choose a workspace to keep the test files.
  • the Light them was improved

Remix IDE

Remixd

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

  • npm install -g remixd
  • remixd is included in remix-ide NPM package. it automatically shares the current local folder (or the given folder if any)

Change Log v0.10.2 (2020/07/08 11:19 +00:00)

#2937 remixD failure (@yann300, @ioedeveloper, @LianaHus)
#2939 Resolve with compilation error instead of rejecting (@yann300)
#2935 light theme placeholder color (@ethereum)
#2924 catch error when activating a plugin (@yann300)
#2906 adding custom path to Unit Testing (@yann300, @LianaHus)
#2891 Remixd Websocket Plugin (@yann300, @ioedeveloper)
#2922 Debugger: layout update (@yann300)
#2921 add panel to show function calls (@iurimatias)
#2916 Filemanager external api e2e (@ioedeveloper)
#2919 Increase timeout for provider (@yann300)
#2918 Use 0.2.4 remix-plugin & set default timeout (@yann300)
#2898 Txlistener reads on the last compilation per file and not only the last one (@yann300)
#2904 terminal title bar UI adjustments according to the last design (@LianaHus)
#2908 remove uneeded "compilerUrl" param (@yann300)
#2913 Fix Docker run instructions in Readme (@boxhock)
#2876 improve compiler api (@yann300)
#2905 Optimizing docker build (@edisinovcic)
#2907 Ci fix (@yann300, @ioedeveloper)
#2900 editor color themes: renamed edited 'chaos' to 'remixDark' (@LianaHus)
#2897 publish only built files (@yann300)
#2894 Adding docker support to circleci (@yann300)
#2896 Update run.md (@seandotau)
#2895 Update plugin_manager.md (@seandotau)
#2883 Ensure path of content loaded in the editor is consistent (@yann300)
#2878 Framing with parameters url (@yann300)
#2879 preactivate solidity (@LianaHus)
#2855 collapse terminal and side panel (@yann300)
#2828 Load wasm builds if available (@yann300, @LianaHus)
#2882 Fix Update UI After Folder Delete (@ioedeveloper)
#2833 Check if ast present (@yann300)
#2859 new Ace editor dark theme (@LianaHus)
#2852 new light theme (@LianaHus)
#2866 refactored debuggerUI (@LianaHus)
#2867 Don't call setFileContent 2 times (@yann300)
#2840 Fix and activate e2e test - source verification (@yann300)
#2832 Add syntax highlighting for yul contract (@yann300)
#2858 use SourceHighlighters in StaticAnalisys and remove multiple highlight (@LianaHus)
#2845 Make sure to highlight using internal path (@yann300)
#2733 Move filemanager api to new api (@ioedeveloper, @yann300)
#2848 update web3 provider modal (@ethereum)
#2815 Allow multiple highlight per plugin (@yann300, @ioedeveloper)
#2791 E2E Tests: Switch To Goerli TestNet. (@ioedeveloper)
#2790 disable test "Should debug Ropsten transaction with .." (@yann300)
#2789 Circle CI Parallelism (@ioedeveloper)