Skip to content

Latest commit

 

History

History
419 lines (209 loc) · 17.8 KB

CHANGELOG.md

File metadata and controls

419 lines (209 loc) · 17.8 KB

1.24.5 (2023-01-28)

Bug Fixes

  • correct working directory (db5bf43)

1.24.4 (2022-08-21)

Bug Fixes

  • cache resolver hit check (f498078)

Performance Improvements

  • cache user name resolution by id (d7eeb60)

1.24.3 (2022-06-10)

Bug Fixes

  • Login: margin of button and link (1d4147d)

1.24.2 (2022-06-09)

Bug Fixes

  • set post per page to 20 in prod (3fb3fdd)

1.24.1 (2022-06-09)

Bug Fixes

  • fetching docs by parent ID null (56949b9)

1.24.0 (2022-06-09)

Features

1.23.1 (2022-06-09)

Bug Fixes

1.23.0 (2022-06-09)

Features

  • add forgot password feature (dc716e5)

1.22.0 (2022-06-09)

Bug Fixes

  • Posts: invert order when displaying comments (f359b62)

Features

  • handle better state mutations for comments (bfa80ae)
  • handle comments in posts (287a62e)
  • handle route change in dashboard (2be4ee0)
  • Posts: create comments for posts (1144d70)

1.21.0 (2022-06-07)

Features

  • Register: add loading spinner (322e002)

1.20.2 (2022-06-07)

Bug Fixes

  • loading theme button in light mode (6779a4a)

1.20.1 (2022-06-07)

Bug Fixes

  • About: improve styling and content (9e76001)
  • styling in login and register (0f1c0df)

1.20.0 (2022-06-07)

Bug Fixes

  • parse correct boolean for verification (b36e5a2)
  • parse correct boolean for verification (df0ded5)
  • users: handle empty user base (6dd73e4)

Features

  • Register: implement email verification on register (1c7e8f8)

1.19.0 (2022-06-06)

Bug Fixes

  • correctly check for username and email collission (4faabf8)
  • Register: email collission (6bc23e3)
  • work with user list correctly (c1233f1)

Features

  • Register: check username and email before creating user (9a6ef74)
  • users: add user module (194bc78)

1.18.2 (2022-06-06)

Bug Fixes

  • default likes to empty list (95b9d7f)

1.18.1 (2022-06-06)

Bug Fixes

  • Readme: use correct markup for title (88f5284)

1.18.0 (2022-06-06)

Features

  • add loading status for likes (627c8c5)

1.17.1 (2022-06-06)

Bug Fixes

1.17.0 (2022-06-06)

Features

  • add likes for posts (b511117)
  • Posts: add like feature for posts (b761f29)

1.16.0 (2022-06-06)

Bug Fixes

Features

  • Input: show warning of input length (2138002)

1.15.0 (2022-06-06)

Bug Fixes

  • Input: clear input on error (3eb8b71)

Features

  • set a maximum message length in controller (c3843cd)

1.14.0 (2022-06-05)

Features

  • Input: show fluus left today (c534522)

1.13.0 (2022-06-05)

Bug Fixes

  • logged in state (873336c)
  • logged in state transition between pages (5d1d475)
  • Register: center submit button (9a493f0)

Features

1.12.2 (2022-06-04)

Bug Fixes

  • prevent duplicate posts (a51456f)

1.12.1 (2022-06-04)

Bug Fixes

1.12.0 (2022-06-04)

Features

1.11.0 (2022-06-04)

Features

  • set limit to posts per day (b86f80b)

1.10.1 (2022-06-03)

Bug Fixes

  • redirect to /login if not logged in (0f64367)

1.10.0 (2022-06-01)

Features

  • Posts: improve loading state (5e3ab61)
  • return doc id in payload (bd34266)

1.9.2 (2022-06-01)

Bug Fixes

1.9.1 (2022-06-01)

Bug Fixes

  • correctly parse user props in backend (1756da5)
  • parsing user data (2b04784)

1.9.0 (2022-06-01)

Features

  • Posts: add loading state (fb9d480)
  • resolve author name by user ID (1f72db7)

1.8.0 (2022-06-01)

Features

  • Login: add theme toggle button (93dd997)
  • paginate posts (3449fbc)
  • Posts: added pagination controls (cd30ea4)

1.7.0 (2022-05-31)

Bug Fixes

  • linting (47434d3)
  • Register: redirect to dashboard after registering (ea3868a)
  • UserMenu: menu opening after login (4358969)
  • warnings in tests (d91b30e)

Features

1.6.1 (2022-05-30)

Bug Fixes

  • Register: use new API for registering (e3ad4c6)
  • remove updateProfile calling (656e629)

1.6.0 (2022-05-30)

Bug Fixes

Features

  • show date next to posts (b3ea572)
  • submit on enter and click (b8d70d0)

1.5.1 (2022-05-27)

Bug Fixes

  • live function not working (f265355)

1.5.0 (2022-05-27)

Bug Fixes

  • auth with emulator (545d473)
  • Dashboard: form submission (c53dd1c)
  • Dashboard: use correct name for component method (1ceb1cb)
  • display posts (309ca4e)

Features

  • allow submitting message by pressing enter (bd659d8)
  • store author in documents (2b8c14e)

1.4.0 (2022-05-26)

Bug Fixes

  • avoid running replace on undefined (6757797)
  • avoid using updated hook (c3f74b4)
  • call /posts with access token (b1b9d00)
  • cwd path with yarn (a4a2187)
  • e2e tests breaking (f0e04d7)
  • linting (672fd69)
  • linting (e818c4c)
  • loading env variables for credentials (d675530)
  • no need to default private key (8d26d41)
  • redirect to dashboard after registration (169444c)
  • show submit button (c48e523)
  • use action to fix node version (fd5b54c)
  • use correct env variable file (765aee7)

Features

  • add env variables to frontend app (f264e29)
  • Dashboard: add input value to enter a message (9a27589)
  • display messages in dashboard (28af781)
  • fetch posts after fetching user (f2fcf8f)

1.3.0 (2022-05-24)

Bug Fixes

Features

  • add guards for posts service (4fa3ddf)
  • add vue to firebase hosting (f6143ca)
  • added vue and login with firebase (c9183a5)

1.2.0 (2022-05-23)

Features

1.1.0 (2022-05-23)

Bug Fixes

  • always load firebase login container (0e5eab2)
  • handle login flow (2a44744)
  • set loggedIn flag to false after logout (0cb7041)

Features

1.0.1 (2022-05-23)

Bug Fixes

  • added semantic release plugins (fcc30b4)
  • try using different action to deploy functions (489cc79)