Skip to content

Releases: blockscout/frontend

v1.13.2

09 Oct 20:53
Compare
Choose a tag to compare

Fixes #1267

Full Changelog: v1.13.1...v1.13.2

v1.13.1

05 Oct 20:56
Compare
Choose a tag to compare

quick fix for ENVs validator

Full Changelog: v1.13.0...v1.13.1

v1.13.0

02 Oct 17:09
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1123: added NEXT_PUBLIC_MAINTENANCE_ALERT_MESSAGE for displaying custom alerts on the instance
  • #1229: NEXT_PUBLIC_APP_ENV and NEXT_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

Full Changelog: v1.12.0...v1.13.0

v1.12.0

26 Sep 17:06
Compare
Choose a tag to compare

🚨 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

Full Changelog: v1.11.2...v1.12.0

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