Skip to content

v1.11.0

Compare
Choose a tag to compare
@tlovis tlovis released this 08 Jul 01:31
· 934 commits to master since this release
24fd55d

State Management

  • Major overhaul of front-end state management
  • Fully converted to Redux Toolkit, broke down the large Redux store into manageable slices
  • Updated mutable syntax to account for new Immer objects
  • Removed deprecated Reducers and Action files

GraphQL and Apollo

  • Completed upgrade to version 3 of Apollo Client and Server for GraphQL subscriptions
  • Removed code for deprecated versions

TypeScript

  • Tightened up existing TypeScript definitions

Electron

  • Tested building out of Mac, Win, and Linux images which were previously failing for Mac dmg's