parabol

Free online agile retrospective meeting tool

OTHER License

Stars
1.8K

Bot releases are hidden (Show)

parabol - v0.13.5 - 12-Dec-2016

Published by jordanh almost 8 years ago

Fixed

  • #556 archived cards no longer let you change the owner
  • #557 blur agenda item input after submit
  • #559 participants stopped following the leader after meeting "Last Call"
parabol - v0.13.4 - 08-Dec-2016

Published by jordanh almost 8 years ago

Fixed

  • #564 Fix email validation
parabol - v0.13.3 - 05-Dec-2016

Published by jordanh almost 8 years ago

Added

  • Validations system (see: src/universal/validations/legitify.js)
    • Added client and server validations for all mutations
  • Allow team leaders to skip step 3 of the welcome wizard (see #354)
  • S3 deploys into versioned directories within bucket (see #493)

Fixed

  • #547 welcome wizard step 3 cleanup
  • #549 welcome wizard step 3: removing email calls submit
parabol - v0.13.2 - 27-Nov-2016

Published by jordanh almost 8 years ago

Added

  • 'Player joined' message when teammate accepts invitation

Fixed

  • #543 unable to end action meeting
parabol - v0.13.1 - 25-Nov-2016

Published by jordanh almost 8 years ago

Added

  • Can now filter by team member on team dashboard Views
  • Updated FontAwesome to v4.7.0

Fixed

  • #514 Relabeling Actions and Projects during agenda processing
    • Copy now reads "New private action" and "New team project"
  • #536 Cashay warning while proceeding through check-in round
parabol - v0.13.0 - 22-Nov-2016

Published by jordanh almost 8 years ago

We tagged v0.13.0 on our 1,300th commit. What a coinkidink!

Added

  • Drag-and-drop everywhere: My Dashboard (actions, projects),
    Team Dashboards (meeting agenda queue, projects), meeting project updates,
    and meeting agenda items

Fixed

  • #508 Agenda items collapse around 1265px
  • #517 Server exception encountered when generating meeting summary
parabol - v0.12.1 - 15-Nov-2016

Published by jordanh almost 8 years ago

Fixed

  • #518 Removed team member does not redirect away while on team dashboard
parabol - v0.12.0 - 15-Nov-2016

Published by jordanh almost 8 years ago

Added

  • Added Team Settings implementation
    • Can now rename teams
    • Can promote a new team leader
    • Can invite new team members
      • Can resend invitations
      • Can revoke invitations
    • Can remove team members (even if they are in a meeting)

Fixed

  • #512 Grant facilitation permission to every team member
parabol - v0.11.0 - 05-Nov-2016

Published by jordanh almost 8 years ago

Added

  • Added S3 deployment to npm run build:client-min and application

Fixed

  • #482 Avatar style improvements
    • Restores a default box shadow, with the option for border styling
    • Makes lobby and last call primary buttons more prominent
  • #492 minor UI updates
    • DashModal has updated border styling
    • SummaryHeader has button-styled link to team dashboard
    • LastCall pulls success expression from array
  • CircleCI build cache fixes
parabol - v0.10.0 - 02-Nov-2016

Published by jordanh almost 8 years ago

Added

  • #458 Added ability to create and invite new teams
  • #466 Can now press escape to blur agenda list input
  • redux-raven-middleware to include redux events in error reporting

Fixed

  • #161, #162 Changed lobby copy to better illustrate when check-in round begins
  • #379 Uncaught TypeError: Cannot read property 'openArea' of undefined
  • #411 Fix isFacilitating box shadow
  • #474 Can steal facilitator role with refresh
  • Updated styles for waiting message on last call
  • Increased contrast of avatar outlines, misc. styling improvements
  • Updated email link copy to summary
parabol - v0.9.6 - 29-Oct-2016

Published by jordanh almost 8 years ago

Added

  • Automatic election of new facilitator when old facilitator disconnects
  • Refactor of socket management; added container decorator to maintain
    socket connection

Fixed

  • #438 fixed TypeError: Cannot read property 'id' of undefined
  • #447 unable to logout and login properly
  • Fixed race condition landing on meeting summary route at end of meeting
  • Fixed short urls
parabol - v0.9.5 - 25-Oct-2016

Published by jordanh almost 8 years ago

Fixed

  • #433 server crashing on localhost
  • #440 sentry.io bug on id field
  • #445 summary rendering β€œ0” when there aren’t members without new outcomes
parabol - v0.9.4 - 24-Oct-2016

Published by jordanh almost 8 years ago

Fixed

  • #428 makeAppLink
  • #429 race to meeting summary and lobby
  • #430 generate only 1 email
  • #431 killMeeting
parabol - v0.9.3 - 24-Oct-2016

Published by jordanh almost 8 years ago

Added

  • New meeting summary web view and email
  • Segment.io adoption funnel and usage tracking:
    • Welcome wizard events, 'Meeting Completed' events
    • Added segmentEventPage, renamed segmentEvent -> segmentEventTrack
    • Added Helmet components to update title on key routes
  • Simple singular, plural for Last Call (#419)

Fixed

  • Segment page events now report correct document title
  • #413 fixes build minification
parabol - v0.8.1 - 19-Oct-2016

Published by jordanh almost 8 years ago

Added

  • Sentry.io automated error reporting for server and client

Fixed

  • #68 use auth0 refreshToken to keep a user logged in during a meeting
  • #393 do not require enter key to advance check-in during a meeting
  • #394 end meeting button copy should differ depending on user context
  • #395 going back one meeting phase doesn't update phaseItem
  • #396 creating agenda items from last call doesn't register them in the
    total or summary
  • #397 breaks on react-router infinite loop redirect
  • #400 Doesn't submit twice when using Enter to submit outcome changes
parabol - v0.8.0 - 18-Oct-2016

Published by jordanh almost 8 years ago

Added

  • End of meeting summary
parabol - v0.7.5 - 15-Oct-2016

Published by jordanh about 8 years ago

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
parabol - v0.7.4 - 12-Oct-2016

Published by jordanh about 8 years ago

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
parabol - v0.7.1 - 05-Oct-2016

Published by jordanh about 8 years ago

Fixed

  • Fixed: #322, #323, #334, #335, #336
parabol - v0.7.0 - 04-Oct-2016

Published by jordanh about 8 years ago

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

  • Fixed: #124, #190, #221, #227, #252, #276, #282, #290, #295, #302, #305,
    #307, #313
Related Projects