Skip to content

Latest commit

 

History

History
145 lines (94 loc) · 8.55 KB

changelog.md

File metadata and controls

145 lines (94 loc) · 8.55 KB

Release Notes

Changed

  • Refactored the blade templates 2d37762
  • Updated the default template dependencies 8136282

Changed

Added

  • Added the ability to remove a featured image (10b0019)

Fixed

  • Fixed the missing featured image caption translation (c5f26b4)

Changed

  • 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

  • Fixed the query scope for published posts (be072bd)

Added

  • Added multilingual support for French, Portuguese and Chinese (Simplified) (#447, f622b1e)

Changed

  • Added a v-cloak directive to the main editor component (5d81ea4)

Changed

  • Refactored resource handling from the register() to the boot() method in the service provider (#462)

Added

Fixed

Added

  • Added a unit test for precision number formatting (8398356)

Changed

  • Changed the laravel/framework requirement to illuminate/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

  • Fixed the removal of all topics and tags from a post (e83930f)

Changed

  • Updated the favicon to an .ico format (08e8dc6)

Changed

  • Refactored the float parsing on stat view counts (ea53999)

Fixed

  • Included the post body in the stats index endpoint to not break the read times (111291f)

Added

  • Added dynamic pagination to Vue component filtered lists (ec087a4)

Changed

  • Removed unnecessary eager loading from the post index route (09d01c6)

Added

  • Added unit tests for the ViewThrottle middleware (087832e)

Fixed

  • Refactored the ViewThrottle middleware to prune posts from the session instead of simply filtering (087832e)

Changed

Changed

Changed

  • 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

  • Added unit tests for the StoreViewData listener (2e3aeb5)
  • Added unit tests for the Publish command (637dd3f)

Fixed

  • Fixed the missing validation messages on Topics/Tags (4d4231b)

Added

Fixed

  • Fixed a plurality bug in the line chart components (dc366f1)
  • Fixed the percentage calculations with popular reading time stats (6222eb)

Changed

  • 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

  • Added unit tests for the number suffix helper (61d5b15)