Releases: blockscout/frontend
Releases · blockscout/frontend
v1.21.0
What's Changed
- stats second fix by @isstuev in #1419
- fix search bar suggest highlight in dark mode and gas tracker in top bar by @tom2drum in #1420
- Add link in Readme to the Manual deployment guide with backend and microservices by @vbaranov in #1423
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #1424
- Bump @babel/traverse from 7.19.4 to 7.23.6 by @dependabot in #1425
- Bump axios from 1.4.0 to 1.6.2 by @dependabot in #1426
- Bump graphql from 16.6.0 to 16.8.1 by @dependabot in #1427
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #1428
- Bump postcss from 8.4.21 to 8.4.31 by @dependabot in #1429
- fix canGoBackwards by @isstuev in #1409
- soldity check only for validated contracts + keys fix by @isstuev in #1422
- token transfers fix by @isstuev in #1421
- Top line: add gas info tooltip by @tom2drum in #1416
- update
Web3Modal
to v3 by @tom2drum in #1433 - Fix tooltip for
connect wallet
button by @maxaleks in #1438 - Move
submit app
button by @maxaleks in #1442 - Fix layout for marketplace app page by @maxaleks in #1451
- Increase tooltip opening delay by @maxaleks in #1459
- Add new text for
connect wallet
button tooltip by @maxaleks in #1450 - Tick icon doesn't appear on automatically verified contracts until re… by @tom2drum in #1441
- Search focus test by @isstuev in #1443
- hide metamask icon in tables by @tom2drum in #1453
- migrate icons to SVG sprite by @tom2drum in #1452
- Transaction interpretations by @isstuev in #1457
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- marketplace border radius by @isstuev in #1392
- hide expand/collapse button in navigation by @isstuev in #1393
- stability fee add token icon by @isstuev in #1401
- seconds in stats by @isstuev in #1403
- "Verify contract" page by @tom2drum in #1394
- Update SearchBar background color and hide miner field in block views by @tom2drum in #1397
- Top bar and dimmed color theme by @tom2drum in #1347
- fix typos by @omahs in #1396
- tx fee can be null by @isstuev in #1402
- Marketplace improvements by @maxaleks in #1356
- Sorting in tables v0.5 by @isstuev in #1378
New Contributors
Full Changelog: v1.19.0...v1.20.0
v1.19.0
What's Changed
- fix account paths by @isstuev in #1369
- bigint bug fix by @isstuev in #1370
- soliditycheck report by @isstuev in #1383
- remove token info from instance by @isstuev in #1380
- sentry: fix browser tracing integration by @tom2drum in #1385
- Nft address by @isstuev in #1320
Full Changelog: v1.18.0...v1.19.0
v1.18.1
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- NFT media is not displayed by @tom2drum in #1340
- OpenTelemetry and minor perf fixes by @tom2drum in #1343
- Better labels for graphs by @tom2drum in #1348
- USD value for token transfers and more by @tom2drum in #1360
- external icon in menu by @tom2drum in #1357
- GA: fix inline-script CSP issue by @tom2drum in #1358
- hotfix: display error inside snippet if code editor crashes by @tom2drum in #1364
- fix performance monitoring in Sentry by @tom2drum in #1366
Full Changelog: v1.17.1...v1.18.0
v1.17.1
Full Changelog: v1.17.0...v1.17.1
v1.17.0
🚨 Changes in ENV variables
- #1307: variable
NEXT_PUBLIC_HIDE_INDEXING_ALERT
is replaced by two new:NEXT_PUBLIC_HIDE_INDEXING_ALERT_BLOCKS
andNEXT_PUBLIC_HIDE_INDEXING_ALERT_INT_TXS
- #1261:
NEXT_PUBLIC_IS_L2_NETWORK
for Optimistic L2 networks was replaced withNEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK
,NEXT_PUBLIC_L2_WITHDRAWAL_URL
for Optimistic L2 networks was replaced withNEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL
,NEXT_PUBLIC_IS_ZKEVM_L2_NETWORK
was added for ZkEvm L2 networks
See updated docs for more info.
What's Changed
- Zkevm batches by @isstuev in #1261
- stability fixes by @isstuev in #1308
- fix nan net worth for an empty address by @isstuev in #1306
- fix adaptive tabs and footer layout by @tom2drum in #1302
- Suave field rename and ENV for hiding indexing alert in the header by @tom2drum in #1312
- Moving review envs to new helm chart by @nzenchik in #1323
- Upload source maps to Sentry by @tom2drum in #1280
- show "Read contract" tab even if WalletConnect is not configured by @tom2drum in #1315
- migrate to ReactQuery v5 by @tom2drum in #1321
- support local file URI for ENVs with external resources by @tom2drum in #1325
- Address doesn't fit in a column on Transaction details 'State' tab by @tom2drum in #1326
- Overloaded method with different number of arguments can't be invoked by @tom2drum in #1332
- watchlist and private tags pagination by @isstuev in #1333
- "Claim funds" button for OP bridge by @tom2drum in #1335
- Footer: 5 columns layout by @tom2drum in #1337
- fix network explorer links by @tom2drum in #1338
Full Changelog: v1.16.0...v1.17.0
v1.16.0
🚨 Changes in ENV variables
- #1250: the value of
NEXT_PUBLIC_HOMEPAGE_CHARTS
extends new string -tvl
- #1287: a new variable
NEXT_PUBLIC_NAVIGATION_HIDDEN_LINKS
was added to control navigation links visibility - #1295:
NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY
was renamed toFAVICON_GENERATOR_API_KEY
See updated docs for more info.
What's Changed
- REST API doc fixes by @tom2drum in #1292
- filters counters and verify button by @tom2drum in #1294
- ENVs changes and test script for validator by @tom2drum in #1296
- TVL stats and Rootstock locked BTC by @tom2drum in #1297
- custom tx fee for Stability chain by @tom2drum in #1298
Full Changelog: v1.15.0...v1.16.0-alpha.1
v1.15.0
What's Changed
- Transaction views customization by @tom2drum in #1275
- fix flaky tests by @tom2drum in #1279
- update tabs counters type by @isstuev in #1284
- double quotes in NEXT_PUBLIC_MAINTENANCE_ALERT_MESSAGE cause an error by @tom2drum in #1285
- Tx logs: "Contract must be verified" message shown for the already ve… by @tom2drum in #1286
- Show tags for watch list txs by @tom2drum in #1289
- NFT collections and instances - link to markets by @tom2drum in #1277
- Page title updates by @tom2drum in #1265
Full Changelog: v1.14.1...v1.15.0