Skip to content

Releases: remix-project-org/remix-project

v0.17.0 Release

01 Sep 11:55
76803aa
Compare
Choose a tag to compare

Description

  • use the hardhat/console.sol and log to the remix terminal (see https://remix-ide.readthedocs.io/en/latest/hardhat_console.html)
  • removed (temporary) Swarm usage
  • right-click on a file in File Explorer and checkout the new possibilities: compile, compile with optimism, flatten ...
  • new 'autoCompile' param of URL and 'Solidity plugin' set to default on side panel when loading a code sample
  • Plugin Manager translated to react!
  • production deployment is used instead of dev
  • new cool feature: Local node can be used for debugging while connected to web3 provider.

Change Log

v0.17.0 (2021/09/01 11:16 +00:00)

v0.16.2 Release

13 Aug 17:35
cd59347
Compare
Choose a tag to compare

Description

  • updated web3 libs version
  • corrected type for tx.type (bug fix #1470)

Change Log

v0.16.2 (2021/08/13 17:27 +00:00)

v0.16.1 Release

06 Aug 14:41
e1489e6
Compare
Choose a tag to compare

Description

Patch release to fix the output text in "confirmation dialog" to deploy on mainnet

Change Log

v0.16.1 (2021/08/06 14:35 +00:00)

v0.16.0

04 Aug 12:44
Compare
Choose a tag to compare

Change Log

  • London fork support
  • some code refactoring
  • some UI/UX improvements

v0.16.0 (2021/08/04 12:29 +00:00)

  • bumped to 0.16.0 #1441 by LianaHus

  • Bump version #1442 by LianaHus

  • changed the info icons and fixed some layout issues #1436 by LianaHus

  • tooltip updated for Slither info icon #1435 by Aniket-Engg

  • connect to localhost modal updated with doc link #1432 by Aniket-Engg

  • London support #1412 by yann300 Aniket-Engg LianaHus

  • Improved design of confirmation dialog #1430 by LianaHus

  • hiding slither checkbox when remixd deactivated #1429 by LianaHus

  • info icon added for External integration tools usage #1428 by Aniket-Engg

  • fix exports #1390 by bunsenstraat

  • rm spaces in slither command #1420 by bunsenstraat

  • Remove unused files #1397 by ioedeveloper

  • added remixD release instruction #1422 by LianaHus

  • bumped to 0.16.0-dev #1426 by LianaHus

  • Fixing CSS formatting issues #1409 by rorye

v0.15.0 Release

29 Jul 08:17
Compare
Choose a tag to compare

Description

  • Sither integration
  • Solidity Compiler Plugin has been translated to react
  • Load a solidity file via a URL parameter
  • Onboarding guide tour
  • remixd is released, please update your's to the latest
    npm install -g @remix-project/remixd

Change Log

v0.15.0 (2021/07/29 07:36 +00:00)

v0.14.0 release

08 Jul 14:37
db53d4c
Compare
Choose a tag to compare

Description

This release introduces new features to the file-explorer (multi-select, custom context menu items), debugger enhancement and includes general bug fixes.

Change Log

v0.14.0 (2021/07/08 14:16 +00:00)

v0.13.0 release

24 Jun 10:58
Compare
Choose a tag to compare

Description

This release integrates the London hardfork into Remix and includes a few bug fixes.

Change Log

v0.13.0 (2021/06/24 09:15 +00:00)

v0.12.1 Release

17 Jun 12:57
Compare
Choose a tag to compare

Description

This is a patch release to fix the issue with read-access to contract deployed to Kovan network

Change Log

v0.12.1 (2021/06/17 12:50 +00:00)

v0.12.0

10 Jun 14:13
85efb7c
Compare
Choose a tag to compare

Change Log

v0.12.0 (2021/06/10 14:05 +00:00)

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)