Skip to content

Releases: blockscout/frontend

v1.29.2

30 Apr 15:39
Compare
Choose a tag to compare

Full Changelog: v1.29.1...v1.29.2

v1.29.1

24 Apr 16:26
Compare
Choose a tag to compare
  • fix tabs cut after API data is loaded

Full Changelog: v1.29.0...v1.29.1

v1.29.0

23 Apr 11:43
d5925ba
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1783 - Added NEXT_PUBLIC_STATS_API_BASE_PATH and NEXT_PUBLIC_VISUALIZE_API_BASE_PATH, which allows one to set base path for the stats or visualize api endpoints.
  • #1785 - Added NEXT_PUBLIC_MARKETPLACE_FEATURED_APP, NEXT_PUBLIC_MARKETPLACE_BANNER_CONTENT_URL, NEXT_PUBLIC_MARKETPLACE_BANNER_LINK_URL to configure promo banner on dApps page
  • #1806 - Added NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED to enrich OG page metadata with API data
  • #1796 - Renamed the variable NEXT_PUBLIC_NETWORK_GOVERNANCE_TOKEN_SYMBOL to NEXT_PUBLIC_NETWORK_SECONDARY_COIN_SYMBOL and added new value secondary_coin_price to NEXT_PUBLIC_HOMEPAGE_CHARTS variable

What's Changed

New Contributors

Full Changelog: v1.28.1...v1.29.0

v1.28.1

10 Apr 15:52
Compare
Choose a tag to compare

Full Changelog: v1.28.0...v1.28.1

v1.28.0

01 Apr 16:21
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1747: Added NEXT_PUBLIC_AD_BANNER_ADDITIONAL_PROVIDER with one possible value, "adbutler," to specify the second ad banner provider.
  • #1751: Replaced NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS with NEXT_PUBLIC_DATA_AVAILABILITY_ENABLED to display views related to transaction blobs.
  • #1743: Added a new value, "zkSync," to the NEXT_PUBLIC_ROLLUP_TYPE variable.
  • #1709: Added NEXT_PUBLIC_MARKETPLACE_SECURITY_REPORTS_URL for configuring dApps security scores.

What's Changed

New Contributors

Full Changelog: v1.27.0...v1.28.0

v1.27.0

19 Mar 11:01
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • In #1647 added new option getit for the NEXT_PUBLIC_AD_BANNER_PROVIDER variable

What's Changed

Full Changelog: v1.26.3...v1.27.0

v1.26.3

19 Mar 15:04
Compare
Choose a tag to compare

added email wallets feature for wallet connect

Full Changelog: v1.26.2...v1.26.3

v1.26.2

14 Mar 10:26
Compare
Choose a tag to compare

What's Changed

#1704

  • adjust the blob image decoding algorithm
  • avoid splitting words in UTF-8 blob decoded data
  • format all args value to string in the contract method form

Full Changelog: v1.26.1...v1.26.2

v1.26.1

13 Mar 16:24
Compare
Choose a tag to compare
  • remove 404 for blob page if blob txs view is hidden

Full Changelog: v1.26.0...v1.26.1

v1.26.0

08 Mar 04:53
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • In #1654 added NEXT_PUBLIC_SAFE_TX_SERVICE_URL to explicitly define the Safe API endpoint
  • In #1672 added NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS variable to manage the visibility of tx views (e.g. Blob txs tab on Transaction page).
  • In #1637 added NEXT_PUBLIC_METASUITES_ENABLED variable to enable MetaSuites integration

See full list of the ENV variables here

What's Changed

New Contributors

Full Changelog: v1.25.2...v1.26.0