Skip to content

Releases: hexidedigital/hexide-admin-panel

v2.6.0

23 Feb 07:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.6.0

v2.5.0

27 Jan 03:40
Compare
Choose a tag to compare

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

24 Jan 19:19
Compare
Choose a tag to compare
  • 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

23 Jan 11:19
Compare
Choose a tag to compare

Added assets for npm

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 Jan 21:17
Compare
Choose a tag to compare

Most important:

  • New module declaretion in conrollers
  • Fully change and overided backaend controller
  • Changed namespace for all resources from hexide_admin:: on hexide-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 and show - 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 and models

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

09 Jan 23:38
Compare
Choose a tag to compare
update index.blade.php files

fix displaying image in table component

18 Nov 15:55
Compare
Choose a tag to compare
v1.0.2.3

fix generating stub for livewire table

Correct indents for stubs

16 Nov 17:05
Compare
Choose a tag to compare
v1.0.2.2

added indents for stubs

Add `next action` trait and some updates

16 Nov 14:36
Compare
Choose a tag to compare
  • next action trait
  • modified controllers for next action trait
  • added untracked file for livewire table

Change commands name space

16 Nov 11:37
Compare
Choose a tag to compare
  • changed commands namespace on hd-admin
  • added generating livewire table component for module command
  • fixed generating controller from stub