This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Version 1.1.0-rc.1
Pre-release
Pre-release
Isabello
released this
01 Sep 09:59
·
1110 commits
to development
since this release
Change Log
v1.1.0-rc.1 (2017-09-01)
Implemented enhancements:
- Increase polling interval when not focused. #693
- Move the Login logic to middlewares #596
- Move account fetch and update logic into middlewares #594
- Create a priced primary button #583
- Issues with logging in #550
- Enhancements in routing #499
- Change account registration into a modal dialog #346
Fixed bugs:
- Fix after-migration issues in transactions tab #683
- Registering delegate doesn't update UI #682
- Fix eslint error in liskAmount component #674
- ConfirmVotes component should check validity of second passphrase before firing the action #628
- Cards don’t have the shadow #627
- Fix login page after-migration differences #624
- Infinite scroll loading should start earlier than when the bottom is hit #623
- Fix voting tab after-migration differences #622
- Global loading bar issues #619
- Issues in forging tab #618
- Stabilize e2e Scenario: should remember the selected network #615
- Migration regressions in voting tab #597
- Issue with logging page #590
- Logout should remove all account-related data from redux #584
- After-migration fixes in passphrase component #566
- Unit tests fail with JavaScript heap out of memory #562
- Issues with logging in #550
- Fix offline behaviour #545
- Fix the Electron app #539
- Stabilise unit tests for generateSeed #530
- Passphrase field doesn't work #524
- Transactions tab should provide "No transactions" message #522
- Page is rendered before styles are loaded #511
- Fix Header component #506
- Enhancements in routing #499
- Lisk Nano notified me of a negative balance #477
- "Invalid transaction timestamp" #365
- Upon starting the application, caps lock symbol pops up without caps lock being on #211
Closed issues:
- Use local storage instead of cookies #681
- "Report issue..." should go to Zendesk, not Github #664
- Browser console is polluted with redux actions #649
- Use theme props to customize react-toolbox tab #641
- Clean workspace folder in Jenkins on success #634
- Setup auto-login option and fix login redirect for better developer experience #633
- Register delegate with 2nd passphrase e2e test sometimes fail #632
- Page html title is “lisk nano” (should be “Lisk Nano”) #626
- Move Api calls to actions using Redux Thunk #611
- Create a middleware to handle success alerts after a transaction added #610
- Update readme build badge #592
- Centralise test setup #589
- Add autocomplete module to 'confirm votes modal' #587
- Unit tests should run on file change only once #581
- Clean up unit test output #578
- Migrate desktop notifications for changes to React #568
- Unify naming of components that use 'connect' #567
- Re-enable e2e tests for features already working in React #565
- Migrate "Save network to cookie" #564
- Jenkins doesn't fail if there are eslint errors in tests #548
- Migrate Spinner component to React #546
- Create ActionBar React component #541
- Create a React component for second passphrase field #540
- Review and improve React unit test coverage #531
- Fix responsiveness of the layout #529
- Add unit tests for sign/verify message #527
- Implement click to send functionality in React #516
- Implement custom alert dialogs in React #515
- Implement pending transactions in React #514
- Resolve Lisk address #508
- Re-enable e2e tests for features already working in React #507
- Setup React toolbox tabs for Transactions/Voting/Forging #505
- Unify the test titles #503
- Create <LiskAmount val={val} /> React component #501
- Setup React Storybook #496
- Implement global loading bar React component #494
- Migrate voting for delegates on Voting tab to React #492
- Migrate account creation modal #487
- Setup React toaster library #486
- Improve eslint report #467
- Migrate send dialog to React #355
- Migrate Register as delegate to React #354
- Migrate Register second passphrase to React #353
- Migrate Forging tab to React #351
- Migrate browsing delegates on Voting tab to React #350
- Migrate home page to React #348
- Migrate login page to React #347
- Get back coverage reports #276
- Delegate list gets slow when loading ~1000 delegates #260
- Upgrade webpack 1 to 2, optimize webpack loading time #61
Merged pull requests:
- Increase polling interval when not focused. - Closes #693 #694 (slaweet)
- Use local storage instead of cookies - Closes #681 #689 (slaweet)
- Bugfix: Registering delegate doesn't update UI - Closes #682 #688 (slaweet)
- Fix after-migration issues in transactions tab - Closes #683 #684 (slaweet)
- Fix stories for Send, SignMessage and Toaster #680 (lohek)
- ConfirmVotes component should check validity of second passphrase - Closes #628 #679 (yasharAyari)
- Bump lisk-js version #677 (slaweet)
- After-migration fixes in passphrase component - Closes #566 #676 (slaweet)
- Fix eslint error in liskAmount component -Closes #674 #675 (slaweet)
- Fix login page after-migration differences - Closes #624 #673 (alepop)
- Change "Report issue..." to go to Zendesk, not Github - Closes #664 #671 (slaweet)
- Update README #662 (albinekcom)
- Fix pluralization for confirmation tooltip #657 (ccampbell)
- Set up source maps in karma #655 (slaweet)
- Unify naming of components that use 'connect' - Closes #567 #654 (slaweet)
- Add karma coverage json output #652 (slaweet)
- Fix voting tab after migration differences - Close #622 #651 (yasharAyari)
- Clean Redux actions from browser console - Closes #649 #650 (slaweet)
- Give cards back their shadow - Closes #627 #648 (slaweet)
- Use theme prop to style Tabs and Dialog - Closes #641 #647 (slaweet)
- Capitalize page title - Closes #626 #646 (slaweet)
- Improve eslint report - Closes #467 #645 (slaweet)
- Delegate list gets slow when loading ~1000 delegates - Closes #260 #644 (slaweet)
- Fix infinity scroll - Closes #623 #643 (alepop)
- Setup auto-login option and fix login redirect for better developer experience - Closes #633 #640 (slaweet)
- Make e2e tests more stable - Closes #632 #639 (slaweet)
- Fix global loading bar issues - Closes #619 #637 (slaweet)
- Isolate core and presentational logics - Closes #611, #610, #584 #636 (reyraa)
- Clean workspace folder in Jenkins on success - Closes #634 #635 (slaweet)
- Fix issues in forging - Closes #618 #630 (slaweet)
- Stabilize e2e Scenario: should remember the selected network - Closes #615 #629 (slaweet)
- Add autocomplete module to 'confirm votes modal' - Closes #587 #625 (yasharAyari)
- Fix responsiveness of the layout - Closes #529 #617 (slaweet)
- Ignore Scenario: should remember the selected network #616 (slaweet)
- Fix the Electron app - Closes #539 #614 (slaweet)
- Cetralise test setup - Closes #589 #613 (slaweet)
- Fix offline behaviour - Closes #545 #612 (slaweet)
- Migrate desktop notifications to react - Closes #568 #609 (alepop)
- Update readme build badge - Closes #592 #608 (slaweet)
- Make Jenkins fail if there are eslint errors in tests - Closes #548 #607 (slaweet)
- Migration regressions in voting tab - Closes #597 #606 (yasharAyari)
- Migrate "Save network to cookie" - Closes #564 #605 (slaweet)
- Stabilise seed generator test - Closes #530 #604 (reyraa)
- Move the Login logic to middlewares - Closes #596 #603 (reyraa)
- Transactions tab should provide "No transactions" message- Closes #522 #602 (yasharAyari)
- Review and improve React unit test coverage - Closes #531 #601 (slaweet)
- Move logic to middlewares - Closes #594 #598 (alepop)
- Migrate voting for delegates on voting component - Closes #492 #593 (yasharAyari)
- Fix login issues- Closes #590 #591 (reyraa)
- Create priced button component - Closes #583 #585 (reyraa)
- Unit tests should run on file change only once - Closes #581 #582 (alepop)
- Fix unit tests JavaScript heap out of memory error - Closes #562 #580 (slaweet)
- Cleanup unit test output - Closes #578 #579 (alepop)
- Re-enable e2e tests for features already working in React - Closes #565 #577 (slaweet)
- Fix header component style - Closes #506 #575 (alepop)
- Create ActionBar React component - Closes #541 #563 (slaweet)
- Create a React component for second passphrase field - Closes #540 #560 (slaweet)
- Set second passphrase - Closes #353 #552 (reyraa)
- Login issues - Closes #550 #551 (reyraa)
- Implement pending transactions in React - Closes #514 #549 (slaweet)
- Add Spinner component - Closes #546 #547 (slaweet)
- Extract css styles to one file - Closes #511 #544 (alepop)
- Register as delegate - Closes #354 #543 (reyraa)
- Fix header component - Closes #506 #542 (alepop)
- Migrate global loading bar to React - Closes #494 #538 (slaweet)
- Fix coverage reports - Closes #276 #537 (slaweet)
- Implement click to send functionality in React - Closes #516 #534 (slaweet)
- Setup React toolbox tabs - Closes #505 #532 (slaweet)
- Add unit tests for sign/verify message - Closes #527 #528 (slaweet)
- Implement custom alert dialogs in React - Closes #515 #526 (slaweet)
- Fix passphrase field - Closes #524 #525 (slaweet)
- Re-enable e2e tests for features already working in React - Closes #507 #523 (slaweet)
- Setup React toaster - Closes #486 #519 (slaweet)
- Implement account creation modal - Closes #487 #518 (reyraa)
- Add Yashar Ayari to Authors in README.md #517 (slaweet)
- Migrate send dialog to React - Closes #355 #513 (slaweet)
- Migrate browsing delegates on Voting tab to React - Closes #350 #512 (yasharAyari)
- Enhancements in routing - Closes #499 #509 (alepop)
- Unify test titles - Closes #503 #504 (reyraa)
- Create <LiskAmount val={val} /> React component - Closes #501 #502 (slaweet)
- Migrate Login page - Closes #347 #498 (reyraa)
- Add react storybook - Closes #496 #497 (willclarktech)
- Migrate forging component to React - Closes #351 #495 (slaweet)