- Added the ability to remove a featured image (10b0019)
- Fixed the missing featured image caption translation (c5f26b4)
- Refactored the MediaController into a single action for simplicity (2201769)
- Refactored the
i18n
objects into single translation endpoints throughout the components for better maintainability (0af8873)
- Fixed the query scope for published posts (be072bd)
- Added a
v-cloak
directive to the main editor component (5d81ea4)
- Refactored resource handling from the
register()
to theboot()
method in the service provider (#462)
- Added a PostTags model (0942a5b)
- Added a unit test for precision number formatting (8398356)
- Changed the
laravel/framework
requirement toilluminate/support
(#453, a1306c5, b056182) - Updated Unsplash links to open in new tabs (2fe5658)
- Refactored the
storage_path
configuration to less explicit with images (b0ab792)
- Fixed the removal of all topics and tags from a post (e83930f)
- Updated the favicon to an .ico format (08e8dc6)
- Refactored the float parsing on stat view counts (ea53999)
- Included the post body in the stats index endpoint to not break the read times (111291f)
- Added dynamic pagination to Vue component filtered lists (ec087a4)
- Removed unnecessary eager loading from the post index route (09d01c6)
- Added unit tests for the ViewThrottle middleware (087832e)
- Refactored the ViewThrottle middleware to prune posts from the session instead of simply filtering (087832e)
- Minor branding updates (6321678)
- Updated the
Model::all()
usages to reduce the query sizes (6655ecb, 0df1ba5) - Refactored model attributes to use snake case (d2f4784)
- Updated the Font Awesome library to 5.8 (47af5b8)
- Updated the dark mode contrast ratios for increased readability (a718b1b)
- Added unit tests for the StoreViewData listener (2e3aeb5)
- Added unit tests for the Publish command (637dd3f)
- Fixed the missing validation messages on Topics/Tags (4d4231b)
- Added a dark mode (e3723ac)
- Fixed a plurality bug in the line chart components (dc366f1)
- Fixed the percentage calculations with popular reading time stats (6222eb)
- Refactored the test suite to be more concise and accurate (573b6e8)
- Refactored the migrations into a root
database
directory (573b6e8) - Updated the
.gitignore
(a83978b)
- Added unit tests for the number suffix helper (61d5b15)