Skip to content

v1.1.0

Compare
Choose a tag to compare
@sethsandaru sethsandaru released this 20 May 08:38
· 30 commits to main since this release

Release v1.1.0

Live Demo: https://docking-demo.shipsaas.tech/

New Features

Improvements

  • Extracted the Blade templating to another layer called "Templating Services". This would help us to add a new templating easily if we needed to

Minor

  • Fixed the psr/http-message to v1.1 because mPDF doesn't support v2.0. Since both are the same so no breaking changes.

Upgrade Note from v1.0.0 to v1.1.0

  • composer install to install 2 new packages
  • npm run build to rebuild the frontend stuff (introduces mPDF)