v0.10.5 Release
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)
- #442 Bump version to 0.10.5 (@LianaHus)
- #436 Home ref (@LianaHus)
- #426 Clean terminal unused commands (@yann300)
- #422 changed the way media panels are shown (@LianaHus)
- #424 Update balance only if necessary (@yann300)
- #417 Fix e2e tests (@yann300)
- #178 Add plugin provider (@yann300)
- #410 Use archive node for debugging (@yann300)
- #407 Adding metadata save on each compile (@yann300, @edisinovcic)
- #394 Added expected vs received values for tests in SUT plugin (@LianaHus)
- #365 filtered the themes and added new once (@LianaHus)
- #351 Homepage UI refactoring (@LianaHus)
- #267 Added lexon syntax highlighting (@step21)
- #339 removed 'Usage as a Chrome Extension' (@LianaHus)
- #373 fix: web3.eth.contract -> web3.eth.Contract (@kevholder)
- #350 Refactor remix lib - remix-debug - remix-solidity (@yann300)
- #380 libs version updated to latest (@Aniket-Engg)
- #63 Refactor remix debug4 (@iurimatias)
- #377 remix-tests as CLI should work fine (@Aniket-Engg)
- #62 remove callbacks from more methods (@yann300, @iurimatias, @Aniket-Engg)
- #368 Settings Tab UI Update (@ioedeveloper)
- #366 Fix Printing error message (@yann300)
- #359 Create team-best-practices.md (@yann300)
- #343 Moved E2E Tests To Typescript (@ioedeveloper)
- #362 add evm.assembly as required output (@yann300)
- #60 remove unneded if-elses; refactor; convert callbacks to promises (@iurimatias)