Skip to content

v2.11.2

Choose a tag to compare

@tom2drum tom2drum released this 14 Sep 13:27
· 52 commits to main since this release

馃殌 New Features

  • Let operators pick which color themes an explorer offers by @tom2drum in #3691
  • Let operators set the label on the DeFi dropdown button by @tom2drum in #3695
  • Add a configurable action button to ERC-20 token pages by @tom2drum in #3692

馃毃 Changes in ENV variables

  • #3691
    • Added NEXT_PUBLIC_COLOR_THEMES to let an explorer offer only some of the four color themes, and to hide the theme switcher when it offers just one.
    • NEXT_PUBLIC_COLOR_THEME_DEFAULT must now name one of the themes listed in NEXT_PUBLIC_COLOR_THEMES, when that variable is set.
  • #3695
    • Added NEXT_PUBLIC_DEFI_DROPDOWN_BUTTON_TEXT to set the text on the button that opens the DeFi
      dropdown, as { desktop, mobile? } so a shorter label can be used where the top bar is narrow.
  • #3692
    • Added NEXT_PUBLIC_TOKEN_ACTION_BUTTON_CONFIG to show a configurable action button on ERC-20 token pages, carrying the button's label, destination URL, logo and colors for light and dark mode.

Full Changelog: v2.11.1...v2.11.2