Skip to content

Releases: luisstd/retroloop

v1.9.0

18 Feb 13:08
44cac74
Compare
Choose a tag to compare

1.9.0 (2024-02-18)

Features

  • add generic carousel component (45ba3bc)
  • add util function for displaying feedback type (08f1f1c)
  • implement carousel for feedback items (23516ad)

v1.8.0

24 Jan 19:18
4ec3f99
Compare
Choose a tag to compare

1.8.0 (2024-01-24)

Features

  • add confirmation dialog for switching phase (2391a9b)

v1.7.1

06 Jan 20:16
ab12224
Compare
Choose a tag to compare

1.7.1 (2024-01-06)

Bug Fixes

  • correctly set open graph image (aab6e51)
  • resolve timer synchronization issues (6464e92)

v1.7.0

02 Jan 20:21
282efe0
Compare
Choose a tag to compare

1.7.0 (2024-01-02)

Features

  • add checkout and billing portal link handlers (ae680e6)
  • add pricing section (8ab3a34)
  • add redirect for logged out users (825e051)
  • add stripe API client (3c09e2d)
  • add stripe trpc router (d3ebb78)
  • add stripe webhook event handlers (50a5131)
  • add stripe webhook listener route (436a566)
  • add subscription type to user table (9eb5e16)
  • display account type in profile (c86a944)
  • extend dialog to enforce retrospective limit (f7d2b70)
  • only show retros from last 90 days for standard accounts (f4b5bb5)

Bug Fixes

  • correctly access version number (1a8a215)
  • resolve warning about image dimensions (d678355)

v1.6.2

20 Nov 21:33
57e1223
Compare
Choose a tag to compare

1.6.2 (2023-11-20)

Bug Fixes

  • disable env validation for docker builds (533f104)
  • set click handler correctly on button element (fed2670)
  • use correct redirect for app router (35eef8f)

v1.6.1

04 Nov 22:07
c097a6f
Compare
Choose a tag to compare

1.6.1 (2023-11-04)

Bug Fixes

  • fix check for empty dashboard state (d426178)

v1.6.0

04 Nov 21:21
e965284
Compare
Choose a tag to compare

1.6.0 (2023-11-04)

Features

  • add fallback ui for empty retro section (5a10dda)
  • add fallback ui for empty team section (d9471f0)
  • add functionality to edit retro titles (3564045)
  • add generic skeleton component (a2da2b4)
  • add toast notification for every user interaction (d5c9acc)

v1.5.0

13 Oct 21:10
523bfee
Compare
Choose a tag to compare

1.5.0 (2023-10-11)

Features

  • add users as retro participants on page view (#126) (d6c4ee4)
  • add custom auth pages (#127)

v1.4.0

30 Sep 15:59
5e491b8
Compare
Choose a tag to compare

1.4.0 (2023-09-30)

Features

  • add generic alert dialog component (d7ffae7)
  • add generic avatar component (792c5f8)
  • add generic badge component (7cef3df)
  • add generic button component (34aab81)
  • add generic card component (8dd9e46)
  • add generic dialog component (69d324e)
  • add generic dropdown menu (33c1541)
  • add generic input component (3247613)
  • add generic label component (de0fa7b)
  • add generic nav menu component (2683c5e)
  • add generic popover component (9c6d963)
  • add generic separator component (2542b3b)
  • add generic textarea component (03cafee)
  • add generic toast components (782e102)
  • add improved bg-pattern (22095ba)
  • add position indicator for feedback stack (4159da9)
  • display item type on feedback stack (642996e)

Bug Fixes

  • add missing asChild prop (0d61da0)
  • fix compile errors (ec0f41a)
  • fix layout shift with different feedback item sizes (5425862)
  • fix positioning of feedback widget (662181c)
  • remove console.log statement (b0f316b)

v1.3.1

25 Jun 13:30
6847f95
Compare
Choose a tag to compare

1.3.1 (2023-06-25)

Bug Fixes

  • add min-height for item columns (30f48bc)
  • fix vertical overflow for retrospective items (ba0f049)
  • fix z-index issue with notification toast (9fd03da)