Releases: ParabolInc/parabol
Releases · ParabolInc/parabol
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.
v0.3.0 - 04-July-2016
Added
rethink-migrate
back to project- CircleCI
- Toast notifications based upon
react-notification-system
- Cashay
- JSON theme generation using
WebpackShellPlugin
redux-form
redux-persist
- Email generation
mailgun
sending emailsoy
for HTML4 email content generationmailcomposer
for MIME email creationcheerio
to parse HTML and custom code to embed images
- Refactored team leader on-boarding journey to use
cashay
and refactored intoWelcome
module - Refactored authentication token handling system (see
ReduxAuthEngine
) - Numerous components
- First suite of unit tests
Removed
- ImmutableJS
react-hot-loader
from production configuration
Fixed
- GraphiQL queries with variables