Skip to content

v4.0.0

Compare
Choose a tag to compare
@bludnic bludnic released this 08 Jun 08:12
· 1233 commits to master since this release
12b9198

🔨 Tech Debt

  • Upgraded to Vue 3
  • Upgraded to Vuetify 3
  • Stylus has been removed. The entire codebase was rewritten in SASS
  • Migrated from Webpack to Vite
  • Jest replaced with Vitest
  • Added TypeScript support
  • Added Prettier, EditorConfig
  • Switched from Yarn to Npm
  • Updated major version of: axios, socket.io-client, @mdi/font and others
  • Updated minor and patch versions of all packages
  • Fixed failed tests and stale snapshots
  • Browserlist and Eslint configs moved from package.json to a separate file
  • Several components rewrited to Composition API

✨ Features

  • Chats: Bounty Wallet bot was removed (#482)
    The users who chatted before with this bot will still be able to read the chat history
  • PWA: Add more information to WebAppManifest (#481)
  • BuyTokensDialog: Coindeal replaced with Azbit (#476)
  • Github Actions: Added Electron and PWA build workflows (#458, #461)

🐛 Bugs

  • DelegatesTable: Fixed error when loading delegates on new account (#475)
  • Transactions: Doesn't trigger scroll event on some devices (#474)
  • Chat: Maintain scroll position when navigating back (#470)
  • Chats: Scroll to bottom when new message arrived (#455)
  • Minor style fixes (#454, #465, #466, #467, #468, #469, #471, #473, #479, #480)