Releases: hexidedigital/hexide-admin-panel
Releases · hexidedigital/hexide-admin-panel
v2.6.0
What's Changed
- 2.x by @Oleksandr-Moik in #1
- 2.x by @Oleksandr-Moik in #2
New Contributors
- @Oleksandr-Moik made their first contribution in #1
Full Changelog: v2.5.2...v2.6.0
v2.5.0
Main:
- added blade directives -
admin
,isRole($roleId)
- changed method to check access to method and action
- added helper function to detect module name from model object
- updated tabslation table for using collection, filters and search
- added filtes for tanslation table only for super-admin
Other:
- added ability to manage url prefix for admin routes
- chaned displaying style for permissions on role form
- added user profile routes in admin panel
Full Changelog: v2.2.0...v2.5.0
v2.2.0
- changet tanslations views
- added translation liviwire table
- registered new command -
hd-admin:create:env
- added base columns for tables like - Id, Position, Status and actions
Full Changelog: v2.1.2...v2.2.0
v2.1.2
Added assets for npm
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Most important:
- New module declaretion in conrollers
- Fully change and overided backaend controller
- Changed namespace for all resources from
hexide_admin::
onhexide-admin::
- Changed methods for creating permission from migration files
- Added authorizing by laravel policy methods
- Removed some traits for services and controllers
- New route match for ajax-fields
New behavior and improvements:
- Added views for base modules -
Roles
,Premissions
,Users
,Translations
,AdminConfigurations
- Changed command for creating module view - now not be created views
index
,edit
andshow
- the are have default on views and you can override for specific module or for all - Added new admin configurations with new logic and model structure
- Fully integrated and included file-uploader and admin-configurations packages
- Added command and options for deployment
- Removed from out-side, specific project, package locale files -
api_labels
,admin_labels
,site_labels
andmodels
Other new features and changes
- Added resourece assets - js, alpinejs, images and styles
- Added and changed translations for messages and buttons
- Added nextAction buttons for forms
- Changed migration class by anonymous classes
- Fixed loading AlpineJs early then LiveWire
- Added ajax inputs
Full Changelog: v1.0.2.3...v2.1.1
v2.0.1
update index.blade.php files
fix displaying image in table component
v1.0.2.3 fix generating stub for livewire table
Correct indents for stubs
v1.0.2.2 added indents for stubs
Add `next action` trait and some updates
- next action trait
- modified controllers for next action trait
- added untracked file for livewire table
Change commands name space
- changed commands namespace on
hd-admin
- added generating livewire table component for module command
- fixed generating controller from stub