Skip to content

Releases: ParabolInc/parabol

v0.7.5 - 15-Oct-2016

15 Oct 13:40
Compare
Choose a tag to compare
v0.7.5 - 15-Oct-2016 Pre-release
Pre-release

Added

  • Temporarily wired meeting last call button to endMeeting mutation to enable
    more user testing
  • Re-added piping to reload server code when running npm run dev

Removed

  • Double dependency in package.json on react-hot-loader

Fixed

  • Re-added actions subscription channel, was still being used by user dashboard

v0.7.4 - 12-Oct-2016

12 Oct 12:38
Compare
Choose a tag to compare
v0.7.4 - 12-Oct-2016 Pre-release
Pre-release

Added

  • #333 Distribute auth0 clientId and domain via SSR, allows configurability
    of differing auth0 domains

Fixed

  • #325 Adding new action during action meeting shows others that
    new project is being created
  • #326 Unable to make initial assignment of Action/Project to user other than
    self
  • #327 Agenda order processing broken
  • #328 Adding new agenda item causes other users to navigate away
  • #331 Enhance design of "Whatcha need?" prompt of agenda processing
  • #338 Font variants not loading
  • #346 Error during meeting crashes browser
  • #347 Archive Card textarea disabled state
  • #349 Cannot start meeting
  • #351 Font loads twice error
  • #373 Read-only team name outline/focus

v0.7.1 - 05-Oct-2016

05 Oct 13:41
Compare
Choose a tag to compare
v0.7.1 - 05-Oct-2016 Pre-release
Pre-release

Fixed

v0.7.0 - 04-Oct-2016

05 Oct 13:40
Compare
Choose a tag to compare
v0.7.0 - 04-Oct-2016 Pre-release
Pre-release

Added

  • Now using aphrodite for styling
  • Me dashboard now has buttons to add new outcomes for Actions and Projects
  • Me dashboard now has a filter option to see Projects by a specific team

Removed

Fixed

v0.6.3 - 28-Sep-2016

30 Sep 13:26
Compare
Choose a tag to compare
v0.6.3 - 28-Sep-2016 Pre-release
Pre-release

Fixed

  • Agenda processing order fix for issue #294

v0.6.2 - 27-Sep-2016

27 Sep 13:37
Compare
Choose a tag to compare
v0.6.2 - 27-Sep-2016 Pre-release
Pre-release

Added

  • Processing of agenda items during meeting into new projects and actions

Fixed

  • Add/remove rethinkdb entity from cache problem, see: mattkrick/cashay#125
  • Editors multiplayer field regression

v0.6.1 - 23-Sep-2016

23 Sep 22:02
Compare
Choose a tag to compare
v0.6.1 - 23-Sep-2016 Pre-release
Pre-release

Added

  • Now supports removal of agenda items
  • Stubbed in meeting last call for agenda items
  • Now uses Cashay @LiVe directive in subscriptions
  • Added agenda hotkeys
  • Partial implementation of agenda processing
  • Extraction of 3rd party CSS files into their own static assets
    • Decouples Graphiql from react-look
  • Many, many aesthetic dashboard and card improvements
  • Agenda list updates
  • Archiving and un-archiving of project cards
  • Equity for Effort documentation updates

Removed

  • Switched back to official segment snippet generation function

Fixed

  • First call for agenda items causing infinite loop
  • Fixes for moveMeeting mutation & makePhaseItemFactory
  • Fixes #202, adds correct auth0 management token
  • Fixes for #119, #188, #225, #231, #241, #233, and #260
  • Merged #267 autofocus fix

v0.5.3 - 30-Aug-2016

30 Aug 21:28
Compare
Choose a tag to compare
v0.5.3 - 30-Aug-2016 Pre-release
Pre-release

Added

  • Project updates section
  • Rally easter eggs
  • Segment.io metrics tracking
  • Randomized check-in questions

Removed

  • editingDuck in favor of Cashay computed props

Fixed

  • Invitations and team membership + rethinkdb query optimization
  • Simplified check-in cards design
  • Landing page spacing
  • Lots of copy updates
  • redux-socket-cluster disconnect timeout
  • Refactored dashboard components into many clearer containers

v0.4.1 - 16-Aug-2016

16 Aug 16:30
Compare
Choose a tag to compare
v0.4.1 - 16-Aug-2016 Pre-release
Pre-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)

v0.4.0 - 13-Jul-2016

13 Aug 19:08
Compare
Choose a tag to compare
v0.4.0 - 13-Jul-2016 Pre-release
Pre-release

Added

  • User invitations
    • Note: invites only process currently for new users
  • Lots of infrastructure for pub/sub through the app
  • User presence (who's here? who's just left?)
  • /logout route
  • Action meeting:
    • Lobby
      • Connection states
      • Start meeting
    • Check-in round
      • Update check-in states
      • Navigate forward and backward
    • Placeholder project updates layout
  • Team dashboard:
    • Agenda items
    • Add new projects in column
    • Edit project description
    • Data model for sorting above list items
    • Dashboard div marking it unavailable when meeting is in progress
  • Refactored auth token meta-data to include team membership, & more
  • Refactored authDuck to parse auth token
  • npm run lint:fix
  • Many redux unit tests

Removed

  • Breaking change: removed original migrations. You'll need to wipe your
    database and start again.