Skip to content

Latest commit

 

History

History
615 lines (288 loc) · 29.2 KB

CHANGELOG.md

File metadata and controls

615 lines (288 loc) · 29.2 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.16.19 (2024-11-23)

Bug Fixes

1.16.18 (2024-10-01)

Improvements

1.16.17 (2024-08-30)

Improvements

1.16.16 (2024-08-07)

1.16.15 (2024-08-01)

Bug Fixes

1.16.14 (2024-07-03)

Improvements

  • disable sentry in local (7a938c3)
  • pages: home - add users section (91be92d)

1.16.13 (2024-06-19)

Improvements

  • replace valibot with zod, update packages to latest (ea52b22)

1.16.12 (2024-05-13)

1.16.11 (2024-02-22)

Improvements

  • hall: adjust custom randomId generator for create room (e1fa650)

1.16.10 (2023-11-11)

Improvements

1.16.9 (2023-11-11)

1.16.8 (2023-10-26)

Improvements

  • layout: adjust support link (e2fee5d)

1.16.7 (2023-10-10)

1.16.6 (2023-10-10)

Bug Fixes

  • hall: adjust join room button color (5bc0844)

Improvements

  • theme: adjust colors, dark mode, and fonts (2dc79e7)

1.16.5 (2023-09-15)

Improvements

1.16.4 (2023-08-17)

1.16.3 (2023-05-16)

Improvements

1.16.2 (2023-05-04)

1.16.1 (2023-04-30)

Bug Fixes

  • sentry: add missing replay integrations config (456f26a)

1.16.0 (2023-04-26)

Features

  • pages: add highlighted feature section in home page (#193) (5181c94)

1.15.1 (2023-04-02)

1.15.0 (2023-04-01)

Features

  • auth: add close to home capability to auth wrapper modal (e8f406e)
  • auth: adjust auth wrapper modal appearance (#188) (72bc80b)
  • layout: revamp footer (#187) (509b479)

1.14.0 (2023-03-31)

Features

  • adjust home page content (14dfc69)
  • auth: remove register with email and password (8ef04e4)

1.13.4 (2023-03-14)

1.13.3 (2023-03-02)

Bug Fixes

1.13.2 (2023-03-02)

Improvements

  • theme: adjust gray color palette (3770865)

1.13.1 (2023-03-01)

1.13.0 (2023-02-24)

Features

Improvements

1.12.11 (2023-02-09)

1.12.10 (2023-01-18)

1.12.9 (2023-01-11)

1.12.8 (2023-01-11)

Improvements

1.12.7 (2023-01-11)

Improvements

  • layout: add current year to footer (5203e30)

1.12.6 (2023-01-10)

Improvements

1.12.5 (2023-01-10)

Bug Fixes

  • temporarily disable twemoji (3903a65)

1.12.4 (2022-12-20)

1.12.3 (2022-12-06)

Improvements

  • layout: enable transition on change theme (#146) (27369c1)

1.12.2 (2022-11-18)

1.12.1 (2022-11-14)

Bug Fixes

  • auth: fix logout through popover issue (#137) (50cc23b)

Improvements

1.12.0 (2022-11-13)

Features

1.11.5 (2022-10-28)

Improvements

  • room: split room page hook into granular hooks (#132) (4d44ae0)

1.11.4 (2022-10-05)

Bug Fixes

  • room: revise name and desc checking for room header (8771bb9)

1.11.3 (2022-09-20)

Improvements

1.11.2 (2022-08-24)

Bug Fixes

  • revise checking point wrapper (15c12cb)

1.11.1 (2022-08-22)

Bug Fixes

  • fix show filled point hide label (6b94acd)

1.11.0 (2022-08-16)

Features

1.10.2 (2022-08-14)

Improvements

  • analytics: adjust with umami trackEvent update (cd43986)

1.10.1 (2022-08-02)

Improvements

  • services: adjust 3rd party auth handler (3134fb2)

1.10.0 (2022-07-09)

Features

  • room: 🎉 add confetti when show vote (#113) (ec516df)

1.9.1 (2022-06-26)

Improvements

  • auth: switch auth provider with zustand store (#110) (9276459)

1.9.0 (2022-06-25)

Features

  • seo: setup next-seo and next-sitemap (#108) (d3a26e9)
  • services: implement firebase app check (9940d88)

Improvements

1.8.1 (2022-06-17)

Improvements

  • analytics: make data domain configurable (82e3468)

1.8.0 (2022-06-15)

Features

  • analytics: add tracking for theme toggle, footer, and sign out (9c24066)
  • room: add new hidelabel | shrimp, cloud, think (2da0caa)

Improvements

  • hall: revise error text message for invalid room id (c2827d1)

1.7.4 (2022-06-14)

Improvements

  • room: 💄 adjust section boxes alignment (#99) (99b52c8)

1.7.3 (2022-06-13)

Bug Fixes

  • room: revise showVote condition that cause vote being locked (e2f6740)

1.7.2 (2022-06-02)

Bug Fixes

1.7.1 (2022-06-02)

Bug Fixes

  • room: uniform disconnect handling (a2d4ec0)

1.7.0 (2022-05-31)

⚠ BREAKING CHANGES

  • upgrade chakra-ui to v2 and react to v18
  • chore: deduplicate deps

  • chore: update to latest

  • refactor: add colormodescript

  • chore: update packages

Chores

1.6.7 (2022-05-09)

Improvements

  • remove firebase prefix for error message (0951f02)
  • remove todo and remove switch in auth page (238a3af)

1.6.6 (2022-05-09)

Bug Fixes

  • room: improve async update name and description (#90) (1339427)

1.6.5 (2022-05-08)

Features

  • room: debounce for edit name & description (#87) (964f76d)
  • room: switch input with auto resize textarea for name and description (#83) (ed716d7)

Improvements

  • room: enable reset button for owner only (#82) (48cd56e)

1.6.4 (2022-04-28)

Features

  • room: switch input with auto resize textarea for name and description (#83) (93c3f82)

Improvements

  • room: enable reset button for owner only (#82) (3c8c289)

1.6.3 (2022-04-27)

Improvements

  • layout: enhance public route handling (#76) (6f342a0)

1.6.2 (2022-04-22)

Improvements

  • use object as args (dab75d7)
  • use object for trackEvent arguments (8f91832)
  • utils: add formatId (5fecb0b)

1.6.1 (2022-04-19)

Features

  • room: ✨ add edit and remove for queue item (#72) (1314853)

Bug Fixes

  • room: revise validation checking for edit story (f4cd18a)

Improvements

  • adjust task item button for mobile (db6c96d)
  • hall: add enter keydown handler when join room (898986d)
  • prevent weird room id creation (313409a)

1.6.0 (2022-04-17)

Features

Bug Fixes

  • hall: make next link switchable for disable state (#57) (a68e11d)

Improvements

  • switch from formik to react-hook-form (#62) (5ac2d21)
  • types: extend task model for multi task queue (#54) (a03f6fe)

1.5.3 (2022-01-27)

Improvements

  • services: upgrade firebase sdk to v9 modular (#44) (6e80bb6)

1.5.2 (2021-12-25)

Improvements

  • ♻️ revise chakra-ui imports (95bf28e)
  • hall: ♻️ convert anon func and change button onClick to Link (2c670f7)

1.5.1 (2021-08-24)

1.5.0 (2021-08-21)

Features

  • layout: 💄 add theme toggle - dark mode (9e62c14)

1.4.0 (2021-06-14)

Features

  • analytics: add analytics (8603cf7)

1.3.0 (2021-03-21)

Features

  • auth: handle sign out when still in room (5d8e042)
  • room: render emoji with twemoji for consistent emoji (0512c69)

1.2.2 (2021-03-09)

1.2.1 (2021-03-08)

Bug Fixes

1.2.0 (2021-03-07)

Features

  • room: ✨ add hide label options (f4ad23f)

1.1.0 (2021-03-06)

Features

  • auth: ✨ add the ability to update display name (df91b47)
  • room: 💄 grouping points, average, limit participant ability (fb8752d)
  • room: open monkey mouth after select point (712a72c)

Bug Fixes

  • auth: prolong the time to wait currentUser update (8087831)
  • revise _app typing (af10477)

1.0.1 (2021-02-27)

Bug Fixes

  • 🐛 fix app.tsx typing, add auth route (a2e4b4c)

1.0.0 (2021-02-27)

Features

  • room: ✨ integrate room (2d07287)
  • room: ✨ integrate user operation in the room (f1dd8fe)

0.1.4 (2021-02-22)

Features

  • auth: add emailVerified checking (4dcdb3d)
  • auth: hide login with github (b22c417)
  • room: ✨ add controller section (e714305)
  • room: integrate create and join room (9f7a946)

Bug Fixes

  • room: revise checkbox handler (6eb87cc)

0.1.3 (2021-02-20)

Features

  • auth: ✨ add login with Github (d7eba1e)
  • room: 💄 add room and join container (aa37949)

0.1.2 (2021-02-18)

Features

  • auth: ✨ integrate auth login register google (a0017a7)

0.1.1 (2021-02-17)

Features

  • auth: 🚧 integrate route manager (dc7cde7)
  • auth: 💄 add login and register UI (d1b6e94)
  • hall: 🎨 create hall / home page (7d7b852)
  • hall: ✨ add password input (d56a95c)