Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 11:40
· 41 commits to master since this release

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