Releases: blockscout/frontend
Releases · blockscout/frontend
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
v1.14.1
v1.14.0
What's Changed
- fix envs validator by @tom2drum in #1259
- Contract verification: Improve the selection of a compiler version by @tom2drum in #1257
- Transaction actions: update styles by @tom2drum in #1258
- Reorg badge and footer updates by @tom2drum in #1263
- large preview image in tg by @isstuev in #1254
- add contract name to the label by @isstuev in #1248
- Suave customization by @tom2drum in #1256
- Bridged tokens by @tom2drum in #1249
- Top accounts percentage of funds is not displayed correctly by @tom2drum in #1274
Full Changelog: v1.13.2...v1.14.0
v1.13.2
v1.13.1
quick fix for ENVs validator
Full Changelog: v1.13.0...v1.13.1
v1.13.0
🚨 Changes in ENV variables
- #1123: added
NEXT_PUBLIC_MAINTENANCE_ALERT_MESSAGE
for displaying custom alerts on the instance - #1229:
NEXT_PUBLIC_APP_ENV
andNEXT_PUBLIC_APP_INSTANCE
are not required anymore for Sentry setup; if not provided, the default values will be used - #1212: updated mechanism of injecting run-time ENVs to the app; the container start time now should significantly improve
- #1238: improved validator for URL variable values
See updated docs for more info.
What's Changed
- logo size fix by @isstuev in #1215
- workaround for ENV replacement script by @tom2drum in #1212
- Wrong contract read bytes32[] by @tom2drum in #1216
- fix links in the browser history after a search redirect by @tom2drum in #1217
- reusable workflow for publishing docker image by @tom2drum in #1218
- 'Contract' tab doesn't open from '...' on narrow desktop by @tom2drum in #1230
- Allow adding capability to display alert/announcement in the new UI by @tom2drum in #1232
- Long 'Call' field value breaks responsive UI on Transaction details page by @tom2drum in #1233
- fix NFT attribute link and Home page graph resizer by @tom2drum in #1237
- custom validator for ENVs with URL value by @tom2drum in #1238
- action bar fix by @isstuev in #1225
- fix suggest scroll by @isstuev in #1242
- refine Sentry setup by @tom2drum in #1229
- nft pagination fix by @isstuev in #1246
Full Changelog: v1.12.0...v1.13.0
v1.12.0
🚨 Changes in ENV variables
- #1166:
NEXT_PUBLIC_API_SPEC_URL
now has default value - #1186: added
NEXT_PUBLIC_NETWORK_GOVERNANCE_TOKEN_SYMBOL
for setting the coin name for the price chart on the main page - #1199: added
NEXT_PUBLIC_VIEWS_ADDRESS_IDENTICON_TYPE
for modifying the styles of the addresses identicons - #1184: now all ENV variable values will be verified at the container start-time
- #1175: added variables for customizing OG meta info -
NEXT_PUBLIC_PROMOTE_BLOCKSCOUT_IN_TITLE
,NEXT_PUBLIC_OG_DESCRIPTION
,NEXT_PUBLIC_OG_IMAGE_URL
See updated docs for more info.
Release summary
- default spec url by @isstuev in #1166
- new market cap property by @isstuev in #1181
- add token id erc-155 holders by @isstuev in #1179
- add front commit link by @isstuev in #1183
- More events for mixpanel analytics by @tom2drum in #1160
- bugfix: MM is not injected in FF by @tom2drum in #1167
- Highlight Safe wallets by @tom2drum in #1174
- Add ability to re-verify partially verified contracts from UI by @tom2drum in #1178
- Read verified contract: error of query execution is not displayed by @tom2drum in #1190
- reduce /node-api/media-type calls, when some nft media have the same urls by @tom2drum in #1191
- Charts&Stats: add tooltips to number charts by @tom2drum in #1192
- show nonce for PoS networks by @tom2drum in #1194
- Side menu stays open after selecting a menu item on mobile by @tom2drum in #1195
- add governance token symbol by @isstuev in #1186
- validate ENV values at run-time by @tom2drum in #1184
- hide some address tabs if no content by @isstuev in #1187
- add
NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY
to envs schema by @tom2drum in #1200 - Nft and qr modals by @isstuev in #1127
- configurable address icon style by @tom2drum in #1199
- fix latest block layout issue by @tom2drum in #1205
- update icon styles for tokens, contract and more by @tom2drum in #1204
- og improvements by @isstuev in #1175
Full Changelog: v1.11.2...v1.12.0