Version 0.2.0
v0.2.0 (2018-03-15)
Fixed bugs:
- Activity tab in Explorer section mix transactions from user account and search target #508
- -NaN for very small amount in 'Activity tab' #507
- Transactions list shows No Activity message instead of Loading #348
- Fix typo in create Lisk ID process #493
- 'npm run build-prod' fails on Windows #478
- 'npm run dist' fails on Linux #477
- Delegate list is sometimes rendered wrong in Safari #472
- Account switcher background scrolls away in Firefox #470
- Header disappears on screens shorter than 680px #459
- Style issues in Register page #454
- Address visual is not visible in Android in send form #411
Closed issues:
- Use generic step helper for integration tests #485
- Create a base utils class for integration tests #484
- Improve test coverage of electron wrapper #473
- Add e2e tests for explorer section #427
- @integration: Wallet test sometimes fails #426
- Implement integration test for voting component #290
- Implement redesign of forging center #67
- Add unit tests to uncovered utilities #23
Merged pull requests:
- Hide transaction list and empty message when loading - Closes #348 #497 (ginacontrino)
- Fix Nan for very small amount in 'Activity tab' - Closes #507 #527 (michaeltomasik)
- Fix mixed transactions in explorer - Closes #508 #543 (ginacontrino)
- Fix typo in create Lisk ID process - Closes #493 #494 (slaweet)
- Account switcher background scrolls away Closes #470, #484 #490 (yasharAyari)
- Integration test for login page - Subtask #103 #489 (reyraa)
- Use generic step helper in integration tests - Closes #485 #487 (ginacontrino)
- Header disappears on small screens - Closes #459 #486 (yasharAyari)
- Improve test coverage of electron wrapper - Closes #473 #483 (ginacontrino)
- Add unit tests to uncovered utilities - Closes #23 #482 (ginacontrino)
- Fix 'npm run dist' on Linux - Closes #477 #481 (slaweet)
- Fix 'npm run build-prod' on Windows - Closes #478 #480 (slaweet)
- Fix a rendering issue in delegateList-Safari - Closes #472 #479 (reyraa)
- Create an integration tests for voting component - Closes #290 #476 (yasharAyari)
- Style improvements in Register page - Closes #454 #455 (reyraa)
- Fix @integration: Wallet test that sometimes fails - Closes #426 #448 (slaweet)
- Add explorer e2e test - Closes #427 #445 (ginacontrino)