Skip to content

Releases: mikbox74/yii2-chl

mikbox74\Chaldene\Widgets\Box widget improvement

29 Apr 22:12
Compare
Choose a tag to compare

Now you can:

  • Use Box::collapsed property to set initial state of the box (false by default)
  • Place some HTML content between Box::begin and Box::end to make it appear in the widget body.

Fix MetisMenu widget

18 Jun 18:28
Compare
Choose a tag to compare
  • Resolved a problem with definition custom menu items by extending and overloading init().
  • The active item menu highlighting now works more accurately and correct.
  • Parent now activated by default if one of its children activated.

Optimizing the decorator

31 May 18:26
Compare
Choose a tag to compare

Decorators render without using ContentDecorator class and Widget::render() method renders content with decorators too now.

Change the way of customising the color scheme

31 May 16:31
Compare
Choose a tag to compare

Now you don't need to define themeManager component to set up theme colors

Fix layout overriding

23 May 23:10
Compare
Choose a tag to compare

If you have your own layout in @app/views/layouts diffrent from the main.php or the auth.php the View class will not try to load it from this theme's directory.

Fix default layout

23 May 22:56
Compare
Choose a tag to compare

Default look of the theme was horrible cause it did have no default layout.
The layout is sidenav wuth fixed header and footer set by default now.
You can change it as the "layout" property of the "view" component.

Some fixes on flash messages displaying

23 May 19:53
Compare
Choose a tag to compare
- Fix the Message widget

- Now the auth layout can display flash messages too

Grid sorting icons

22 May 10:13
Compare
Choose a tag to compare
1.1.2

- Fix of grid sorting icons

Fix of ChaldeneHelper::widget

17 May 09:59
Compare
Choose a tag to compare

Now you can use anonimous function to pass a string into the widgets list.

Decorators

15 May 22:21
Compare
Choose a tag to compare
 - Decorators

 - View file for Logo widget