Skip to content

Releases: blockscout/frontend

v1.11.2

26 Sep 15:56
Compare
Choose a tag to compare

fix logo size #1214
Full Changelog: v1.11.1...v1.11.2

v1.11.1

19 Sep 15:27
Compare
Choose a tag to compare

hide some address tabs if no content #1185
Full Changelog: v1.11.0...v1.11.1

v1.11.0

11 Sep 14:57
be950a9
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #972: added new variables for favicon customization - NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY, NEXT_PUBLIC_FAVICON_MASTER_URL

See updated docs for more info.

❗ Important notes

  • since now all requests for resources under the /favicon path should be routed to the new front app (#972)

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

22 Aug 23:13
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1088: NEXT_PUBLIC_WEB3_DEFAULT_WALLET is renamed to NEXT_PUBLIC_WEB3_WALLETS and now accepts an array of the web3 wallets (metamask, coinbase or token_pocket)
  • #1102: added new optional variable to control which fields should be hidden in block's views - NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS

See updated docs for more info.

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

10 Aug 20:30
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • NEXT_PUBLIC_API_HOST now required
  • NEXT_PUBLIC_NETWORK_TOKEN_ADDRESS is deprecated
  • NEXT_PUBLIC_AD_ADBUTLER_CONFIG_DESKTOP and NEXT_PUBLIC_AD_ADBUTLER_CONFIG_MOBILE are required if NEXT_PUBLIC_AD_BANNER_PROVIDER set to adbutler
  • Sentry.io related ENV variables (SENTRY_CSP_REPORT_URI, NEXT_PUBLIC_APP_INSTANCE, NEXT_PUBLIC_APP_ENV) could be passed only if the variable with DSN URL is set (NEXT_PUBLIC_SENTRY_DSN)

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

03 Aug 01:32
908543b
Compare
Choose a tag to compare

What's Changed

Changes in ENV variables

  • Now all passed ENV variables will be validated at the container start time; it will check the variables schema and their presence in the docs
  • The following ENV variables are deprecated:
    • NEXT_PUBLIC_NETWORK_ASSETS_PATHNAME - #960
    • NEXT_PUBLIC_LOGOUT_RETURN_URL - #1031
    • NEXT_PUBLIC_BLOCKSCOUT_VERSION - #984

Full Changelog: v1.7.0...v1.8.0

v1.7.2

01 Aug 16:17
Compare
Choose a tag to compare

Full Changelog: v1.7.1...v1.7.2

v1.7.1

01 Aug 14:25
Compare
Choose a tag to compare

Full Changelog: v1.7.0...v1.7.1

v1.7.0

25 Jul 12:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.7.0

v1.6.2

24 Jul 14:50
Compare
Choose a tag to compare

Hot fix for #1034

Full Changelog: v1.6.1...v1.6.2