v1.1.0
Release v1.1.0
Live Demo: https://docking-demo.shipsaas.tech/
New Features
- mPDF Driver
- Markdown Templating: Read More
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 packagesnpm run build
to rebuild the frontend stuff (introduces mPDF)