Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Releases: zoonk/social

v0.5.5

26 May 13:45
Compare
Choose a tag to compare

Bug fixes

v0.5.4

23 May 19:05
Compare
Choose a tag to compare

Features

  • Allow users to add social media links to their profiles (af44c2d)

Enhancements

  • Redirect users to the previous page after login (abe8613)

Bug fixes

  • Fix overflow caused by links not breaking (8a51d45)
  • Fix overflow caused by topics not breaking (96800c2)

v0.5.3

17 May 03:28
Compare
Choose a tag to compare

Enhancements

  • Change how posts are displayed (b8cfba7)

v0.5.2

14 May 15:58
Compare
Choose a tag to compare

Enhancements

  • Change how pinned posts are displayed (7fbb7b0)
  • Automatically include the group topic when adding a group post (dce7b54)
  • Display group link to post breadcrumb when adding an item (aee9ddc)

Maintainance

  • Remove deprecated "about" page (e413ede)
  • Update the contributing guide (c4a63d4)
  • Revert using firestore/memory (609420c)

v0.5.1

14 May 13:29
Compare
Choose a tag to compare

Enhancements

  • Automatically add the topicId when creating a post group (3a8dd74)

Bug fixes

  • Fix bug where editing a group post would remove it from the pinned list (8b6fe2b)
  • Fix badly formatted description on post list (189bc12)
  • Fix topic search not displaying relevant results (adc9a4d)

Maintainance

v0.5.0

14 May 05:08
Compare
Choose a tag to compare

Features

Changes

  • Allow authors to delete chapters (9603722)

Enhancements

  • Rename "lições" as "aulas" for pt-BR translation (f064ff7)

Bug fixes

  • Display lessons when filtering by posts (adec503)
  • Fix conversion of markdown to plain text when there are multiple lines (cee6b19)
  • Fix chapter data on posts collection (1d52fb7)
  • Fix XP for likes (ba48726)

Maintainance

  • Remove unnecessary functions calling the user profile (35fb120)
  • Remove unused chapterId from listPosts (266f01b)
  • Remove unused indexes (11c5996)
  • Update dependencies (be114ae)
  • Update backend dependencies (b8bd289)
  • Update next.js (0279b2e)

Breaking changes

  • Change the relationship between posts and chapters (a1eb9d8)

v0.4.21

28 Apr 03:03
Compare
Choose a tag to compare

Enhancements

  • Update line-height for post title (7bbe6c1)
  • Keep post title consistent on post view and preview (d6ef47f)

Bug fixes

  • Prevent reference previous data from being removed when editing an item (e5d9abc)
  • Fix filter on posts list (bf23896)
  • Strip badly formatted markdown links (f790ee4)

v0.4.20

27 Apr 22:13
Compare
Choose a tag to compare

Enhancements

  • Change paragraph margin on post view (cd4c95e)
  • Change title size (09d29c4)
  • Allow formatting on chapter description (3dcaf12)
  • Increase chapter description limit (564f024)

v0.4.19

27 Apr 17:51
Compare
Choose a tag to compare

Enhancements

  • Move video to above references on post view (86f0493)
  • Reduce spacing on post cars (#10, 73e79e1)
  • Remove www from domain name on post list (96ded5f)

Bug fixes

  • Fix missing "previous lesson" button (#11, 4f00db1)
  • Fix link metadata being called multiple times when creating a post (9964b94)

v0.4.18

25 Apr 16:42
Compare
Choose a tag to compare

Features

  • Add stats to the admin page (c350151)

Enhancements

  • Add "share post" form to the topic page (cdf009c)
  • Change how posts are displayed (2e321be)

Bug fixes

  • Fix issue preventing a proper load of post cover on lists (41e4b98)

Changes