Skip to content

Releases: Pranav016/serverflow

v4.4.1

06 May 08:18
Compare
Choose a tag to compare

4.4.1 (2022-05-06)

Bug Fixes

  • fix conditional rendering of para in dashboard (4b54bf3)
  • fix post-content preview overflowing (5360e1a)

v4.4.0

02 May 01:35
Compare
Choose a tag to compare

4.4.0 (2022-05-02)

Features

  • add loading spinner component (d970036)

v4.3.0

30 Apr 10:38
Compare
Choose a tag to compare

4.3.0 (2022-04-30)

Bug Fixes

  • fix Read more link for posts on dashboard (69939f4)

Features

  • make solutions text field to be multiline (910a30a)

v4.2.0

18 Apr 07:25
Compare
Choose a tag to compare

4.2.0 (2022-04-18)

Bug Fixes

  • add missing code for zipping build dir (b9f9e05)

Features

  • add getComments and updateComments functionalities, update AppContext interface, add types (b9a4078)
  • add sweetAlert input box for updated comment content (042aab2)
  • add updateComment button to singleComment component (ce6ffaf)
  • functionality to render markdown inside comment (f193cf7)

v4.1.0

16 Apr 11:31
Compare
Choose a tag to compare

4.1.0 (2022-04-16)

Features

  • add a Tabs Bar component (aff0e52)
  • add functionality to render markdown content, preview feature added (33deedd)
  • add reset-password link to user dashboard, update post input to text-area (33e5c8f)
  • allow support for markdown, add markdown preview and tabs bar to Postform component (5740450)

v4.0.1

14 Apr 11:48
Compare
Choose a tag to compare

4.0.1 (2022-04-14)

Bug Fixes

  • fix import in InputField test (b3da34e)

v4.0.0

14 Apr 11:40
Compare
Choose a tag to compare

4.0.0 (2022-04-14)

Bug Fixes

  • update PostForm to dynamically update tags and fix rendering bugs (1cb85c5)

Features

  • add functionality to allow author to delete comments/solutions (bc566b4)
  • add functionality to sort comments by votes (34e5abc)
  • add functionality to vote on comments, restructure adding comments (894d9df)
  • add realtime updation to comments, map new comments data for SingleComment component (9f87872)
  • add specific post function and refactor updatePost func (7623a01)
  • finish update-post functionality, add updatePost route and new page, add postForm to addPost (01c30ae)

Performance Improvements

  • improve firebase post database functionalities for performance benefits and optimization (1fc8f04)

BREAKING CHANGES

  • finish update-post functionality, add updatePost route and new page, add postForm
    to addPost

v3.2.1

08 Apr 00:22
Compare
Choose a tag to compare

3.2.1 (2022-04-08)

Bug Fixes

v3.2.0

07 Apr 13:26
a564774
Compare
Choose a tag to compare

3.2.0 (2022-04-07)

Features

  • add delete post by author functionality (6f74733)

v3.1.1

05 Apr 13:47
Compare
Choose a tag to compare

3.1.1 (2022-04-05)

Bug Fixes

  • fix type in AddPost page, fix Post component structure and styling (c4b42b4)