All notable changes to Dynamic Dashboard
will be documented in this file
- 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: https://github.com/lara-zeus/dynamic-dashboard/compare/v3.0.1...v3.0.2
- 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: https://github.com/lara-zeus/dynamic-dashboard/compare/v3.0.0...v3.0.1
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
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.1.0...1.1.1
- Customize columns models by @atmonshi in #20
update the config file to include:
'columns' => \LaraZeus\DynamicDashboard\Models\Columns::class,
in the models
array
or republish the config file
php artisan vendor:publish --tag=zeus-dynamic-dashboard-config --force
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.6...1.1.0
- fix migration file name by @atmonshi in #19
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.5...1.0.6
- add some validation for all widgets by @atmonshi in #17
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.4...1.0.5
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #15
- update all dependecies by @atmonshi in #16
- @dependabot made their first contribution in #15
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.3...1.0.4
- tons of updates by @atmonshi in #14
- add new widgets: Forms, Menu, Library, Faq. All from Sky update Docs on how to make a new widget
- fixes for phpstan
- improve UI
- refactor widget class
- add a command to create a custom widget
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.2...1.0.3
- update zeus core by @atmonshi in #13
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.1...1.0.2
- fix primary color 🦩 by @atmonshi in #12
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/1.0.0...1.0.1
- refactor and prepare for stable release by @atmonshi in #11
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.8...1.0.0
- Refactor widgets by @atmonshi in #10
- Update core by @atmonshi in #9
- Imporve UI by @atmonshi in #8
- Add sky widget by @atmonshi in #7
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.7...0.0.8
- Update config by @atmonshi in #4
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.4...0.0.5
- fix image path by @atmonshi in #3
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.3...0.0.4
- fix route name by @atmonshi in #2
Full Changelog: https://github.com/lara-zeus/dynamic-dashboard/compare/0.0.2...0.0.3