Releases: lara-zeus/dynamic-dashboard
Releases · lara-zeus/dynamic-dashboard
v3.0.2
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #36
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #37
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #39
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #40
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #41
- Update HeadingWidget.blade.php by @atmonshi in #42
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #34
- fix UI and the usage of plugin config in FE by @atmonshi in #35
Full Changelog: v3.0.0...v3.0.1
v3.0.0
changing the package name and new features
to upgrade to v3, the name and the name space changed from Rain
to DynamicDashboard
1- so first publish the config:
php artisna vendor:publish --tag=zeus-dynamic-dashboard-config
this will crate the new config file zeus-dynamic-dashboard.php
, and you can move your configuration from the old file zeus-rain
2- change the call in the plugins
array in your panel provider
DynamicDashboardPlugin::make()
3- run the update script, since the namespace has changed, you need to run this command in the production to update the class names
make sure to backup your database
php artisan dynamic-dashboard:update-class
this will change LaraZeus\Rain
to LaraZeus\DynamicDashboard
v2.1.4
v2.1.3
v2.1.2
What's Changed
- Update FormsWidget.blade.php by @atmonshi in #31
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #30
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
⚠️ ⚠️ the configuration for models has been changed to:
->rainModels([
'Layout' => \LaraZeus\Rain\Models\Layout::class,
'Columns' => \LaraZeus\Rain\Models\Columns::class
])
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #27
- refactor configuration model by @atmonshi in #28
Full Changelog: v2.0.4...v2.1.0