Skip to content

Releases: Kerosz/reddit-client

Release v0.30.0-beta1

30 Dec 15:22
Compare
Choose a tag to compare

The goals for 0.30 release cycle was to focus on new feature as well as performance, accessibility and quality of life improvements for both development and end users

Release Notes

For the entire commit history, please look at the 0.30 release

The prioritized roadmap of features that are being worked can be found in MVP roadmap, if you would like to check a full list of whats being worked on see the Backlog

Highlights from 0.30 release

General

  • Rework of search bar component and added search functionality
  • Rework of header options menu
  • Introduced bottom navigation for smaller devices
  • Added a 404 page
  • Added skeletons for subreddits page
  • Various styling tweeks

Bug Fixes

  • Fixed an issue where the app won't make any requests on certain browsers with strict privacy options
  • Fixed an issue where the links in breadcrumbs post won't work
  • Fixed an issue with the breadcrumbs breaking on smaller devices
  • Fixed an issue where the share buttons for both post and comment cards won't have the right link path

Known bugs

  • There is an issue with the grid from the subreddits page not having a fluid height

Release v0.20.0-alpha2

26 Dec 17:53
Compare
Choose a tag to compare

The goals for 0.20 release cycle was to focus on stability, performance, accessibility and quality of life improvements for both development and end users

Release Notes

For the entire commit history, please look at the 0.20 release

The prioritized roadmap of features that are being worked can be found in MVP roadmap, if you would like to check a full list of whats being worked on see the Backlog

Highlights from 0.20 release

General

  • Rework of the fetching logic
  • Rework of the sidebar component
  • Rework of the routing and changed the approach to hash routing
  • Theme mode improvements
  • Improved media processing in the card component
  • Adjusted layout spacing for a clean user experience
  • Large sums of accessibility issues fixed
  • Added markdown formatting for post description
  • Added multiple loading skeletons to enhance user experience
  • Added lazy loading for a performance increase

Bug Fixes

  • Fixed an issue where the post images won't have the right resolution
  • Fixed an issue where post content will overflow it's container
  • Fixed an issue where the theme won't save across refreshes
  • Fixed an issue with the router where it will preserve the scroll position on route change and have the user to scroll back up

Known bugs

  • Subreddit link in breadcrumbs doesn't redirect to that particular subreddit
  • Breadcrumbs display break on small viewports
  • There is an issue with the grid from the subreddits page not having a fluid height
  • Share button doesn't have the correct link in the post card component
  • Share button doesn't work in the comment card component

Release v0.10.0-alpha1

21 Dec 15:28
Compare
Choose a tag to compare

The goals for 0.10 release cycle was to focus on getting a build ready for initial development testing along with having an initial demo application for wide testing.

Release Notes

For the entire commit history, please look at the 0.10 release along with some issues closed on the MVP release. Below are just a few of the bullet items from this release.

The goals for 0.10 release cycle was to focus on getting a build ready for initial development testing along with having an initial demo application for wide testing. Initial application structure along with the general UI implementation were a big part of work done for this particular release.

The prioritized roadmap of features that are being worked can be found in MVP release

Highlights from 0.10 release

General

  • Implementation of the layout including header, main and footer content
  • First version of sidebar was added
  • Initial pages for posts, subreddits, users were introduced
  • Implementation of the Dark Mode UI
  • Card component for different content type
  • Initial search component
  • User avatar component

Bug Fixes

  • Fixed an issue with the search bar not adapting to the theme UI
  • Fixed an issue with the routes not fetching the right data and overlapping paths
  • Fixed on issue with the post image overflowing it's container and covering parts of the content
  • Fixed various styling issues
  • Addressed some issues regarding accessibility

Known bugs

  • Breadcrumbs display break on small viewports
  • There is an issue with some posts that overflow their containers over the forced width viewport
  • There is an issue with the content not being formatted in the right manner
  • There is an issue with the post image cover not being displayed with the right resolution
  • There is an issue with the grid from the subreddits page not having a fluid height