Skip to content

v2.6.0

Choose a tag to compare

@tom2drum tom2drum released this 05 Jan 18:29
· 63 commits to main since this release
4f63b9b

🚀 New Features

🐛 Bug Fixes

  • Change zero to <0.001 value within different pages by @tom2drum in #3150
  • Fix deposits table layout on small desktops by @tom2drum in #3192
  • Hide the tooltip on the button whenever the dropdown is open by @tom2drum in #3193
  • Pass the x-csrf-token to the call to the admin API by @tom2drum in #3194
  • Fix REST API docs request interceptor URL replacement by @tom2drum in #3196
  • Advanced filter: amount by @isstuev in #3208

📦 Dependencies Updates

  • Bump package versions to mitigate security vulnerabilities by @tom2drum in #3164
  • Minor packages bump and security updates by @tom2drum in #3184

⚡ Performance Improvements

🛠️ DX & Tooling

🎨 Design Updates

  • UI/UX: Implement unified EmptyState component for stats page by @tom2drum in #3195
  • Change tag and badge user-select property by @isstuev in #3205
  • Show conflicting proxy implementations warning by @tom2drum in #3179

✨ Other Changes

🚨 Changes in ENV variablesvariable.

  • #3165:
    • Added NEXT_PUBLIC_HOT_CONTRACTS_ENABLED to enable the Hot Contracts feature.
  • #3166:
    • Added NEXT_PUBLIC_WALLET_CONNECT_FEATURED_WALLET_IDS to configure featured wallet IDs in the WalletConnect modal.
  • #3167:
    • Added url to swap config in NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_CONFIG.
  • #3175:
    • Added NEXT_PUBLIC_HOMEPAGE_HIGHLIGHTS_CONFIG to configure highlights banners on the home page.
  • #3207:
    • Added NEXT_PUBLIC_BEACON_CHAIN_WITHDRAWALS_ONLY to indicate networks that have only withdrawals (no deposits).
  • #3200:
    • Removed NEXT_PUBLIC_VIEWS_CONTRACT_LANGUAGE_FILTERS environment variable.
  • #3202:
    • Added NEXT_PUBLIC_NETWORK_ADDITIONAL_TOKEN_TYPES variable to extend the list of standard token types.

Full list of the ENV variables: v2.6.0


Full Changelog: v2.5.3...v2.6.0