Releases: Pranav016/serverflow
Releases · Pranav016/serverflow
v4.4.1
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
4.4.0 (2022-05-02)
Features
- add loading spinner component (d970036)
v4.3.0
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
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
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
4.0.1 (2022-04-14)
Bug Fixes
- fix import in InputField test (b3da34e)
v4.0.0
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
3.2.1 (2022-04-08)
Bug Fixes
v3.2.0
3.2.0 (2022-04-07)
Features
- add delete post by author functionality (6f74733)
v3.1.1
3.1.1 (2022-04-05)
Bug Fixes
- fix type in AddPost page, fix Post component structure and styling (c4b42b4)