v0.17.0 Release
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)
- #1543 show checkbox in debugger only for web3 (@LianaHus)
- #1532 increase timeouts (@bunsenstraat)
- #1526 Use separate html document for production deployments. (@ioedeveloper)
- #1344 React Plugin Manager (@bunsenstraat, @joeizang, @ioedeveloper, @yann300, @Aniket-Engg, @tizah, @ryestew, @dark64)
- #1510 'autoCompile' param of URL and 'Solidity plugin' as default when loading a code sample (@ioedeveloper, @LianaHus)
- #1519 ipfs pull fallbacks in dgit provider (@bunsenstraat)
- #1508 add solidity logic plugin to requiredmodules (@bunsenstraat)
- #1466 Adding actions to the context menu of FE (WIP) (@bunsenstraat, @LianaHus)
- #1498 Added guide for generating react libs (@ioedeveloper)
- #1487 linked the label to the checkbox (@LianaHus)
- #1494 removed swarm from home tab (@LianaHus)