Skip to content

Releases: LaravelRUS/SleepingOwlAdmin

4.8.35-beta: Add new methods to FormElement class

23 Feb 00:51
Compare
Choose a tag to compare
  • Add new methods to FormElement class
$formElement->required('Please inser First name');

// or

$formElement->addValidationMessage('required', ''Please inser First name');

// or

$formElement->setValidationMessages([
    'required', ''Please inser First name'
    'unique', ''First name exists!'
]);
  • Fix datetimepicker
  • Fix multiselect form input name

4.7.33-beta

22 Feb 23:28
Compare
Choose a tag to compare
  • Add feature to change text form buttons
$form->setSaveButtonText('Save contact');
$form->setCancelButtonText('Cancel edit');
$form->setSaveAndCloseButtonText('Save and Close');

$form->hideCancelButton();
$form->hideSaveAndCloseButton();
  • Add title_mini config key to set header title with minimized sidebar
  • Fix sidebar minimization
  • Fix form input text color

4.5.30-beta

22 Feb 16:41
Compare
Choose a tag to compare
Add panel form columns support

4.5.26-beta

22 Feb 15:13
Compare
Choose a tag to compare

4.5.25-beta

22 Feb 15:02
Compare
Choose a tag to compare
  • Change admin theme to AdminLTE
  • Rearrange files structure
  • Fix php7 support

4.4.23-beta: Fix navigation html code

21 Feb 22:54
Compare
Choose a tag to compare
  • Add @Yled sections sidebar.top, sidebar.bottom, sodebar.ul.top, sidebar.ul.bottom to inject custom html code to sidebar
  • Add bower component "startbootstrap-sb-admin-2" and remove from common.less sb-admin styles
  • Fix navigation html code

4.3.21-beta: Fix datatables css

21 Feb 22:02
Compare
Choose a tag to compare
  • Add DisplayTable pagination
    AdminDisplay::table()->paginate(10)->....
  • Add navbar nav with @yield sections navbar and navbar.right
    use view composer to inject data
view()->composer(AdminTemplate::getTemplateViewPath('_partials.header'), function($view) {
    $view->getFactory()->inject(
        'navbar.right', view('auth.partials.navbar')
    );
});
  • Add css table colors .table-primary .table-info .table-success .table-danger .table-warning
  • Fix datatables styles
  • Fix metisMenu assets library path
  • Remove .idea directory

4.0.18-beta: Исправлено подеючение select2

20 Feb 20:37
Compare
Choose a tag to compare
Для полей изобржений подключен пакет flow.js

4.0.16-beta: Исправлены подключаемые media пакеты

20 Feb 20:28
Compare
Choose a tag to compare

4.0.10-beta

20 Feb 13:54
Compare
Choose a tag to compare
Исправление ошибок