Skip to content

Latest commit

 

History

History
329 lines (155 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

329 lines (155 loc) · 13.8 KB

2.7.1 (2024-07-16)

Bug Fixes

  • Add temp debug logs for VinciLoop (#326) (93980f0)
  • init the state on load new state (14eaea2)

2.7.0 (2023-06-03)

Features

2.6.0 (2023-02-15)

Features

2.5.0 (2023-02-14)

Bug Fixes

Features

2.4.0 (2022-12-06)

Features

2.3.0 (2022-09-22)

Bug Fixes

Features

  • Hide empty group title in discuss view (bfac95a)
  • use card component instead of custom action item (5d0e59f)

2.2.0 (2022-09-06)

Features

  • use vite to deal with frontend HMR and build (#70) (6423e7a)

2.1.0 (2022-09-04)

Features

2.0.0 (2022-09-04)

Bug Fixes

  • Avoid duplicates using Records instead of arrays (#49) (33c69f5)

BREAKING CHANGES

  • state structure changed from array to object. The previous state has been migrated

1.16.2 (2022-08-30)

Bug Fixes

  • Set correct cursor in cards and text area (9f98374)

1.16.1 (2022-08-30)

Bug Fixes

  • Delete a dynamo record after 3 months (4b42941)

1.16.0 (2022-08-30)

Bug Fixes

  • Split dynamo request batch into chunks (4768b97)

Features

  • tweak lambda parameters (a72f603)

1.15.0 (2022-08-29)

Features

  • review monitor threshold (8a24c54)

1.14.0 (2022-08-22)

Features

  • switch dynamo to pay per request (f68a6cd)

1.13.0 (2022-08-21)

Bug Fixes

  • avoid overflow content on title (6f8c710)
  • column style to adapt to different screen sizes (419b486)
  • end view to adapt to different screen sizes (1973c80)
  • lightning bolt emoji (08d83db)
  • scrolling ribbon (5d417ac)
  • set min template container width to avoid icons overflowing (67e6adf)
  • set min title width to avoid text overflowing (343e437)
  • text support smaller screens (18fe8c6)

Features

  • improve experience in small screen (f00c21e)
  • support small screens in discuss view (d485fe9)

1.12.0 (2022-08-21)

Features

  • Add templates to the start page (9971ea8)

1.11.1 (2022-08-19)

Bug Fixes

1.11.0 (2022-08-19)

Features

  • jump to end if there are no tickets to discuss (30b9be9)
  • set number of votes eq to 60% of groups (90be527)

1.10.0 (2022-08-19)

Bug Fixes

  • add column id if missing for retrocompatibility (3cca430)
  • card bigger than column (084e7df)
  • missing id in columns creates issues with animation (b5999d2)
  • show date in actions (dce3aac)

Features

1.9.1 (2022-08-18)

Bug Fixes

  • missing close button in column (65c5c9e)
  • show date in actions (e32a190)

1.9.0 (2022-08-18)

Features

1.8.1 (2022-08-18)

Bug Fixes

  • websocket check connection every second (7216b42)

1.8.0 (2022-08-18)

Features

1.7.2 (2022-08-18)

Bug Fixes

  • default text area to 1 row (3b4c50c)

1.7.1 (2022-08-18)

Bug Fixes

1.7.0 (2022-08-16)

Features

1.6.2 (2022-08-15)

Bug Fixes

1.6.1 (2022-08-15)

Bug Fixes

  • Tweak monitor threshold (a2319cd)

1.6.0 (2022-08-14)

Features

  • reuse the same sessionid for multiple retros (#9) (034a9d1)

1.5.1 (2022-08-14)

Bug Fixes

  • Fix unsupported dynamo removalPolicy (483c3c1)

1.5.0 (2022-08-14)

Features

  • Add cloudwatch monitors (2f9adde)

1.4.0 (2022-08-13)

Features

  • Remove the state of disconnected clients (c9d856e)

1.3.0 (2022-08-10)

Features

1.2.0 (2022-08-09)

Bug Fixes

Features

  • disable buttons if no cards are available (72cba78)
  • remove unused field username (c68c7fc)

1.1.0 (2022-08-08)

Features

  • show an alert if the retro is not found (941cf6b)

1.0.1 (2022-08-08)

Bug Fixes

  • Missing policy to send messages to clients (53db9e0)

1.0.0 (2022-08-08)

Bug Fixes

  • click on a blurred card updates the state (27c532d)
  • Update api endpoint (7e050f2)

Features

  • add deployment pipeline (41c3f00)
  • deploy from gh actions (da087f3)
  • Replace serverless with CDK (823638e)
  • textarea only update upstream components if text changed (85100e4)

BREAKING CHANGES