Navigation Menu

Skip to content

v15.0.0

Compare
Choose a tag to compare
@mdunnmon mdunnmon released this 30 Mar 14:25
· 1061 commits to master since this release
9e8f4ca

Developer Improvements

  • Redux Toolkit: Migrated state from a combination of useReducer/useContext and Redux to only using Redux Toolkit. This is the recommended modern approach to handling large state management in this sort of application. Enhances the developer experience by enabling the use of the Redux Devtools to debug, and see state/actions in real-time.
  • Major Dependency Updates: New developers can easily npm install without having to use an older version of node or using --legacy-peer-deps. Updated to modern versions to take advantage of newer features.

User Features

  • Websockets: Users can now join rooms to collaborate in realtime.
  • Tailwind CSS Styling: In the customization panel users can now choose between inline CSS, and Tailwind as a styling framework. These choices are shown in the live code preview.
  • Deployed Live Website: Instead of needing to download an application users may interact live by visiting our website.