Releases: ParabolInc/parabol
Releases · ParabolInc/parabol
v0.7.5 - 15-Oct-2016
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
onreact-hot-loader
Fixed
- Re-added actions subscription channel, was still being used by user dashboard
v0.7.4 - 12-Oct-2016
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
v0.7.0 - 04-Oct-2016
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
- Removed react-look
Fixed
v0.6.3 - 28-Sep-2016
Fixed
- Agenda processing order fix for issue #294
v0.6.2 - 27-Sep-2016
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
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
- Decouples Graphiql from
- 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
v0.5.3 - 30-Aug-2016
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
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)
- Uses sockets-based presence system (see
- 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
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
- Lobby
- 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.