Skip to content

Releases: jkklapp/wsne

v1.9.1

01 Jun 16:01
Compare
Choose a tag to compare

1.9.1 (2022-06-01)

Bug Fixes

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

v1.9.0

01 Jun 15:40
Compare
Choose a tag to compare

1.9.0 (2022-06-01)

Features

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

v1.8.0

01 Jun 12:19
Compare
Choose a tag to compare

1.8.0 (2022-06-01)

Features

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

v1.7.0

31 May 16:57
Compare
Choose a tag to compare

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

v1.6.1

30 May 18:26
Compare
Choose a tag to compare

1.6.1 (2022-05-30)

Bug Fixes

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

v1.6.0

30 May 16:44
Compare
Choose a tag to compare

1.6.0 (2022-05-30)

Bug Fixes

Features

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

v1.5.1

27 May 17:31
Compare
Choose a tag to compare

1.5.1 (2022-05-27)

Bug Fixes

  • live function not working (f265355)

v1.5.0

27 May 16:37
Compare
Choose a tag to compare

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)

v1.4.0

26 May 19:20
Compare
Choose a tag to compare

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)

v1.3.0

24 May 16:55
Compare
Choose a tag to compare

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)