Releases: secrethash/dropmenu
Fixed Auto-discovery
2.0.1 Fixed Auto Discovery
Laravel 5.5 Support
Now Supports Laravel 5.5 with the Addition of Package Auto-Discovery and thanks to @anandia234 for #2 Pull Request, makes it compatible with the changes Laravel 5.5 . Please Report Issues if found any.
Major Update
ChangeLog
This is a major update for Dropmenu that changes how it works. This also changes how the menus are rendered. Check the full ChangeLog to get an overview of changes.
Update Guide:
- Read how the Settings Injection has now changed.
- Settings Injection has been Cascaded and simplified. Now only second parameter is the settings injection parameter in
Dropmenu::display()function. Only one parameter contains all the settings.
- Settings Injection has been Cascaded and simplified. Now only second parameter is the settings injection parameter in
- The standard menu database of Dropmenu has now been updated. 4 Coloumns are now Nullable. Check out the complete ChangeLog to get an overview of changes.
- Open the Database and change these menu table's Coloumns to Nullable. Edit the Coloumns and check the Null checkbox.
Beta 1 - v1.6.1
Full Changelog Releasing Soon
Added Icon Setting Option and Child Setting Option
Change log (v1.5.0) 🚀
Icon Settings 📦
Sometimes you need a different prefix, suffix and line ending html tags than the default ones. Icon Settings can help you make it easy to do so. DOC
Child Settings 🔧
Some themes use different child classes to style the child element. This comes in handy for the same. You can attributes to the child <ul> element. DOC
Structure Change 🔢
The Structure of the code has been changed as new functions are added.
Better Formatted 🥇
Code is now better formatted. Sorry for previous formatting as it was a quick release for testing purpose. Now a better understanding can be attained from the code for the contribution.
Fixed: Migrations 🛠
Fixed the problems occurring during the creation of the migration file using CLI. Also made it more interactive 😋
Updated to support
Major Fixes. Now Easily Supported
Initial
Initial Release