Releases: ParabolInc/parabol
Releases · ParabolInc/parabol
v0.15.3 - 11-Feb-2017
Added
- OutcomeCard components (Projects, Action) now re-render their last-updated
time on a smart timerFixed
- Generate 'Meeting Completed' on server-side, client was not reliably
sending this event
v0.15.2 - 01-Feb-2017
Fixed
- Incremented
package.json
version to match tag – oops!
v0.15.1 - 31-Jan-2017
Added
(<TAB> saves)
string to OutcomeCard components when editingnpm run test:xunit
command for CircleCI 2.0
v0.15.0 - 30-Jan-2017
- When version is upgraded, we now emit a toast asking the user to upgrade
their client version - Markdown support added to Action and Project cards
v0.14.2 - 29-Jan-2017
v0.14.1 - 16-Jan-2017
Added
- Adopted CircleCI 2.0 beta. See circle.yml. Now deploys
securely tostaging
andproduction
servers directly from CI servers. - Added three seed projects for new team leaders as a simplified on-boarding
experience before we implement more immersive tutorial. Implements #632. - Segment.io event tracking for welcome wizard during step3 when users only
want to kick the tires (#638)
Removed
- Segment.io analytics from
npm run dev
andnpm run start
when running on
development machine. - Only allow for /email route in development (#637)
v0.14.0 - 09-Jan-2017
Added
- Implements #595; upload of user avatar images to S3
- Works by securely signing S3 PutObject URL
see documentation
- Works by securely signing S3 PutObject URL
npm run build:deploy
andnpm run build:min
commands
v0.14.0 - 09-Jan-2017
Added
- Implements #595; upload of user avatar images to S3
- Works by securely signing S3 PutObject URL
see documentation
- Works by securely signing S3 PutObject URL
npm run build:deploy
andnpm run build:min
commands
v0.13.6 - 20-Dec-2016
Added
- User impersonation, login as a user with knowing their credentials on route
/admin/impersonate/:userid
- Expanded requireAuthAndRole with optional args
- Added segment.io event on 'New Team' creation