Skip to content

Latest commit

 

History

History
222 lines (97 loc) · 8.61 KB

CHANGELOG.md

File metadata and controls

222 lines (97 loc) · 8.61 KB

1.29.0 (2023-12-30)

Features

  • motion: style the landing page with features and web motion (8b5801b)

1.28.0 (2023-12-28)

Features

  • gsap: style features of byteping using gsap & split text js (ad75f70)

1.27.0 (2023-12-23)

Features

  • accessibility: add keyboard and speech helpers on sign in and up (cdae7bb)

1.26.0 (2023-12-09)

Features

  • signup: complete e2e cypress test for sign up workflow (ff7b87b)

1.25.0 (2023-11-22)

Features

  • audio: add sound for dark mode switch and re-format date util (fe40e46)

1.24.0 (2023-11-17)

Features

  • date: add last message and date info in user chat tab (e8c1816)

1.23.0 (2023-11-15)

Features

  • date: add message date and scroll to contact list (a2df5fd)

1.22.0 (2023-11-15)

Features

  • time: add time of messages and fix typing indicator ui shaking (7a4eeb2)

1.21.0 (2023-11-14)

Features

  • style: fix profile icons and make js to ts (49b8125)

1.20.0 (2023-11-12)

Features

  • route: add global state for notification and fix chats route (4e54aca)

1.19.0 (2023-11-10)

Features

  • socket: add websocket connection for sending and fetching messages (a404ca4)

1.18.0 (2023-11-07)

Features

  • socket: create socket.io connection b/w server for real time chat (c755a97)

1.17.0 (2023-11-01)

Features

  • chat: create ui for sender and user messages in scroll window (cef94e9)

1.16.0 (2023-10-30)

Features

  • message: create ui for messages based on sender (3020c36)

1.15.0 (2023-10-29)

Features

  • message: create selected chat ui and utils for fetching and sending messages (5fe78d6)

1.14.0 (2023-10-24)

Features

  • group: create group update modal and functionalities (757a473)

1.13.0 (2023-10-23)

Features

  • chat: create chat window based on selected user (9c96fed)

1.12.0 (2023-10-22)

Features

  • group: create group chat modal and submit handler for group creation (bd1180b)

1.11.0 (2023-10-21)

Features

  • group: create modal for group creation and fetch all chats (72362ee)

1.10.0 (2023-10-20)

Features

  • window: create chat and selected chat window based on selected user (7ecb4ae)

1.9.0 (2023-10-19)

Features

  • search: add search for users functionality in side drawer (2b497cc)

1.8.0 (2023-10-18)

Features

  • search: create profile modal and side drawer for user search (697468c)

1.7.0 (2023-10-17)

Features

  • nav: create profile modal component and notification dropdown (0c28616)

1.6.0 (2023-10-16)

Features

  • ui: create dark & light mode theme state across app (a9d39a9)

1.5.0 (2023-10-15)

Features

  • ui: create ui for dark mode and notifications (f71c3be)

1.4.0 (2023-10-14)

Features

  • ui: build ui for navbar and chat window (c325d5d)

1.3.0 (2023-10-12)

Features

  • ui: setup figma font colors and styled global components (fb57908)

1.2.0 (2023-10-10)

Features

  • font: setup global font for the app (675f2cb)

1.1.0 (2023-10-09)

Features

  • style: create custom flex container using styled components (aaf0690)

1.0.0 (2023-10-08)

Bug Fixes

  • login: fix login not throwing error for incorrect password (fcebc14)
  • yaml: fix yaml format in releaserc file (9e95913)

Features

  • cloudinary: setup cloudinary integration for image upload (ee6e201)
  • style: setup styled components and initial chat page layout (16ced44)
  • tanstack: use tanstack react query for optimal data fetching (3e21cac)

Performance Improvements

  • tanstack: refactor post request to tanstack mutation query for optimizing (690bdac)