Releases: amirfakhrullah/bloqdown
Releases · amirfakhrullah/bloqdown
v1.0
What's Changed
- #87 - font title by @amirfakhrullah in #88
- Dev by @amirfakhrullah in #90
- Dev by @amirfakhrullah in #91
- github by @amirfakhrullah in #92
- hotfix: fonts and links by @amirfakhrullah in #93
Full Changelog: v0.3.0...v1.0
Release v0.3.0
What's changed
@tailwindcss/typography (Issus #84)
markdown
content will be rendered with@tailwindcss/typography
styling- @tailwindcss/typography
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
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
Release v0.1.7
Release v0.1.6
Features
Loaders (Issues - #31, #32)
- Tags skeleton loaders - cfde733 8fe2c48
- Loader bounce effect - 043e942
- PostCard skeleton loader - 8ef7145
- PostButton skeleton loader - 650dbf2
- My Posts page skeleton loader - 0566670
- /posts/:id page skeleton loader - 85bae3b
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
- Header's height to be fixed #25 - 8d66253
- Logo to be smaller on mobile - a3c9ebc
- Change subheader background color - a3c9ebc
- Mobile tabs background color - a782157 1137dff
- fix IOS default input styles - d644570
- preview markdown with min-height - 73b4948
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
Rebrand
- The name of the app is now BloqDown
- New website URL: bloqdown.fakhrullah.com
- Source Code: github.com/amirfakhrullah/BloqDown
- Logo and icon for BloqDown added
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
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
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