v1.0.2
What's Changed
This release focuses on bug fixing and better usability.
- Fixes the balance page to show accurate numbers
- Fixes the account search bar to find all accounts before showing partial results, including the ones with a
.
, e.g.eosio.token
,eosio.msig
- Consistently shows numbers with 4 decimals
- Allows pressing enter to execute a search on the contract table
Included PRs
Improvements and features
- Change api url to use https instead of http by @donnyquixotic in #425
- Fix for account balance to persist by @donnyquixotic in #423
- Fix for search with
.
not showing all the accounts by @donnyquixotic in #427 - Changes
Show age
toShow timestamp as relative
by @donnyquixotic in #428 - Resources page use 4 decimal places for all resources by @donnyquixotic in #429
- Shows results of a search after all results are found by @donnyquixotic in #437
- Convert all letters into lowercase on account inputs so they are not interpreted as
.
by @karynemayer in #444 - Pressing enter triggers search on contract table by @WikusKriek in #457
- Fixes sign out to allow sign in with a different account by @donnyquixotic in #450
Tech debt
- Migrate any vue2 templates to vue3 by @donnyquixotic in #411
- Vue3 migration by @WikusKriek in #448
- Resolves template compilation errors when collecting test coverages by @donnyquixotic in #445
Dependencies
- chore(deps): bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #446
- chore(deps): bump loader-utils from 1.4.1 to 1.4.2 by @donnyquixotic in #454
Full Changelog: v1.0.1...v1.0.2