Skip to content

Releases: amirfakhrullah/bloqdown

v1.0

20 Oct 08:52
ca79424
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v1.0

Release v0.3.0

22 Jun 16:59
264efbd
Compare
Choose a tag to compare

What's changed

@tailwindcss/typography (Issus #84)

Mobile View Upgrade (Issue #73)

  • Menu on header for mobile view
  • Menu to open popup displaying left and right panels
  • Since left and right panels are hidden on mobile view, now they can access those panels by clicking the menu tab in header

UI Change

  • Popular tab as default in homepage d8196f4

Optimization

  • /posts/[id] - getServerSideProps to interact with db for updating views only b588f75

Refactoring (Issue #72)

  • Files structure
  • Refactor codes by creating separate components

Fixes

  • Filter by tags bug (Issue #79)

Release v0.2.0

21 Jun 08:35
c5e761f
Compare
Choose a tag to compare

New Features

GitHub Live Repo Stats (Issue #60)

  • Live repository data fetched from GitHub API
  • Displayed on the right sidebar

Post Views (Issue #59)

  • /posts/[id] - getServerSideProps will pre-update number of views before render
  • update sortByPopularity function to be based on number of likes, comments and views

Fixes

  • UI fixes for likes, comments and views in PostCard component
  • UI fixes for sub-content for /posts/[id] especially for mobile view

Release v0.1.8

20 Jun 08:34
9e89048
Compare
Choose a tag to compare

What's changed

SSR

Issue #54 - use getServerSideProps in /posts/[id] to pre-check if the post exist, if doesn't exist, redirect to 404 right away before render in the browser

Code Readibility

Issue #56 - add function comments and necessary params comments for code readibility

Release v0.1.7

19 Jun 12:28
f02c3ea
Compare
Choose a tag to compare

New Features

  • Redirect to post page right after creating it. This will allow user to edit or add tags for the post right away #43
  • Post owner authority - Post owners can delete any comments under the post #44
  • updated (date) to be displayed for edited posts - #46

Fixes

UI

  • Markdown h1 tag to have a smaller font on mobile #48
  • PostForm tab UI fixes #50
  • PostCard date updated #51

Release v0.1.6

18 Jun 17:02
Compare
Choose a tag to compare

Features

Loaders (Issues - #31, #32)

Tags Search

Search Input for users to easily find tags in Filter by Tags section - d83526c

Optimization

Memoize filteredPosts data using useMemo - 4b25753

Fixes

UI

Error Handling #23

  • tRPC- Return proper error message if tag added already exist - fb1e3ed
  • Next.js - Render error message - ccec516

Validation

Max tags for a post to be only 5 - 5d8dc33

Release v0.1.5

16 Jun 10:14
78c5a53
Compare
Choose a tag to compare

Rebrand

License

License used for this project is BSD 3-Clause License

Open Source

This project is now an open-source project. Anyone's interested to contribute, please refer:

New Feature

Markdown Preview

Users can now view the post content's output in markdown preview before posting

Release v0.1.4

15 Jun 10:16
Compare
Choose a tag to compare

New Features:

Post Tags Feature

  • Users allow to add tags to their post (maximum 5)
  • At homepage, users can filter posts by tags

UI

  • Sidebars for easy navigation
  • Can find posts based on latest and popularity
  • About Section: Users can know more about Polley app (New features, Markdown guides, etc)
  • Author Section: Users can know more about the author of the app (aka. me)
  • Upgrade footer

Search

  • Users can use the search bar to find posts

Release v0.1.3

14 Jun 15:11
Compare
Choose a tag to compare

Polley: Markdown Forum/Blog site v0.1.3

Features:

  • Users can perform any activity in the site as anonymous or as GitHub user (login via Next-Auth)
  • Users can delete or edit own posts
  • Users can only delete own comments
  • Users can like any posts they want