Skip to content

Releases: blockscout/frontend

v1.16.0

27 Oct 10:17
Compare
Choose a tag to compare

🚨 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 to FAVICON_GENERATOR_API_KEY

See updated docs for more info.

What's Changed

Full Changelog: v1.15.0...v1.16.0-alpha.1

v1.15.0

16 Oct 16:13
1db67c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.15.0

v1.14.1

13 Oct 19:17
Compare
Choose a tag to compare
  • #1290 - bump up Next.js version

Full Changelog: v1.14.0...v1.14.1

v1.14.0

10 Oct 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.2...v1.14.0

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