All notable changes to laravel-themer
will be documented in this file.
- Add build directory in
vite.config.js
. - Add theme path in
tailwind.config.js
content configuration.
- Vue ViteJs plugin upgrade
- Add Vite support
- Drop support for Laravel mix
- Drop support for Laravel v7.0, v8.0
- Update installation setup in README.md file
- Laravel 9.0 support
- Tailwind package update
- Tailwind and Bootstrap stubs modified
- Tailwind package update
- Drop support for Laravel version 5.8 and 6.x
- .php_cs.dist rename to .php-cs-fixer.dist.php
- Bug fix theme solution provider
- Video links updated in the
ThemeSolutionProvider
Theme::getViewPaths();
method added- Bug fix on register theme service provider
- Validate Vue version, if a specific Vue version is installed then cannot generate a theme for other Vue version.
- Added Vue 3 Preset
- Refactor code for preset export
- Add
babelConfig
inwebpack.mix.js
forpreset-react
for Mix version 5.x - Load
tailwind.config.js
from theme directory
- Refactoring
AuthScaffolding
trait ThemeBasePathNotDefined
exception
- output message on theme command
- Documentation link update
- theme middleware to set active theme
- code refactoring
- initial release