Skip to content

Latest commit

 

History

History
110 lines (57 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

110 lines (57 loc) · 5.41 KB

Changelog

1.0.13 (2024-02-16)

Bug Fixes

  • components: set host in Nickname instead of Lobby (78a8c88)
  • hooks: fix race condition in useSetHost (36538c8)

1.0.12 (2024-02-10)

Bug Fixes

  • hooks: fix race condition in useSetHost (8bb7ff1)

1.0.11 (2024-02-02)

Bug Fixes

  • helpers: generate unique joke ids (2e47694)

1.0.10 (2024-02-02)

Bug Fixes

  • hooks: fix name bug caused by mutated initial player state (7b97e03)

1.0.9 (2024-02-02)

Bug Fixes

  • components: play laugh track when joke is created (2ac49b2)

1.0.8 (2024-02-01)

Bug Fixes

  • components: add missing label to Placeholder input (f667707)

1.0.7 (2024-02-01)

Bug Fixes

  • pages: use textStyle in ErrorBoundary (32dcad6)

Performance Improvements

  • sounds: don't preload sounds and load when played (c333364)

1.0.6 (2024-01-31)

Bug Fixes

  • pages: apply textStyle to NotFound (393f095)

1.0.5 (2024-01-31)

Bug Fixes

  • components: render joke preview (acbd725)
  • components: stop and play background music in Nickname (85b8a92)

Performance Improvements

  • components: optimize with useCallback in Joke (eb40355)
  • components: optimize with useCallback in Placeholder (546e6b3)

1.0.4 (2024-01-31)

Bug Fixes

  • hooks: remove player on beforeunload event (56e1bd4)

1.0.3 (2024-01-30)

Bug Fixes

  • components: render Skeleton in Players if nickname is empty (2e29c52)

1.0.2 (2024-01-30)

Bug Fixes

  • index: add og:image (acf95d6)
  • index: add twitter:image (7067b23)
  • index: use absolute url for og:image and twitter:image (481b46a)

1.0.1 (2024-01-30)

Bug Fixes

  • components: make Game and Lobby mobile friendly (e2972b7)
  • components: reverse the column order in small screens (134a1f0)
  • index: add background-color and remove background no-repeat (525c589)
  • sounds: lower crowdLaugh volume (93845ab)

1.0.0 (2024-01-29)

Features

  • components: render Mute button in Header (12efa4a)

Bug Fixes

  • components: render joke as HTML in Vote (53aec37)