Skip to content

v0.4.1 - 16-Aug-2016

Pre-release
Pre-release
Compare
Choose a tag to compare
@jordanh jordanh released this 16 Aug 16:30
· 14255 commits to master since this release

Added

  • Added partial /me dashboard implementation
  • Wired up project status and ownership assignment on dashboards
  • Added displayed of multiplayer card editing status to project cards
    • Uses sockets-based presence system (see @socketWithPresence decorator)
  • Improved styling of project columns on dashboards
  • Temporary patch allowing invitation links to add existing users to teams
    • Later this will be handled exclusively by the dashboard

Removed

  • Unused file universal/utils/schema.js

Fixed

  • onBlur handler for project cards (OutcomeCardTextAreaField component)